| Win32_TSNetworkAdapterListSetting | |||
| The Win32_TSNetworkAdapterListSetting class enumerates IP address, GUID and Name of the Network Adapter. | |||
| 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 | Specifies the Display Name of the LanAdapter. | |
| NetworkAdapterID | String | Specifies the GUID of the LanAdapter. | |
| NetworkAdapterIP | String | Specifies the IP Address of the LanAdapter. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| TerminalName | String | Name of the Terminal. | |
| SAMPLE DATA INSTANCE | |||
|        instance of Win32_TSNetworkAdapterListSetting    {     Description = "TAP-Win32 Adapter V8";     NetworkAdapterID = "{204879BE-691C-47AA-A8B8-339C6B1EFF73}";     NetworkAdapterIP = "0.0.0.0";    }; | |||