Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Report Network Adapter Binding

$
0
0

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 *


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>