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

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

Class SMS_ADSubnet : SMS_BaseClass
{
	String ADSubnetDescription;
	String ADSubnetLocation;
	String ADSubnetName;
	UInt32 Flags;
	UInt32 ForestID;
	DateTime LastDiscoveryTime;
	UInt32 SiteID;
	UInt32 SubnetID;
};

Methods

The SMS_ADSubnet class does not define any methods.

Properties

ADSubnetDescription

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

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

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

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

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

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

Data type: UInt32Access type: Read/Write Qualifiers: [key]Reference to the SMS_ADSite SiteID value.
SubnetID

Data type: UInt32Access type: Read/Write Qualifiers: [key]The subnet ID.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also