Forum Discussion
robertyhn
May 22, 2019Copper Contributor
How to add a new host to WVD hostpool?
I've successfully built two 2 hostpools for testing purposes -- one for shared and one for personalized. The shared one consists of 1 D8s VM and the personal one consists of 5 individual smaller D2s ...
- May 23, 2019You should find your answer here: https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell
Scroll down to the section create virtual machines for the host pool.
evasse
May 23, 2019Bronze Contributor
You should find your answer here: https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell
Scroll down to the section create virtual machines for the host pool.
Scroll down to the section create virtual machines for the host pool.
EvdL99
Oct 31, 2019Copper Contributor
I also followed the documentation on https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell and it works perfect!
- W_PalmNov 08, 2019Copper Contributor
EvdL99 I tryed it, too. Didn't work...
The steps i've made are:
- Create a VM with the same image as the other VM
- Join VM to Domain
- Installed WVDA and entered token from Export-RdsRegistrationInfo
- Installed WVDABootloader
When i try to login via RD-App (original VM off) it says "no available resources". Shouldn't the VM be addet to the AvailabilityGroup in the ResourceGroup or at least the loadbalancer somehow?
- Christian_MontoyaNov 17, 2019
Microsoft
W_Palm : Can you go to PowerShell and run Get-RdsSessionHost for your host pool? Can you see if your session host VM is listed there?
- BraguzzDec 06, 2019Brass Contributorsome steps in this direction? I'd like to create an master image from a WVD and then reuse tat image for other VMs but no way to switch the new WVD to other HostPoolName ....