Building an Azure Landing Zone with Bicep

Following on from my previous post on creating an AVD environment, for those who want to deploy AVD, it’s recommended to build an Azure landing zone first (plus if going for the Microsoft Specialty, a scripted landing zone and AVD deployment is always useful) Again, using a combination of Bicep, powershell and POSHGUI makes the … Read more

Disable Windows FastBoot via Intune Remediations

Windows 10 Fast Boot, one of the first things I disable in any corporate environment, users shut down at the end of the day and will rarely restart unless told to so not fully shutting down is just asking for trouble. Traditionally I would deploy this via a device script within Intune, but it’s a … Read more

Build and Optimize your AVD image

Whether you are building your AVD gold image via Image builder or configuring a virtual machine, optimizing the image and installing any pre-requisites will make the experience much better for the end users. There are many scripts available for this, in this post I’ll run through the one I have made and use. The script … Read more