Required Files: None
This Powershell Script will automatically set the user’s machine Network type from Public to Private.
$env:SyncroModule $net = get-netconnectionprofile;Set-NetConnectionProfile -Name $net.Name -NetworkCategory Private |
Required Files: None
This Powershell Script will automatically set the user’s machine Network type from Public to Private.
$env:SyncroModule $net = get-netconnectionprofile;Set-NetConnectionProfile -Name $net.Name -NetworkCategory Private |