Rellenar grupo de equipos servidor de Microsoft Servicios de Internet Information Server

Microsoft.InternetInformationServices.ComputerGroupDiscovery.Rule (Discovery)

Knowledge Base article:

Resumen

Esta regla de detección detecta y rellena el grupo de equipos de Servicios de Internet Information Server de Microsoft Windows con nombre “Grupo de equipos de IIS” con instancias de equipos que están ejecutando alguna versión de Servicios de Internet Information Server de Microsoft Windows.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.ComputerGroup
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.InternetInformationServices.ComputerGroupDiscovery.Rule" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.ComputerGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Windows!Microsoft.Windows.Computer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"]$</RelationshipClass>
<Expression>
<Contains>
<MonitoringClass>$MPElement[Name="Microsoft.Windows.InternetInformationServices.ServerRole"]$</MonitoringClass>
</Contains>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>