Software >> OS >> Windows >> Command Line >> WMIC >> How to obtain ip address info for network interface cards (NIC) on local and remote machine

Local ===== WMIC NICCONFIG GET IPAddress,IPSubnet,DefaultIPGateway Remote ====== WMIC /NODE:<remote-hostname> NICCONFIG GET IPAddress,IPSubnet,DefaultIPGateway