| 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 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| Description | String | A textual description of the CIM_Setting object. | |
| MaximumConnections | UInt32 | Maximum number of connections where MAXINT implies unlimited. | |
| NetworkAdapterID | String | This is the DeviceID value found in Win32_NetworkAdapter of theLAN Adapter to be set. The value 0 implies All LAN Adapters. | |
| NetworkAdapterName | String | This is the value for Description found in Win32_NetworkAdapterConfiguration of theLAN Adapter to be set. The value 0 implies All LAN Adapters. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| TerminalName | String | Name 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";    }; | |||