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

PowerTip: Fix Network Connection Profile with PowerShell

$
0
0

Summary: Use Windows PowerShell to fix the network connection profile on your laptop running Windows 8.1.

Hey, Scripting Guy! Question How can I use Windows PowerShell to fix the connection profile for my home network on my laptop
           running Windows 8.1?

Hey, Scripting Guy! Answer Use the Get-NetAdapter cmdlet to verify the interface index, and then use the 
           Set-NetConnectionProfile cmdlet to specify the network category, for example:

Set-NetConnectionProfile -InterfaceIndex 9 -NetworkCategory Private


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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