December 12th, 2012

PowerTip: Use PowerShell 3.0 to View IP Address Info

Doctor Scripto
Scripter

Summary: View detailed IP address information for non-virtual network adapters.

Hey, Scripting Guy! Question How can I obtain detailed IP address information from a non-virtual network adapter?

Hey, Scripting Guy! Answer Charlotte PowerShell User Group member Brian Wilhite says: Luckily, there is a cmdlet that does this very thing.  The Get-NetIPConfiguration cmdlet with the -Detailed parameter will return meaningful IP information for non-virtual network adapters.

Get-NetIPConfiguration -Detailed

gip -Detailed

 

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.