Dell Client Group population discovery

Dell.WindowsClient.ClientGroupPopulator (Discovery)

Knowledge Base article:

Summary

This Discovery populates the Dell Clients Group with Managed and UnManaged Clients Groups.

Element properties:

TargetDell.WindowsClient.ClientGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Dell.WindowsClient.ClientGroupPopulator" Enabled="true" Target="Dell.WindowsClient.ClientGroup" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Dell.WindowsClient.ClientGroup">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="DellClientGroup.Contains.ManagedClientGroup"/>
<DiscoveryRelationship TypeID="DellClientGroup.Contains.UnManagedClientGroup"/>
</DiscoveryTypes>
<DataSource ID="DellClientGroupPopulator" TypeID="SystemCenter!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Dell.WindowsClient.ManagedClientGroup"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="DellClientGroup.Contains.ManagedClientGroup"]$</RelationshipClass>
</MembershipRule>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Dell.WindowsClient.UnManagedClientGroup"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="DellClientGroup.Contains.UnManagedClientGroup"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>