PowerTip: Use PowerShell 3.0 to View IP Address Info

Doctor Scripto

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

 

0 comments

Discussion is closed.

Feedback usabilla icon