Forefront UAG server discovery

Microsoft.Forefront.UAG.Discovery.Server (Discovery)

Forefront UAG server represents an installation of Forefront UAG on a server machine.
Discovery of Forefront UAG server is triggered by the registry key HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\{9B0CE58E-C122-4CB4-80C1-514D4162C07C}. This key is automatically created during the installation of Forefront UAG.

Knowledge Base article:

Summary

A Forefront UAG server represents an installation of Forefront UAG on a server machine.

Configuration

Discovery of Forefront UAG server happens only if the machine is discovered as a Windows Server. For the Forefront UAG server to be discovered, the following registry key must be created on the machine: HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\{9B0CE58E-C122-4CB4-80C1-514D4162C07C}.

Element properties:

TargetMicrosoft.Windows.Server.Computer
EnabledTrue
Frequency14400
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="Microsoft.Forefront.UAG.Discovery.Server" Enabled="true" Target="Windows!Microsoft.Windows.Server.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Forefront.UAG.Server"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.FilteredRegistryDiscoveryProvider">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>ServerExists</AttributeName>
<Path>SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9B0CE58E-C122-4CB4-80C1-514D4162C07C}</Path>
<PathType>0</PathType>
<AttributeType>0</AttributeType>
</RegistryAttributeDefinition>
</RegistryAttributeDefinitions>
<Frequency>14400</Frequency>
<ClassId>$MPElement[Name="Microsoft.Forefront.UAG.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="System!System.Entity"]/DisplayName$</Name>
<Value>Server</Value>
</Setting>
</Settings>
</InstanceSettings>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Values/ServerExists</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">true</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</Discovery>