IIS 10 Nano Web 服务器组发现

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

此规则将所有在 Windows Server Nano 上运行的 Web 服务器插入到 IIS 10 Web 服务器 Nano 组中。

Knowledge Base article:

摘要

此规则将所有在 Windows 服务器 Nano 上运行的 web 服务器插入到 IIS 10 Nano Web 服务器组中。

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.NanoWebServerGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.Windows.InternetInformationServices.10.0.NanoWebServerGroupDiscovery.Rule" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.NanoWebServerGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="Microsoft.Windows.InternetInformationServices.10.0.NanoWebServerGroup.Contains.Microsoft.Windows.InternetInformationServices.10.0.WebServer"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.Windows.InternetInformationServices.10.0.WebServer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.Windows.InternetInformationServices.10.0.NanoWebServerGroup.Contains.Microsoft.Windows.InternetInformationServices.10.0.WebServer"]$</RelationshipClass>
<Expression>
<Contains>
<MonitoringClass>$MPElement[Name="Microsoft.Windows.InternetInformationServices.10.0.WebServer.NanoSeed"]$</MonitoringClass>
</Contains>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>