Summary: Use Windows PowerShell to get detailed network adapter information about Windows 8.
How can I use a function to get detailed network adapter information about my Windows 8 device?
Use the Get-NetAdapterHardwareInfo function and pipe the results to Format-List:
Get-NetAdapterHardwareInfo | Format-List *