Powershell: can i get ip adress from inactive network adapter with Get-WmiObject Win32_NetworkAdapterConfiguration?

350 Views Asked by At

Powershell: Get-WmiObject Win32_NetworkAdapterConfiguration only shows the ip address of active network adapters. Get-netipaddress shows ip-address of all network adapters (also the disconnected once), but is there a way to get all ip adresses of all network adapters with Get-WmiObject Win32_NetworkAdapterConfiguration?

0

There are 0 best solutions below