Summary: View detailed IP address information for non-virtual network adapters.
How can I obtain detailed IP address information from a non-virtual network adapter?
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