Microsoft Hyper-V Server requirements
• Install the Microsoft Hyper-V Server on a computer running Microsoft Windows Server 2012 or higher.
• This computer must be in the same domain as the computer running MVMC or both must be on the same computer.
• The Microsoft Hyper-V Server and DS-Client computer must both be trusted computers with each other.
To do this, run the following commands on both computers:
1. Launch Windows PowerShell as Administrator. Right-click the Windows PowerShell shortcut and select Run As Administrator.
2. Run the command Enable-PSRemoting -Force to enable PowerShell remoting.
3. To get the existing trusted host list, run this command:
Get-Item WSMan:\localhost\Client\TrustedHosts
4. To set a new trusted host list, run this command:
Set-Item WSMan:\localhost\Client\TrustedHosts -Value <NewComputerList>
where <NewComputerList> specifies the real computer list. This list should include the old list and the DS-Client computer (or the Microsoft Hyper-V host computer).
5. Run the command winrm quickconfig to reset winrm.
6. To make sure the user you entered for the Microsoft Hyper-V host computer has the proper authorizations, run this command on the Microsoft Hyper-V host machine:
Set-PSSessionConfiguration -ShowSecurityDescriptorUI -Name Microsoft.PowerShell