The SMS_ADSite Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that contains Active Directory sites discovered by Configuration Manager Forest Discovery.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_ADSite : SMS_BaseClass
{
	String ADSiteDescription;
	String ADSiteLocation;
	String ADSiteName;
	UInt32 Flags;
	UInt32 ForestID;
	DateTime LastDiscoveryTime;
	UInt32 SiteID;
};

Methods

The SMS_ADSite class does not define any methods.

Properties

ADSiteDescription

Data type: StringAccess type: Read-only Qualifiers: [read]Description of the Active Directory site.
ADSiteLocation

Data type: StringAccess type: Read-only Qualifiers: [read]Location of the Active Directory site.
ADSiteName

Data type: StringAccess type: Read-only Qualifiers: [read]Name of the Active Directory site.
Flags

Data type: UInt32Access type: Read-only Qualifiers: [read]Flags.  
ForestID

Data type: UInt32Access type: Read/Write Qualifiers: [key]The identifier of Active Directory forest.
LastDiscoveryTime

Data type: DateTimeAccess type: Read-only Qualifiers: [read]The last time this Active Directory site was discovered by Active Directory forest discovery.
SiteID

Data type: UInt32Access type: Read/Write Qualifiers: [key]SiteID …  

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also