Detección del rol de servidor de IIS 10

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

Esta regla se ejecuta en todos los equipos Windows Server 2016 y 1709+ y comprueba si IIS 10 está instalado.

Knowledge Base article:

Resumen

Esta regla se ejecuta en todos los equipos Windows Server 2016 y 1709+ y comprueba si IIS 10 está instalado.

Element properties:

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

Source Code:

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