Skip to content

droptips.com

Technology Tips, and Anything Else

Tag Archives: powershell

Show all local system IP Addresses with PowerShell

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
droptips.com, Proudly powered by WordPress.