Pondělí, 14. listopadu 2016

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:

  1. 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.
  2. Enable-WSManCredSSP -Role server

On the managing PC, run the following as an administrator:

  1. Set-Item WSMan:\localhost\Client\TrustedHosts -Value „fqdn-of-hyper-v-host“
  2. Enable-WSManCredSSP -Role client -DelegateComputer „fqdn-of-hyper-v-host“
  3. 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

 

Prochaine | 02:13 | Microsoft | Komentáře