Windows Client-Computergruppe mit allen Windows Clients auffüllen

Microsoft.Windows.Client.AllClientsComputerGroupDiscovery (Discovery)

Diese Ermittlungsregel füllt die Windows Client-Computergruppe mit allen Windows Client-Computern auf.

Knowledge Base article:

Zusammenfassung

Diese Ermittlungsregel ermittelt die Windows-Clientcomputergruppe mit dem Namen „Windows Client-Computergruppe“ und füllt sie mit Instanzen von Computern auf, auf denen ein Microsoft Windows Client-Betriebssystem ausgeführt wird.

Element properties:

TargetMicrosoft.Windows.Client.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.Windows.Client.AllClientsComputerGroupDiscovery" Enabled="true" Target="Microsoft.Windows.Client.ComputerGroup" Remotable="true">
<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.Client.Computer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>