IIS 10 서버 역할 검색

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

이 규칙은 모든 Windows Server 2016 및 1709 이상 컴퓨터에서 실행되며 IIS 10이 설치되어 있는지 여부를 확인합니다.

Knowledge Base article:

요약

이 규칙은 모든 Windows Server 2016 및 1709 이상 컴퓨터에서 실행되며 IIS 10이 설치되어 있는지 여부를 확인합니다.

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>