Discovery for Orchestrator Management Servers Group Population

Microsoft.SystemCenter.Orchestrator.PopulateManagementServersGroup.Discovery (Discovery)

This discovery populates the Orchestrator Management Servers Group.

Knowledge Base article:

Summary

This discovery rule populates the "Orchestrator Management Servers Group" with instances of Orchestrator Management Server Role.

Element properties:

TargetMicrosoft.SystemCenter.Orchestrator.Role.ManagementServer.Group
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.SystemCenter.Orchestrator.PopulateManagementServersGroup.Discovery" Enabled="true" Target="Microsoft.SystemCenter.Orchestrator.Role.ManagementServer.Group" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SystemCenter.Orchestrator.Role.ManagementServer.Group"/>
</DiscoveryTypes>
<DataSource ID="GP1" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.SystemCenter.Orchestrator.Role.ManagementServer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SystemCenter.Orchestrator.GroupContainsEntity.Relationship"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>