Discover Agent Relationship Settings object

Microsoft.SystemCenter.DiscoverADManagedComputer (Discovery)

Discovers and creates Agent Relationship Settings objects. This object is used in conjunction with Active Directory Integration

Element properties:

TargetMicrosoft.SystemCenter.Agent
EnabledTrue
Frequency900
RemotableFalse
CommentThis discovers the values from the AD Cache on each agent

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
RelationshipDiscovery DataSource Microsoft.SystemCenter.ADManagedComputerDiscovery Default

Source Code:

<Discovery ID="Microsoft.SystemCenter.DiscoverADManagedComputer" Comment="This discovers the values from the AD Cache on each agent" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.Agent" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SCLibrary!Microsoft.SystemCenter.HealthService">
<Property PropertyID="ActiveDirectoryManaged"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="RelationshipDiscovery" TypeID="Microsoft.SystemCenter.ADManagedComputerDiscovery">
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>