PowerTip: Fix Network Connection Profile with PowerShell

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon