This is an old revision of the document!
Windows Networking
Handy Commands
Example of getting all IPv4 IP Addresses with Powershell
Get-NetIPAddress -AddressFamily ipv4 | foreach {$_.IPAddress}
windows_networking
This is an old revision of the document!
Example of getting all IPv4 IP Addresses with Powershell
Get-NetIPAddress -AddressFamily ipv4 | foreach {$_.IPAddress}