Windows Server 2012 WMSVC 服務探索

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

此規則會在所有的 IIS 8 網頁伺服器上執行,並檢查 Windows Server 2012 WMSvc 服務是否存在。根據預設,如果將 WMSvc 服務的啟動類型設為自動,此規則將僅傳回探索資料。您可以利用覆寫來控制此行為。

Knowledge Base article:

Summary

This rule runs on every IIS 8 Web Server and checks for the presence of the Windows Server 2012 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.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 
DS DataSource Microsoft.Windows.InternetInformationServices.6.2.WMService.DiscoveryDataSource Default

Source Code:

<Discovery ID="Microsoft.Windows.InternetInformationServices.6.2.WMService.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.WMService">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Microsoft.Windows.InternetInformationServices.6.2.ServerRole.Hosts.Microsoft.Windows.InternetInformationServices.6.2.WMService"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.Windows.InternetInformationServices.6.2.WMService.DiscoveryDataSource">
<IntervalSeconds>14400</IntervalSeconds>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<CheckStartupType>true</CheckStartupType>
</DataSource>
</Discovery>