4 lines
152 B
PowerShell
4 lines
152 B
PowerShell
|
# GET NETWORK STATUS PRIVATE/PUBLIC/HOME/WORK
|
||
|
Get-NetConnectionProfile
|
||
|
Set-NetConnectionProfile -InterfaceIndex <index number> -NetworkCategory Private
|