Microsoft Dynamics AX 2009 Computers Discovery

Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Group.DiscoveryRule (Discovery)

Discovers the computers that have AOS's on them.

Element properties:

TargetMicrosoft.Dynamics.AX.Management.Pack.DynamicsServer.Group
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
GroupPopulationDataSource DataSource Microsoft.SystemCenter.GroupPopulator Microsoft.Dynamics.AXUserAccount

Source Code:

<Discovery ID="Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Group.DiscoveryRule" Enabled="true" Target="Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Group" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="GroupLibrary!Microsoft.SystemCenter.InstanceGroupContainsEntities"/>
</DiscoveryTypes>
<DataSource ID="GroupPopulationDataSource" RunAs="Microsoft.Dynamics.AXUserAccount" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>
$MPElement[Name="Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Group"]$
</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>
$MPElement[Name="Microsoft.Dynamics.AX.Management.Pack.DynamicsServer"]$
</MonitoringClass>
<RelationshipClass>
$MPElement[Name="GroupLibrary!Microsoft.SystemCenter.InstanceGroupContainsEntities"]$
</RelationshipClass>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property>
$MPElement[Name="Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.ServerSeed"]/IsDynamicsInstalledAttribute$
</Property>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>True</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>