Dell Registry Discovery

Dell.Registry.Discovery (Discovery)

The discovery module sets the prinicipal name of the MS in the registry

Knowledge Base article:

Summary

The discovery module sets the prinicipal name of the MS in the registry

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryData DataSource Dell.Registry.Discovery.DSMT Default

Source Code:

<Discovery ID="Dell.Registry.Discovery" Enabled="true" Target="SystemCenter!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Dell.Discovery.Sink"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryData" TypeID="Dell.Registry.Discovery.DSMT">
<Interval>86400</Interval>
<ManagementServerPrincipalName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ManagementServerPrincipalName>
<ManagementServerIPAddress>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/IPAddress$</ManagementServerIPAddress>
</DataSource>
</Discovery>