Microsoft Hyper-V Server: Remotely manage by Window Admin Center and Hyper-V Manager
ADTSolutions ADTSolutions
1.44K subscribers
32,061 views
370

 Published On Sep 2, 2021

This video will show you How to config to remotely manage Microsoft Hyper-V server by using: Hyper-V Manager and Window Admin Center.
Notice: You should follow previous video: Install and config Microsoft Hyper-V server 2019:    • Microsoft Hyper-V Server: How to inst...  

Part 1: Install and config -    • Microsoft Hyper-V Server: How to inst...  
Part 2: Remotely manage by Window Admin Center and Hyper-V Manager -    • Microsoft Hyper-V Server: Remotely ma...  
Part 3: Deploy a Kubernetes cluster -    • Video  
Part 4: Deploy Kubernetes Dashboard -    • Video  
Part 5: Deploy Kubernetes Nginx Ingress + MetalLB load-balancer -    • Video  

// 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

show more

Share/Embed