IIS 8 Server Role Discovery

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

This rule runs against every Windows Server 2012 computer and checks whether IIS 8 is installed.

Knowledge Base article:

Summary

This rule runs against every Windows Server 2012 computer and checks whether IIS 8 is installed.

Element properties:

TargetMicrosoft.Windows.Server.6.2.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.6.2.Discovery.DataSource Default

Source Code:

<Discovery ID="Microsoft.Windows.InternetInformationServices.6.2.ServerRole.Discovery.Rule" Enabled="true" Target="WindowsLibrary!Microsoft.Windows.Server.6.2.Computer" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.InternetInformationServices.6.2.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.6.2.Discovery.DataSource">
<IntervalSeconds>14400</IntervalSeconds>
<ComputerPrincipalName>$Target/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</ComputerPrincipalName>
</DataSource>
</Discovery>