August 11th, 2013

PowerTip: Use PowerShell to Report Network Adapter Binding

Doctor Scripto
Scripter

Summary: Use Windows PowerShell 3.0 in Windows 8 to view network adapter binding information.

Hey, Scripting Guy! Question How can I use Windows PowerShell 3.0 in Windows 8 to review network adapter binding information?

Hey, Scripting Guy! Answer Use the Get-NetAdapterBinding function and pipe the resulting information to the Format-List cmdlet:

Get-NetAdapterBinding | 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.