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