Skip to content

droptips.com

Technology Tips, and Anything Else

Show all local system IP Addresses with PowerShell

Posted byDroptips Admin August 16, 2013September 7, 2021

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.

Posted byDroptips AdminAugust 16, 2013September 7, 2021Posted inGeneralTags: networking, powershell, windows

Post navigation

Previous Post Previous post:
Add Line Numbers to grep Output
Next Post Next post:
Running a Continuous Ping that doesn’t stop (on Windows)
droptips.com, Proudly powered by WordPress.