Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Hyper-V Server 2012, Hyper-V Server 2012 R2
This topic describes the steps that are necessary to configure Microsoft Hyper-V Server 2012 R2 or Hyper-V Server 2012 so that you can manage it remotely.
Note
This topic includes sample Windows PowerShell cmdlets that you can use to automate some of the procedures described. For more information, see Using Cmdlets.
On the computer running Hyper-V Server, add names to the local administrator account for users who you want to be able to manage the server remotely.
From the remote computer, connect to the computer running Hyper-V Server by using Server Manager or Hyper-V Manager. Use an account that has local administrative rights. No further configuration is required.
On the computer running Hyper-V Server, add names to the local administrator account for users who want to be able to manage the server remotely.
On the remote computer, add the computer running Hyper-V Server as a trusted host by using the following Windows PowerShell cmdlet: Set-Item WSMan:\localhost\Client\TrustedHosts -Value <RemoteServerName> -Concatenate, where RemoteServerName is the name of the computer running Hyper-V Server that you want to manage.
From the remote computer, connect to the computer running Hyper-V Server by using Server Manager or Hyper-V Manager. Use an account that has local administrative rights. No further configuration is required.