RMAD Console Instances Discovery

Quest.Recovery.Manager.for.Active.Directory.Limited.Console.Discovery (Discovery)

Discovers installed instances of the Recovery Manager for Active Directory console.

Element properties:

TargetMicrosoft.Windows.Computer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.FilteredRegistryDiscoveryProvider Quest.Recovery.Manager.for.Active.Directory.Limited.PrivilegedMonitoringAccount

Source Code:

<Discovery ID="Quest.Recovery.Manager.for.Active.Directory.Limited.Console.Discovery" Enabled="true" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Quest.Recovery.Manager.for.Active.Directory.Limited.Console">
<Property TypeID="Quest.Recovery.Manager.for.Active.Directory.Limited.Console" PropertyID="Version"/>
<Property TypeID="Quest.Recovery.Manager.for.Active.Directory.Limited.Console" PropertyID="IsForestEdition"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" RunAs="Quest.Recovery.Manager.for.Active.Directory.Limited.PrivilegedMonitoringAccount" TypeID="Windows!Microsoft.Windows.FilteredRegistryDiscoveryProvider">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>DellConsoleExists</AttributeName>
<Path>Software\Dell\Recovery Manager for Active Directory\InstallPath</Path>
<PathType>1</PathType>
<AttributeType>0</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>QuestConsoleExists</AttributeName>
<Path>Software\Quest\Recovery Manager for Active Directory\InstallPath</Path>
<PathType>1</PathType>
<AttributeType>0</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>DellVersion</AttributeName>
<Path>Software\Dell\Recovery Manager for Active Directory\CurrentVersion</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>QuestVersion</AttributeName>
<Path>Software\Quest\Recovery Manager for Active Directory\CurrentVersion</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>DellIsForestEdition</AttributeName>
<Path>Software\Dell\Recovery Manager for Active Directory\ForestEdition</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>QuestIsForestEdition</AttributeName>
<Path>Software\Quest\Recovery Manager for Active Directory\ForestEdition</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
</RegistryAttributeDefinitions>
<Frequency>14400</Frequency>
<ClassId>$MPElement[Name="Quest.Recovery.Manager.for.Active.Directory.Limited.Console"]$</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="Quest.Recovery.Manager.for.Active.Directory.Limited.Console"]/Version$</Name>
<Value>$Data/Values/DellVersion$$Data/Values/QuestVersion$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Quest.Recovery.Manager.for.Active.Directory.Limited.Console"]/IsForestEdition$</Name>
<Value>$Data/Values/DellIsForestEdition$$Data/Values/QuestIsForestEdition$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</Value>
</Setting>
</Settings>
</InstanceSettings>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Values/QuestConsoleExists</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">true</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Values/DellConsoleExists</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">true</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</DataSource>
</Discovery>