Automate AVD Hybrid

This post is dedicated on how to automate an AVD hybrid deployment. I use Hyper V as my hypervisor OS where the AVD hybrid machines reside. I use PowerShell to create the machines and install the Arc agent and join them to the AVD hostpool. To further clarify, I use PowerShell to configure the AVD … Read more

AppVentiX Signed App Control Policies

AppVentiX is updated. It can now deploy signed App Control policies with ease. This is a big thing because signed App Control policies make your environment significantly more secure! For people new to AppVentiX and App Control please check out my previous post. This post takes you through the setup and how everything works. If … Read more

AVD Context based redirections

Azure Virtual Desktop (AVD) has a new feature in public preview called context based redirections. Read about it here on Microsoft Learn. The instruction on Microsoft Learn are a rough guidance. I try to elaborate on the feature in this blog and try to give extensive instructions with screenshots. There are 4 options for context … Read more

Get latest Windows release

Maybe you heard of this already but I found this hidden gem (at least for me) where you can easily get the latest Windows release in PowerShell. The module is written by Jose Schenardie. You can find it here in the PowerShell gallery. So, what does it actually do? Well, let’s first install the module … Read more

Update to PSCloudPc

Stefan Dingemanse and I made an update to our PowerShell module called PSCloudPc. This PowerShell module enables you to manage Windows 365 via PowerShell with easy to use command lets. The MSGraph powershell module requires you to construct JSON body’s. We made this in to easy to use “one-liners” Check out our Project website. And … Read more