Descoberta de Serviço de Administração do IIS para o Windows Server 2012

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

Essa regra é executada em todos os Servidores Web do IIS 8 e verifica a presença do Serviço de Administração do IIS para o Windows Server 2012. Por padrão, essa regra somente retornará os dados da descoberta se o tipo de inicialização do Serviço de Administração do IIS estiver configurado como automático. É possível controlar este comportamento usando uma substituição.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.ServerRole
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

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

Member Modules:

ID Module Type TypeId RunAs 
IISAdminServiceDS DataSource Microsoft.Windows.InternetInformationServices.6.2.IISAdminService.DiscoveryDataSource Default

Source Code:

<Discovery ID="Microsoft.Windows.InternetInformationServices.6.2.IISAdminService.Discovery.Rule" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.ServerRole" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.InternetInformationServices.6.2.IISAdminService">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Microsoft.Windows.InternetInformationServices.6.2.ServerRole.Hosts.Microsoft.Windows.InternetInformationServices.6.2.IISAdminService"/>
</DiscoveryTypes>
<DataSource ID="IISAdminServiceDS" TypeID="Microsoft.Windows.InternetInformationServices.6.2.IISAdminService.DiscoveryDataSource">
<IntervalSeconds>14400</IntervalSeconds>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<CheckStartupType>true</CheckStartupType>
</DataSource>
</Discovery>