Quantcast
Channel: Scripting Blog
Viewing all articles
Browse latest Browse all 2129

PowerTip: Use PowerShell to Display Network Adapter Bindings

$
0
0

Summary:  Use Windows PowerShell to display network adapter bindings.

Hey, Scripting Guy! Question How can I use Windows PowerShell in Windows 8 to display network adapter bindings?

Hey, Scripting Guy! Answer Use the Get-NetAdapter cmdlet to retrieve your network adapter, and pipe it to Get-NetAdapterBinding:

Get-NetAdapter -Name ethernet | Get-NetAdapterBinding -AllBindings


Viewing all articles
Browse latest Browse all 2129

Latest Images

Trending Articles



Latest Images