August 3rd, 2013

PowerTip: Use PowerShell to Get Detailed Network Adapter Information

Doctor Scripto
Scripter

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 *

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.

Feedback