IIS 7 Server Role Discovery

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

This rule runs against every Windows Server 2008 computer and checks whether IIS 7 is installed.

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>