Discovery for Orchestrator Computers Group Population

Microsoft.SystemCenter.Orchestrator.PopulateComputersGroup.Discovery (Discovery)

This discovery populates the Orchestrator Computers Group.

Knowledge Base article:

Summary

This discovery rule populates the "Orchestrator Computers Group" with instances of computers that host an Orchestrator role.

Element properties:

TargetMicrosoft.SystemCenter.Orchestrator.Computers.Group
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.SystemCenter.Orchestrator.PopulateComputersGroup.Discovery" Enabled="true" Target="Microsoft.SystemCenter.Orchestrator.Computers.Group">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"/>
</DiscoveryTypes>
<DataSource ID="GP1" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Windows!Microsoft.Windows.Computer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"]$</RelationshipClass>
<Expression>
<Contains maxDepth="2">
<MonitoringClass>$MPElement[Name="Microsoft.SystemCenter.Orchestrator.Role"]$</MonitoringClass>
</Contains>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>