IIS Keşfi veri kaynağı

Microsoft.Windows.Server.IIS.IISDiscoveryDataSource (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsSystem.PrivilegedMonitoringAccount
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Discovery.Scheduler Default
Probe ProbeAction Microsoft.Windows.Server.IIS.IISDiscoveryProbe Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
PeriodInSecondsint$Config/PeriodInSeconds$Aralık (saniye)
DiscoveryTypeint$Config/DiscoveryType$Keşif Türü
LowerDiscoveryPercentageint$Config/LowerDiscoveryPercentage$Düşük Keşif Yüzdesi
UpperDiscoveryPercentageint$Config/UpperDiscoveryPercentage$Yüksek Keşif Yüzdesi

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.Server.IIS.IISDiscoveryDataSource" Accessibility="Public" RunAs="System!System.PrivilegedMonitoringAccount" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="PeriodInSeconds" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="DiscoverySourceType" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="DiscoverySourceObjectId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="DiscoverySourceManagedEntityId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ComputerPrincipalName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="GUIDFTPServer" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="GUIDFTPSite" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="GUIDNNTPServer" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="GUIDNNTPVirtualServer" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="GUIDIISServerRole" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="GUIDSMTPServer" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="GUIDSMTPVirtualServer" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="GUIDWebServer" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="GUIDWebSite" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="GUIDWebSite__ApplicationPoolName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="GUIDWebSite__ApplicationPoolID" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="GUIDApplicationPool" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="GUIDAspApplication" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="GUIDAspApplication__ApplicationVRoot" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="GUIDAspApplication__IISApplicationName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="GUIDAspApplication__Name" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="GUIDWebServiceApplication" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="GUIDWebServiceApplication__ApplicationVRoot" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="GUIDWebServiceApplication__IISApplicationName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="GUIDWebServiceApplication__Name" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="GUIDWebSiteReferencesApplicationPool" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="DiscoveryType" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="LowerDiscoveryPercentage" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="UpperDiscoveryPercentage" type="xsd:unsignedInt"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="PeriodInSeconds" Selector="$Config/PeriodInSeconds$" ParameterType="int"/>
<OverrideableParameter ID="DiscoveryType" Selector="$Config/DiscoveryType$" ParameterType="int"/>
<OverrideableParameter ID="LowerDiscoveryPercentage" Selector="$Config/LowerDiscoveryPercentage$" ParameterType="int"/>
<OverrideableParameter ID="UpperDiscoveryPercentage" Selector="$Config/UpperDiscoveryPercentage$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Discovery.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/PeriodInSeconds$</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="Probe" TypeID="Microsoft.Windows.Server.IIS.IISDiscoveryProbe">
<DiscoverySourceType>$Config/DiscoverySourceType$</DiscoverySourceType>
<DiscoverySourceObjectId>$Config/DiscoverySourceObjectId$</DiscoverySourceObjectId>
<DiscoverySourceManagedEntityId>$Config/DiscoverySourceManagedEntityId$</DiscoverySourceManagedEntityId>
<ComputerPrincipalName>$Config/ComputerPrincipalName$</ComputerPrincipalName>
<GUIDFTPServer>$Config/GUIDFTPServer$</GUIDFTPServer>
<GUIDFTPSite>$Config/GUIDFTPSite$</GUIDFTPSite>
<GUIDFTPSite__SiteID>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/SiteID$</GUIDFTPSite__SiteID>
<GUIDFTPSite__Description>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/Description$</GUIDFTPSite__Description>
<GUIDFTPSite__ServerBindings>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/ServerBindings$</GUIDFTPSite__ServerBindings>
<GUIDFTPSite__SecureBindings>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/SecureBindings$</GUIDFTPSite__SecureBindings>
<GUIDFTPSite__AllowAnonymous>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/AllowAnonymous$</GUIDFTPSite__AllowAnonymous>
<GUIDFTPSite__AnonymousOnly>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/AnonymousOnly$</GUIDFTPSite__AnonymousOnly>
<GUIDFTPSite__AnonymousUsername>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/AnonymousUsername$</GUIDFTPSite__AnonymousUsername>
<GUIDFTPSite__LogFileDirectory>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/LogFileDirectory$</GUIDFTPSite__LogFileDirectory>
<GUIDFTPSite__Path>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/Path$</GUIDFTPSite__Path>
<GUIDFTPSite__ConnectionTimeout>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/ConnectionTimeout$</GUIDFTPSite__ConnectionTimeout>
<GUIDFTPSite__MaxConnections>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/MaxConnections$</GUIDFTPSite__MaxConnections>
<GUIDFTPSite__LogType>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/LogType$</GUIDFTPSite__LogType>
<GUIDFTPSite__URL>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/URL$</GUIDFTPSite__URL>
<GUIDFTPSite__LogFileType>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/LogFileType$</GUIDFTPSite__LogFileType>
<GUIDFTPSite__LogFilePattern>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/LogFilePattern$</GUIDFTPSite__LogFilePattern>
<GUIDFTPSite__LoggingEnabled>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/LoggingEnabled$</GUIDFTPSite__LoggingEnabled>
<GUIDFTPSite__PerfCounterInstance>$MPElement[Name="Microsoft.Windows.InternetInformationServices.FTPSite"]/PerfCounterInstance$</GUIDFTPSite__PerfCounterInstance>
<GUIDNNTPServer>$Config/GUIDNNTPServer$</GUIDNNTPServer>
<GUIDNNTPVirtualServer>$Config/GUIDNNTPVirtualServer$</GUIDNNTPVirtualServer>
<GUIDNNTPVirtualServer__SiteID>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/SiteID$</GUIDNNTPVirtualServer__SiteID>
<GUIDNNTPVirtualServer__Description>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/Description$</GUIDNNTPVirtualServer__Description>
<GUIDNNTPVirtualServer__ServerBindings>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/ServerBindings$</GUIDNNTPVirtualServer__ServerBindings>
<GUIDNNTPVirtualServer__SecureBindings>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/SecureBindings$</GUIDNNTPVirtualServer__SecureBindings>
<GUIDNNTPVirtualServer__Path>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/Path$</GUIDNNTPVirtualServer__Path>
<GUIDNNTPVirtualServer__NewsDropDirectory>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/NewsDropDirectory$</GUIDNNTPVirtualServer__NewsDropDirectory>
<GUIDNNTPVirtualServer__NewsFailedPickupDirectory>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/NewsFailedPickupDirectory$</GUIDNNTPVirtualServer__NewsFailedPickupDirectory>
<GUIDNNTPVirtualServer__NewsPickupDirectory>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/NewsPickupDirectory$</GUIDNNTPVirtualServer__NewsPickupDirectory>
<GUIDNNTPVirtualServer__LogFileDirectory>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/LogFileDirectory$</GUIDNNTPVirtualServer__LogFileDirectory>
<GUIDNNTPVirtualServer__AllowAnonymous>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/AllowAnonymous$</GUIDNNTPVirtualServer__AllowAnonymous>
<GUIDNNTPVirtualServer__ArticleTable>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/ArticleTable$</GUIDNNTPVirtualServer__ArticleTable>
<GUIDNNTPVirtualServer__MaxMessageSize>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/MaxMessageSize$</GUIDNNTPVirtualServer__MaxMessageSize>
<GUIDNNTPVirtualServer__NTAuthenticationProviders>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/NTAuthenticationProviders$</GUIDNNTPVirtualServer__NTAuthenticationProviders>
<GUIDNNTPVirtualServer__ClientPostHardLimit>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/ClientPostHardLimit$</GUIDNNTPVirtualServer__ClientPostHardLimit>
<GUIDNNTPVirtualServer__ClientPostSoftLimit>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/ClientPostSoftLimit$</GUIDNNTPVirtualServer__ClientPostSoftLimit>
<GUIDNNTPVirtualServer__FeedPostHardLimit>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/FeedPostHardLimit$</GUIDNNTPVirtualServer__FeedPostHardLimit>
<GUIDNNTPVirtualServer__FeedPostSoftLimit>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/FeedPostSoftLimit$</GUIDNNTPVirtualServer__FeedPostSoftLimit>
<GUIDNNTPVirtualServer__LogFileType>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/LogFileType$</GUIDNNTPVirtualServer__LogFileType>
<GUIDNNTPVirtualServer__LogFilePattern>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/LogFilePattern$</GUIDNNTPVirtualServer__LogFilePattern>
<GUIDNNTPVirtualServer__LoggingEnabled>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/LoggingEnabled$</GUIDNNTPVirtualServer__LoggingEnabled>
<GUIDNNTPVirtualServer__PerfCounterInstance>$MPElement[Name="Microsoft.Windows.InternetInformationServices.NNTPVirtualServer"]/PerfCounterInstance$</GUIDNNTPVirtualServer__PerfCounterInstance>
<GUIDIISServerRole>$Config/GUIDIISServerRole$</GUIDIISServerRole>
<GUIDIISServerRole__MajorVersion>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ServerRole"]/MajorVersion$</GUIDIISServerRole__MajorVersion>
<GUIDIISServerRole__MinorVersion>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ServerRole"]/MinorVersion$</GUIDIISServerRole__MinorVersion>
<GUIDSMTPServer>$Config/GUIDSMTPServer$</GUIDSMTPServer>
<GUIDSMTPVirtualServer>$Config/GUIDSMTPVirtualServer$</GUIDSMTPVirtualServer>
<GUIDSMTPVirtualServer__SiteID>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/SiteID$</GUIDSMTPVirtualServer__SiteID>
<GUIDSMTPVirtualServer__Description>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/Description$</GUIDSMTPVirtualServer__Description>
<GUIDSMTPVirtualServer__ServerBindings>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/ServerBindings$</GUIDSMTPVirtualServer__ServerBindings>
<GUIDSMTPVirtualServer__SecureBindings>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/SecureBindings$</GUIDSMTPVirtualServer__SecureBindings>
<GUIDSMTPVirtualServer__DefaultDomain>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/DefaultDomain$</GUIDSMTPVirtualServer__DefaultDomain>
<GUIDSMTPVirtualServer__BadMailDirectory>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/BadMailDirectory$</GUIDSMTPVirtualServer__BadMailDirectory>
<GUIDSMTPVirtualServer__PickupDirectory>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/PickupDirectory$</GUIDSMTPVirtualServer__PickupDirectory>
<GUIDSMTPVirtualServer__QueueDirectory>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/QueueDirectory$</GUIDSMTPVirtualServer__QueueDirectory>
<GUIDSMTPVirtualServer__LogFileDirectory>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/LogFileDirectory$</GUIDSMTPVirtualServer__LogFileDirectory>
<GUIDSMTPVirtualServer__EnableReverseDNSLookup>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/EnableReverseDNSLookup$</GUIDSMTPVirtualServer__EnableReverseDNSLookup>
<GUIDSMTPVirtualServer__ConnectionTimeout>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/ConnectionTimeout$</GUIDSMTPVirtualServer__ConnectionTimeout>
<GUIDSMTPVirtualServer__MaxConnections>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/MaxConnections$</GUIDSMTPVirtualServer__MaxConnections>
<GUIDSMTPVirtualServer__MaxMessageSize>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/MaxMessageSize$</GUIDSMTPVirtualServer__MaxMessageSize>
<GUIDSMTPVirtualServer__NTAuthenticationProviders>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/NTAuthenticationProviders$</GUIDSMTPVirtualServer__NTAuthenticationProviders>
<GUIDSMTPVirtualServer__RemoteSMTPPort>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/RemoteSMTPPort$</GUIDSMTPVirtualServer__RemoteSMTPPort>
<GUIDSMTPVirtualServer__RemoteSMTPSecurePort>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/RemoteSMTPSecurePort$</GUIDSMTPVirtualServer__RemoteSMTPSecurePort>
<GUIDSMTPVirtualServer__RemoteTimeout>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/RemoteTimeout$</GUIDSMTPVirtualServer__RemoteTimeout>
<GUIDSMTPVirtualServer__LogFileType>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/LogFileType$</GUIDSMTPVirtualServer__LogFileType>
<GUIDSMTPVirtualServer__LogFilePattern>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/LogFilePattern$</GUIDSMTPVirtualServer__LogFilePattern>
<GUIDSMTPVirtualServer__LoggingEnabled>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/LoggingEnabled$</GUIDSMTPVirtualServer__LoggingEnabled>
<GUIDSMTPVirtualServer__PerfCounterInstance>$MPElement[Name="Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/PerfCounterInstance$</GUIDSMTPVirtualServer__PerfCounterInstance>
<GUIDWebServer>$Config/GUIDWebServer$</GUIDWebServer>
<GUIDWebServer__IIS5IsolationMode>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebServer"]/IIS5IsolationMode$</GUIDWebServer__IIS5IsolationMode>
<GUIDWebServer__LogIsUTF8>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebServer"]/LogIsUTF8$</GUIDWebServer__LogIsUTF8>
<GUIDWebSite>$Config/GUIDWebSite$</GUIDWebSite>
<GUIDWebSite__SiteID>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/SiteID$</GUIDWebSite__SiteID>
<GUIDWebSite__Description>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/Description$</GUIDWebSite__Description>
<GUIDWebSite__ServerBindings>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/ServerBindings$</GUIDWebSite__ServerBindings>
<GUIDWebSite__SecureBindings>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/SecureBindings$</GUIDWebSite__SecureBindings>
<GUIDWebSite__Path>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/Path$</GUIDWebSite__Path>
<GUIDWebSite__LogFileDirectory>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/LogFileDirectory$</GUIDWebSite__LogFileDirectory>
<GUIDWebSite__LogFileType>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/LogFileType$</GUIDWebSite__LogFileType>
<GUIDWebSite__BITS>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/BITS$</GUIDWebSite__BITS>
<GUIDWebSite__ApplicationPoolName>$Config/GUIDWebSite__ApplicationPoolName$</GUIDWebSite__ApplicationPoolName>
<GUIDWebSite__ApplicationPoolID>$Config/GUIDWebSite__ApplicationPoolID$</GUIDWebSite__ApplicationPoolID>
<GUIDWebSite__LogFilePattern>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/LogFilePattern$</GUIDWebSite__LogFilePattern>
<GUIDWebSite__LoggingEnabled>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/LoggingEnabled$</GUIDWebSite__LoggingEnabled>
<GUIDWebSite__AnonymousUsername>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/AnonymousUsername$</GUIDWebSite__AnonymousUsername>
<GUIDWebSite__CacheISAPI>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/CacheISAPI$</GUIDWebSite__CacheISAPI>
<GUIDWebSite__AllowKeepAlive>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/AllowKeepAlive$</GUIDWebSite__AllowKeepAlive>
<GUIDWebSite__URL>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/URL$</GUIDWebSite__URL>
<GUIDWebSite__PerfCounterInstance>$MPElement[Name="Microsoft.Windows.InternetInformationServices.WebSite"]/PerfCounterInstance$</GUIDWebSite__PerfCounterInstance>
<GUIDApplicationPool>$Config/GUIDApplicationPool$</GUIDApplicationPool>
<GUIDApplicationPool__PoolID>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/PoolID$</GUIDApplicationPool__PoolID>
<GUIDApplicationPool__PeriodicRestartTime>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/PeriodicRestartTime$</GUIDApplicationPool__PeriodicRestartTime>
<GUIDApplicationPool__PeriodicRestartRequests>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/PeriodicRestartRequests$</GUIDApplicationPool__PeriodicRestartRequests>
<GUIDApplicationPool__MaxProcesses>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/MaxProcesses$</GUIDApplicationPool__MaxProcesses>
<GUIDApplicationPool__PingingEnabled>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/PingingEnabled$</GUIDApplicationPool__PingingEnabled>
<GUIDApplicationPool__PingInterval>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/PingInterval$</GUIDApplicationPool__PingInterval>
<GUIDApplicationPool__PingResponseTime>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/PingResponseTime$</GUIDApplicationPool__PingResponseTime>
<GUIDApplicationPool__IdleTimeout>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/IdleTimeout$</GUIDApplicationPool__IdleTimeout>
<GUIDApplicationPool__CPUAction>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/CPUAction$</GUIDApplicationPool__CPUAction>
<GUIDApplicationPool__CPULimit>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/CPULimit$</GUIDApplicationPool__CPULimit>
<GUIDApplicationPool__CPUResetInterval>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/CPUResetInterval$</GUIDApplicationPool__CPUResetInterval>
<GUIDApplicationPool__ApplicationPoolIdentityType>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/ApplicationPoolIdentityType$</GUIDApplicationPool__ApplicationPoolIdentityType>
<GUIDApplicationPool__ApplicationPoolIdentity>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/ApplicationPoolIdentity$</GUIDApplicationPool__ApplicationPoolIdentity>
<GUIDApplicationPool__PeriodicRestartMemory>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/PeriodicRestartMemory$</GUIDApplicationPool__PeriodicRestartMemory>
<GUIDApplicationPool__PeriodicRestartPrivateMemory>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/PeriodicRestartPrivateMemory$</GUIDApplicationPool__PeriodicRestartPrivateMemory>
<GUIDApplicationPool__ApplicationPoolAutoStart>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/ApplicationPoolAutoStart$</GUIDApplicationPool__ApplicationPoolAutoStart>
<GUIDApplicationPool__PeriodicRestartSchedule>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/PeriodicRestartSchedule$</GUIDApplicationPool__PeriodicRestartSchedule>
<GUIDApplicationPool__RapidFailProtection>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/RapidFailProtection$</GUIDApplicationPool__RapidFailProtection>
<GUIDApplicationPool__RapidFailProtectionInterval>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/RapidFailProtectionInterval$</GUIDApplicationPool__RapidFailProtectionInterval>
<GUIDApplicationPool__RapidFailProtectionMaxCrashes>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ApplicationPool"]/RapidFailProtectionMaxCrashes$</GUIDApplicationPool__RapidFailProtectionMaxCrashes>
<GUIDAspApplication>$Config/GUIDAspApplication$</GUIDAspApplication>
<GUIDAspApplication__ApplicationVRoot>$Config/GUIDAspApplication__ApplicationVRoot$</GUIDAspApplication__ApplicationVRoot>
<GUIDAspApplication__IISApplicationName>$Config/GUIDAspApplication__IISApplicationName$</GUIDAspApplication__IISApplicationName>
<GUIDAspApplication__Name>$Config/GUIDAspApplication__Name$</GUIDAspApplication__Name>
<GUIDWebServiceApplication>$Config/GUIDWebServiceApplication$</GUIDWebServiceApplication>
<GUIDWebServiceApplication__ApplicationVRoot>$Config/GUIDWebServiceApplication__ApplicationVRoot$</GUIDWebServiceApplication__ApplicationVRoot>
<GUIDWebServiceApplication__IISApplicationName>$Config/GUIDWebServiceApplication__IISApplicationName$</GUIDWebServiceApplication__IISApplicationName>
<GUIDWebServiceApplication__Name>$Config/GUIDWebServiceApplication__Name$</GUIDWebServiceApplication__Name>
<GUIDWebSiteReferencesApplicationPool>$Config/GUIDWebSiteReferencesApplicationPool$</GUIDWebSiteReferencesApplicationPool>
<DiscoveryType>$Config/DiscoveryType$</DiscoveryType>
<LowerDiscoveryPercentage>$Config/LowerDiscoveryPercentage$</LowerDiscoveryPercentage>
<UpperDiscoveryPercentage>$Config/UpperDiscoveryPercentage$</UpperDiscoveryPercentage>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>