Microsoft Dynamics AX 2009 Computers Group Discovery

IsDynamicsInstalledAttribute.DiscoveryRule (Discovery)

Is a Microsoft Dynamics AX 2009 AOS installed on this machine?

Element properties:

TargetMicrosoft.Windows.Computer
EnabledTrue
Frequency43200
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
IsDynamicsInstalledAttributeDS DataSource Microsoft.Windows.RegistryDiscoverySingleProvider Default

Source Code:

<Discovery ID="IsDynamicsInstalledAttribute.DiscoveryRule" Enabled="true" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>PerformanceCollection</Category>
<DiscoveryTypes/>
<DataSource ID="IsDynamicsInstalledAttributeDS" TypeID="Windows!Microsoft.Windows.RegistryDiscoverySingleProvider">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<AttributeName>DynamicsKeyExists</AttributeName>
<Path>SYSTEM\CurrentControlSet\Services\Dynamics Server\5.0\</Path>
<PathType>0</PathType>
<AttributeType>0</AttributeType>
<Frequency>43200</Frequency>
<ClassId>$MPElement[Name="Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.ServerSeed"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.ServerSeed"]/IsDynamicsInstalledAttribute$</Name>
<Value>$Data/Values/DynamicsKeyExists$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>