Windows Server 2016 및 1709 이상 WMSvc 서비스 검색

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

이 규칙은 모든 IIS 10 웹 서버에서 실행되며 Windows Server 2016 및 1709 이상 WMSvc 서비스가 있는지 여부를 확인합니다. 기본적으로 이 규칙은 WMSvc 서비스의 시작 유형이 자동으로 설정되어 있는 경우에만 검색 데이터를 반환합니다. 재정의를 사용하여 이 동작을 제어할 수 있습니다.

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>