Descoberta do serviço WMSvc do Windows Server 2016 e 1709+

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

Esta regra é executada em todos os servidores Web do IIS 10 e verifica a presença do serviço WMSvc do Windows Server 2016 e 1709+. Por padrão, esta regra somente retornará os dados da descoberta se o tipo de inicialização do serviço WMSvc estiver configurado como automático. É possível controlar este comportamento usando uma substituição.

Knowledge Base article:

Summary

This rule runs on every IIS 10 Web Server and checks for the presence of the Windows Server 2016 and 1709+ WMSvc Service. By default, this rule will only return discovery data if the startup type of the WMSvc service is set to automatic. You can control this behavior using an override.

Element properties:

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

Object Discovery Details:

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

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.InternetInformationServices.10.0.WMService.DiscoveryDataSource Default

Source Code:

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