Dell Printer Group Discovery

Dell.NetworkDevices.Printer.PopulateGroup (Discovery)

This Discovery populates the Dell Printer Group with Dell Printers.

Knowledge Base article:

Summary

This Discovery populates the Dell Printer Group with Dell Printers.

Element properties:

TargetDell.NetworkDevices.PrinterGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

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

Member Modules:

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

Source Code:

<Discovery ID="Dell.NetworkDevices.Printer.PopulateGroup" Enabled="true" Target="Dell.NetworkDevices.PrinterGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Dell.NetworkDevices.PrinterGroup">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="DellPrinterGroup.Contains.DellPrinter"/>
</DiscoveryTypes>
<DataSource ID="GroupPopulator" TypeID="SystemCenter!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Dell.NetworkDevices.Printer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="DellPrinterGroup.Contains.DellPrinter"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>