The SMS_TaskSequence_NetworkAdapterSettings Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that specifies the settings to apply to a physical network adapter.

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

Class SMS_TaskSequence_NetworkAdapterSettings
{
	String DNSServerList[];
	Boolean EnableDHCP;
	Boolean EnableDNSRegistration;
	Boolean EnableFullDNSRegistration;
	Boolean EnableIPProtocolFiltering;
	Boolean EnableLMHOSTS;
	Boolean EnableTCPFiltering;
	Boolean EnableUDPFiltering;
	Boolean EnableWINS;
	UInt32 GatewayCostMetric;
	String Gateways[];
	UInt32 Index;
	String IPAddressList[];
	String IPProtocolFilterList[];
	String MACAddress;
	String Name;
	String SubnetMask[];
	SInt32 TCPFilterPortList[];
	UInt32 TcpipNetbiosOptions;
	SInt32 UDPFilterPortList[];
	String WINSServerList[];
};

Methods

The SMS_TaskSequence_NetworkAdapterSettings class does not define any methods.

Properties

DNSServerList

Data type: String ArrayAccess type: Read/WriteQualifiers: NoneList of Domain Name System (DNS) servers for the adapter.
EnableDHCP

Data type: BooleanAccess type: Read/WriteQualifiers: [not_null]true to enable Dynamic Host Configuration Protocol (DHCP) for the adapter.
EnableDNSRegistration

Data type: BooleanAccess type: Read/WriteQualifiers: [not_null]true to register the IP address for the adapter in DNS.
EnableFullDNSRegistration

Data type: BooleanAccess type: Read/WriteQualifiers: [not_null]true to register the IP address for the adapter in DNS under the full DNS name for the computer.
EnableIPProtocolFiltering

Data type: BooleanAccess type: Read/WriteQualifiers: [not_null]true to enable IP protocol filtering on the adapter.
EnableLMHOSTS

Data type: BooleanAccess type: Read/WriteQualifiers: [not_null]true to use local lookup files for Windows Internet Name Service (WINS) resolution.
EnableTCPFiltering

Data type: BooleanAccess type: Read/WriteQualifiers: [not_null]true to enable TCP port filtering for the adapter.
EnableUDPFiltering

Data type: BooleanAccess type: Read/WriteQualifiers: [not_null]true to enable User Datagram Protocol (UDP) port filtering for the adapter.
EnableWINS

Data type: BooleanAccess type: Read/WriteQualifiers: [not_null]true to use WINS for name resolution.
GatewayCostMetric

Data type: UInt32Access type: Read/WriteQualifiers: NoneList of integer cost metrics. This property is ignored unless EnableDHCP is set to false.
Gateways

Data type: String ArrayAccess type: Read/WriteQualifiers: NoneList of IP gateway addresses. This property is ignored unless EnableDHCP is set to false.
Index

Data type: UInt32Access type: Read/WriteQualifiers: NoneIndex of the network adapter settings in the array of settings. See the Adapters property of SMS_TaskSequence_ApplyNetworkSettingsAction Server WMI Class.
IPAddressList

Data type: String ArrayAccess type: Read/WriteQualifiers: NoneList of IP addresses for the adapter. This property is ignored unless EnableDHCP is set to false.
IPProtocolFilterList

Data type: String ArrayAccess type: Read/WriteQualifiers: NoneArray of protocols allowed to run over IP. This property is ignored if EnableIPProtocolFiltering is set to false.
MACAddress

Data type: StringAccess type: Read/WriteQualifiers: [not_null]Media access controller (MAC) address used to match settings to physical network adapter.
Name

Data type: StringAccess type: Read/WriteQualifiers: [AllowedLen("0-255")]Name of the network connection as it appears in the network connections control panel program. The name is between 0 and 255 characters in length.
SubnetMask

Data type: String ArrayAccess type: Read/WriteQualifiers: NoneList of subnet masks. This property is ignored unless EnableDHCP is set to false.
TCPFilterPortList

Data type: SInt32 ArrayAccess type: Read/WriteQualifiers: NoneArray of ports to be granted access permissions for TCP. This property is ignored if EnableTCPFiltering is set to false.
TcpipNetbiosOptions

Data type: UInt32Access type: Read/WriteQualifiers: NoneOptions for NetBIOS over TCP/IP. Possible values are:

0

Use NetBIOS settings from DHCP server.

1

Enable NetBIOS over TCP/IP.

2

Disable NetBIOS over TCP/IP.

UDPFilterPortList

Data type: SInt32 ArrayAccess type: Read/WriteQualifiers: NoneArray of ports to be granted access permissions for UDP. This property is ignored if EnableUDPFiltering is set to false.
WINSServerList

Data type: String ArrayAccess type: Read/WriteQualifiers: NoneList of WINS server IP addresses. This property is ignored unless EnableWINS is set to true.

Remarks

There are no class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

Development Requirements

See Also