Populate the "Windows Deployment Services Instances Group" group with class instances.

Microsoft.Windows.WDS.InstanceGroup.Discovery (Discovery)

This discovery populates the "Windows Deployment Services Instances Group" group with all instances of any class defined in the Windows Deployment Services Management Packs regardless of the version.

Knowledge Base article:

Summary

This discovery populates the "Windows Deployment Services Instances Group" group with all instances of any class defined in the Windows Deployment Services Management Packs regardless of the version.

Additional

This group can then be used for a number of purposes including:

Element properties:

TargetMicrosoft.Windows.WDS.InstanceGroup
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.WDS.InstanceGroup.Discovery" Enabled="true" Target="Microsoft.Windows.WDS.InstanceGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="SCIG!Microsoft.SystemCenter.InstanceGroupContainsEntities"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.Windows.Server.WDSRole"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SCIG!Microsoft.SystemCenter.InstanceGroupContainsEntities"]$</RelationshipClass>
</MembershipRule>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.Windows.Server.WDSRole.Service"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SCIG!Microsoft.SystemCenter.InstanceGroupContainsEntities"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>