IIS 7 서버 역할 검색

Microsoft.Windows.InternetInformationServices.2008.ServerRole.Discovery.Rule (Discovery)

이 규칙은 모든 Windows Server 2008 컴퓨터에 대해 실행되며 IIS 7이 설치되어 있는지 확인합니다.

Element properties:

TargetMicrosoft.Windows.Server.2008.Computer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDS DataSource Microsoft.Windows.Server.IIS.2008.Discovery.DataSource Default

Source Code:

<Discovery ID="Microsoft.Windows.InternetInformationServices.2008.ServerRole.Discovery.Rule" Enabled="onEssentialMonitoring" Target="WindowsServer2008Library!Microsoft.Windows.Server.2008.Computer" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.InternetInformationServices.2008.ServerRole">
<Property TypeID="IISCommon!Microsoft.Windows.InternetInformationServices.ServerRole" PropertyID="MinorVersion"/>
<Property TypeID="IISCommon!Microsoft.Windows.InternetInformationServices.ServerRole" PropertyID="MajorVersion"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Windows!Microsoft.Windows.ComputerHostsComputerRole"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDS" TypeID="Microsoft.Windows.Server.IIS.2008.Discovery.DataSource">
<IntervalSeconds>14400</IntervalSeconds>
<ComputerPrincipalName>$Target/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</ComputerPrincipalName>
</DataSource>
</Discovery>