Gruppenauffüllung für DHCP 2012-Server

Microsoft.Windows.DHCPServer.2012.Populate.Group.Servers (Discovery)

Mit dieser Ermittlungsregel wird die DHCP 2012-Servergruppe mit allen ermittelten DHCP 2012-Servern aufgefüllt.

Knowledge Base article:

Zusammenfassung

Diese Ermittlungsregel ermittelt die DHCP 2012-Servergruppe mit dem Namen "DHCP 2012-Servergruppe" und füllt sie mit Instanzen von Servern auf, die ein Microsoft Windows Server 2012-Betriebssystem ausführen und für die das DHCP-Feature aktiviert ist.

Element properties:

TargetMicrosoft.Windows.DHCPServer.2012.Group.Servers
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.Windows.DHCPServer.2012.Module DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.Windows.DHCPServer.2012.Populate.Group.Servers" Enabled="true" Target="Microsoft.Windows.DHCPServer.2012.Group.Servers" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="Microsoft.Windows.DHCPServer.2012.Contains.ServersContainsServer"/>
</DiscoveryTypes>
<DataSource ID="Microsoft.Windows.DHCPServer.2012.Module" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$MPElement[Name="Microsoft.Windows.DHCPServer.2012.Group.Servers"]$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.Windows.DHCPServer.2012.Server"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.Windows.DHCPServer.2012.Contains.ServersContainsServer"]$</RelationshipClass>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property>$MPElement[Name="DHCP!Microsoft.Windows.DHCPServer.Library.Server"]/OSCurrentVersion$</Property>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>6.2</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>