The Win32_NeworkProtocol, Win32_NetworkAdapter, Win32_NetworkAdapterConfiguratio
ID: 3528834 • Letter: T
Question
The Win32_NeworkProtocol, Win32_NetworkAdapter, Win32_NetworkAdapterConfiguration, and Win32_NetworkAdapterSetting WMI objects are used to extract information from a computer system concerning network protocol and adapters. Use a WMI object to determine the number of network adapters installed in your system. Record the command and output. Use a WMI object to output to screen the IP addresses assigned to the adapters. Record the command and the output of the command. Use a WMI object to list the names of installed network protocols. Record the command.Explanation / Answer
gwmi -class win32_networkadapterconfiguration -filter IPEnabled=TRUE