Microsoft Hyper-V Server: Remotely manage by Window Admin Center and Hyper-V Manager

preview_player
Показать описание
This video will show you How to config to remotely manage Microsoft Hyper-V server by using: Hyper-V Manager and Window Admin Center.

// PowerShell Commands:
✅ Hyper-V server:
Enable-PSRemoting
Enable-WSManCredSSP -Role server
✅ Window Client
- Get-NetConnectionProfile
- Set-NetConnectionProfile -InterfaceAlias YOUR-InterfaceAlias -NetworkCategory Private
- Add-Content -Path C:\Windows\System32\drivers\etc\hosts -Value "`nSERVERLOCALIP`tSERVER-NAME"
- Set-WSManQuickConfig -SkipNetworkProfileCheck
- Set-Item -Path WSMan:\localhost\Client\TrustedHosts -Value "SERVER-NAME"
- Enable-WSManCredSSP -Role Client -DelegateComputer "SERVER-NAME"
- cmdkey /add:hyper-v /user:Administrator /pass:SERVERADMINPASSWORD
Рекомендации по теме
Комментарии
Автор

Thank you very much, it works.
Just some correction on last command: "cmdkey /add:hyper-v /user:Administrator /pass:SERVERADMINPASSWORD". change hyper-v to SERVER-NAME.

rbr
Автор

Hi, thanks for the straight forward video.

I followed your tutorial very closely and got "Operation failed, client cant connect to the designation specified in the request. Verify that the service on the destination is running and is accepting requests."

I ran the WinRM quickconfig command and it says that the service is already running and set up for remote management.

Both server and PC are not a part of the domain, should I install the DC role and join the pc to it for this to work?
Thank you

djapepedja
Автор

Everything I am doing correct but I am getting this error when I run the command Get-WSManCredSSP.

-:The machine is not configured to allow delegating fresh credentials.:-

chetan_naik
Автор

Unable to connect with Hyper_v app, it says username or password is wrong even though I entered the correct credentials in powershell

Please help me

girishkumararavalli
Автор

Should I install the Windows Admin Center on the Server or on the Client?

Mobin
Автор

The windows Admin works by there is no way HyperV manager works at all.

intuneknight