Set Network Type

By | July 16, 2019

To change the network type in windows 10 from Public to Private:

$Name = Get-NetConnectionProfile|Select Name |out-gridview -PassThru
Set-NetConnectionProfile -Name $Name.name -NetworkCategory Private