How to connect from Windows 10 Hyper-v manager to Standalone Hyper-V server

preview_player
Показать описание
The video shows how to connect from windows 10 Hyper-V manager to Standalone Hyper-V role installed on Windows Server 2016 / 2019 or Hyper-V server 2016 / 2019.
Normally if you will try to connect from windows 10 Hyper-V manager to standalone Hyper-V server you will get an error claim that you have to check if the virtual machine management service running or if you authorized to connect to the server.
So my suggestion before you start with this video is:

1. Verify your both windows 10 and windows server are fully updated by windows update
2. Since the server is standalone, it doesn't recognize your local user on the laptop. one option is to add your credentials to the server using Windows Credentials Manager (access through control panel) and another option is to tick the "Connect as another user" while you enter the server name / ip address in the pop-up box when connecting through Hyper-V, then set the user.
3. verify no third-party software like anti-virus block this connection

If you checked all those points and you still receiving error while trying to connect to the server, please follow this video step by step guide.

The commands you will have to run during the guide:

Server side (PowerShell commands):

1. Enable-PSRemoting

2 Enable-WSManCredSSP -role server (Click y while required)

3. ipconfig /all OR hostname (to get the server host name)

Windows 10 side (PowerShell commands and GPO editing)

1. set-item WSMan:\localhost\Client\TrustedHosts -value "hvtest1" (change hvtest1 to your server hostname)

2. Enable-WSManCredSSP -role client -DelegateComputer "hvetst1" (change hvtest1 to your server hostname)

3. Group policy editing (allow delegating fresh credentials with NTLM-only server authentication

Adi Mahluf
Рекомендации по теме
Комментарии
Автор

Such a simple thing to want to do.... and so thoroughly obscured by Microsoft!

GregWoodsLancs
Автор

Amazing video, thank you very much. I googled the issue expecting to get 2 results in chinise but instead I got this. Thank you

lapissea
Автор

thanks for the exellent video.
Microsoft seems a bit lost in over enginnering at one side and half-engineering at the other side. Such a reach environment in user interfaces and wizards, and the one must rely on samaritans to have it working. Congrats Microsoft

maxtamtam
Автор

My case i need to join to domain virtualbox on it win 10 in my laptop to the server 2012 hyper-v on the server, i tried to do it by external switch from hyper-v but it not work . if you can help me

ali.aledani
Автор

Mine still doesn't work. I did exactly as video showed. The only difference with my server it has a public IP. Otherwise, everything looks the same/.

simplekindofman
Автор

i am facing one error while going to connect can any one help me

sanjaykumar-
Автор

set-item : Access is denied.
At line:1 char:1
+ set-item -value "Hyper-VPS"
+
+ CategoryInfo : NotSpecified: (:) [Set-Item], InvalidOperationException
+ FullyQualifiedErrorId : System.InvalidOperationException, Microsoft.PowerShell.Commands.SetItemCommand

joe