MECM Central Site Discovery

MECM.CentralSite.Discovery (Discovery)

This discovery discovers the central site on a ConfigMgr server.

Element properties:

TargetMECM.SiteServer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource MECM.CentralSite.Discovery.DS Default

Source Code:

<Discovery ID="MECM.CentralSite.Discovery" Enabled="true" Target="MECM.SiteServer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="MECM.CentralSite"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="MECM.CentralSite.Discovery.DS">
<ComputerName>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</ComputerName>
<Frequency>14400</Frequency>
<ClassId>$MPElement[Name="MECM.CentralSite"]$</ClassId>
<SiteType>8</SiteType>
</DataSource>
</Discovery>