BACK TO INDEX

Win32_TSNetworkAdapterSetting
The Win32_TSNetworkAdapterSetting class defines the configuration for Win32_Terminal. This includes capabilities such as Network Adapter, Maximum Connections etc.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
DescriptionStringA textual description of the CIM_Setting object.
MaximumConnectionsUInt32Maximum number of connections where MAXINT implies unlimited.
NetworkAdapterIDStringThis is the DeviceID value found in Win32_NetworkAdapter of theLAN Adapter to be set. The value 0 implies All LAN Adapters.
NetworkAdapterNameStringThis is the value for Description found in Win32_NetworkAdapterConfiguration of theLAN Adapter to be set. The value 0 implies All LAN Adapters.
SettingIDStringThe identifier by which the CIM_Setting object is known.
TerminalNameStringName of the Terminal.
SAMPLE DATA INSTANCE
   
   instance of Win32_TSNetworkAdapterSetting
   {
    MaximumConnections = 4294967295;
    NetworkAdapterID = "{00000000-0000-0000-0000-000000000000}";
    NetworkAdapterName = "All network adapters configured with this protocol";
    TerminalName = "RDP-Tcp";
   };