Quick PowerShell Tip!
To list all of the IP addresses on your local system, along with the associated interface name:
Get-NetIPAddress | ft IPAddress, InterfaceAlias
This will include all IPv4 and IPv6 addresses.
Quick PowerShell Tip!
To list all of the IP addresses on your local system, along with the associated interface name:
Get-NetIPAddress | ft IPAddress, InterfaceAlias
This will include all IPv4 and IPv6 addresses.