Как изменить тип сети в операционной системе Windows Server 2012 R2
Оригинал тут: http://www.jenovarain.com/2012/09/server-2012-network-location/
Update:
Several people have pointed out that this option can be done with the following Powershell commands.
Get the list of network profiles on the system.
Get-NetConnectionProfile
Change the network interface to private, use the network interface index number from the previous command.
Set-NetConnectionProfile -InterfaceIndex 10 -NetworkCategory Private
Комментарии
Отправить комментарий