Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SMS_ADDomain Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that contains Active Directory domains discovered by Configuration Manager Forest Discovery.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_ADDomain : SMS_BaseClass
{
UInt32 DomainID;
String DomainMode;
String DomainName;
UInt32 Flags;
UInt32 ForestID;
DateTime LastDiscoveryTime;
};
Methods
The SMS_ADDomain class does not define any methods.
Properties
DomainID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
Identifier of the Active Directory domain.
DomainMode
Data type: String
Access type: Read-only
Qualifiers: [read]
The functional level of the Active Directory forest.
| Forest Functional Level |
|---|
| Windows 2000 |
| Windows Server 2003 interim |
| Windows Server 2003 |
| Windows Server 2008 |
| Windows Server 2008 R2 |
DomainName
Data type: String
Access type: Read-only
Qualifiers: [read]
The name of the Active Directory domain.
Flags
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Flags.
ForestID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
The identifier of Active Directory forest.
LastDiscoveryTime
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
The last time this domain was discovered by Active Directory forest discovery.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.