Discover Managed Computer Properties

Microsoft.SystemCenter.SCManagedComputerPropertyDiscovery (Discovery)

Discovers properties on the System Center Managed Computer object.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.SystemCenter.SCManagedComputerPropertyDiscovery" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SCLibrary!Microsoft.SystemCenter.ManagedComputer">
<Property PropertyID="InstallDirectory"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="RegistryProbe" TypeID="Windows!Microsoft.Windows.RegistryDiscoverySingleProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<AttributeName>InstallDirectory</AttributeName>
<Path>SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\Setup\InstallDirectory</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
<Frequency>86400</Frequency>
<ClassId>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.ManagedComputer"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.ManagedComputer"]/InstallDirectory$</Name>
<Value>$Data/Values/InstallDirectory$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>