PowerTip: Use PowerShell to Get Detailed Network Adapter Information

Doctor Scripto

Summary: Use Windows PowerShell to get detailed network adapter information about Windows 8.

Hey, Scripting Guy! Question How can I use a function to get detailed network adapter information about my Windows 8 device?

Hey, Scripting Guy! Answer Use the Get-NetAdapterHardwareInfo function and pipe the results to Format-List:

Get-NetAdapterHardwareInfo | Format-List *

0 comments

Discussion is closed.

Feedback usabilla icon