Dell Printer Group Discovery
Dell.Printer.Node.PopulateGroup (Discovery)
This Discovery populates the Dell Printer Group with Dell Printers.
Knowledge Base article:
Element properties:
Object Discovery Details:
Member Modules:
Source Code:
<Discovery ID="Dell.Printer.Node.PopulateGroup" Enabled="true" Target="Dell.NetworkDevices.PrinterGroupOM12" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Dell.NetworkDevices.PrinterGroupOM12">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="DellPrinterGroup.Contains.DellPrinterOM12"/>
</DiscoveryTypes>
<DataSource ID="GroupPopulator" TypeID="SystemCenter!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Dell.Printer.Node"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="DellPrinterGroup.Contains.DellPrinterOM12"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>