Quantcast
Channel: TechNet Blogs
Viewing all articles
Browse latest Browse all 17778

PowerTip: Use PowerShell to Enable All Network Adapters

$
0
0

Summary: Use Windows PowerShell to enable all network adapters.

Hey, Scripting Guy! Question How can I use Window PowerShell to quickly enable all network adapters on my Windows 8.1 laptop?

Hey, Scripting Guy! Answer Use the Get-NetAdapter and the Enable-NetAdapter commands:

Get-NetAdapter | ? status -ne up | Enable-NetAdapter


Viewing all articles
Browse latest Browse all 17778

Trending Articles



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