BACK TO INDEX

Win32_TSNetworkAdapterListSetting
The Win32_TSNetworkAdapterListSetting class enumerates IP address, GUID and Name of the Network Adapter.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
DescriptionStringSpecifies the Display Name of the LanAdapter.
NetworkAdapterIDStringSpecifies the GUID of the LanAdapter.
NetworkAdapterIPStringSpecifies the IP Address of the LanAdapter.
SettingIDStringThe identifier by which the CIM_Setting object is known.
TerminalNameStringName 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";
   };