AppSense MC 10 Discovery

AppSense.AMC.10.AMC.Server.Discovery (Discovery)

Discovery Class to discover all instances of the AppSense MC 10.x installed on Windows computers within the scope of the System Center Operations Manager 2007 Management Group.

Knowledge Base article:

Summary

AppSense MC 10 Discovery

Discovery Class to discover all instances of the AppSense MC 10.x installed on Windows computers within the scope of the System Center Operations Manager 2007 Management Group.

Causes

Resolutions

Element properties:

TargetMicrosoft.Windows.Computer
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.FilteredRegistryDiscoveryProvider Default

Source Code:

<Discovery ID="AppSense.AMC.10.AMC.Server.Discovery" Enabled="true" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="AppSense.AMC.10.AMC.Server"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.FilteredRegistryDiscoveryProvider">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>AppSense.AMC.10.KeyExists</AttributeName>
<Path>Software\AppSense\Management Server</Path>
<PathType>0</PathType>
<AttributeType>0</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>AppSense.AMC.10.AgentVersion</AttributeName>
<Path>Software\AppSense\Management Server\AgentVersion</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>AppSense.AMC.10.AgentDisplayName</AttributeName>
<Path>System\CurrentControlSet\Services\AppSense Events Dispatcher Service\DisplayName</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
</RegistryAttributeDefinitions>
<Frequency>86400</Frequency>
<ClassId>$MPElement[Name="AppSense.AMC.10.AMC.Server"]$</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="AppSense.AMC.10.AMC.Server"]/ProductVersion$</Name>
<Value>$Data/Values/AppSense.AMC.10.AgentVersion$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="AppSense.AMC.10.AMC.Server"]/ProductName$</Name>
<Value>$Data/Values/AppSense.AMC.10.AgentDisplayName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
</Settings>
</InstanceSettings>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Values/AppSense.AMC.10.KeyExists</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">true</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</Discovery>