February 27th, 2015

PowerTip: Fix Network Connection Profile with PowerShell

Doctor Scripto
Scripter

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

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 is closed.