Manage Remote Hyper-V Hosts with Hyper-V Manager
This is only available when connecting to a Windows 10 or Windows Server 2016 Technical Preview 3 or later remote host.
Manage Remote Hyper-V Hosts with Hyper-V Manager
On the Hyper-V host to be managed, run the following as an administrator:
- Enable-PSRemoting
- Enable-PSRemoting will create the necessary firewall rules for private network zones. To allow this access on public zones you will need to enable the rules for CredSSP and WinRM.
- Enable-WSManCredSSP -Role server
On the managing PC, run the following as an administrator:
- Set-Item WSMan:\localhost\Client\TrustedHosts -Value „fqdn-of-hyper-v-host“
- Enable-WSManCredSSP -Role client -DelegateComputer „fqdn-of-hyper-v-host“
- Additionally you may need to configure the following group policy: ** Computer Configuration | Administrative Templates | System | Credentials Delegation | Allow delegating fresh credentials with NTLM-only server authentication **
- Click Enable and add wsman/fqdn-of-hyper-v-host