Powershell Function for Creating WVD Hostpools

I have written a Powershell Function which I use for Creating WVD Hostpools. Instead of clicking through the portal you now can create multiple hostpools by running this function. Prerequisites An Azure subscription The Azure subscription needs to be prepared for WVD deployment Install Powershell Modules (This is listed in the blog) Powershell Function This … Read more

WVD Create HostPool

This is a blogpost about how to create a WVD HostPool. I demonstrate two methods. The GUI based method and the Powershell method. In addition, you can also create the Hostpool via an ARM template but that’s a topic for another time. The GUI based method Firstly, log on to Microsoft Azure. After that, go … Read more

WVD Intune ARM Template Update

You can deploy Windows Virtual Desktop (WVD) via an ARM Template. There is a possible update incoming for this template. This update may contain native join to Microsoft Intune (Endpoint Manager) from within the WVD ARM template. Firstly, I would like to refer to Sander Rozemuller who noticed the change in the ARM template at … Read more