ipconfig /all in PowerShell

By: Cam Wohlfeil
Published: 2018-07-09 0000 EDT
Category: Solutions
Tags: powershell

Quick and dirty one, I was looking for an alternative to ipconfig /all that worked with invoke-command. This works on IPv4 and IPv6 and includes both tunnel and cluster adapters. This does not work on Server 2008 R2 even with WMF 5+.

Get-NetIPAddress

More Info: