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

Automate Applocker configuration for Intune

I wrote a post a while ago about automating the creation of the Applocker policy for intune. You can find it here. This post is a prequel to that post. This post shows you how to automate your Applocker configuration which you can upload with the previous post to Microsoft Intune. To automate the configuration … Read more

Enrich your image using PSNerdio

New part of the PSNerdio series! This part is about how to enrich your image using PSNerdio. So, we are adding scripted actions, applications and schedules to the image. This allows you to create a complete image via PSNerdio. Link to the GitHub repo. Other parts of this series: Deploy Nerdio from an IAC perspective … Read more

Install Hyper V and add current user to Hyper V administrators

So, a customer of mine wanted to install Hyper V and add the current user to Hyper V administrators. They wanted to use Hyper V on their Intune Managed Devices to use virtual machines to have a test device in Intune and a sequencing machine to develop application packages and App Control policies. TLDR: The … Read more

Windows 365 boot error 65000

I recently had the privilege of implementing Windows 365 boot but encountered error 65000. This had to do with the Windows 365 Boot Device Configuration Policy Boot profile: The picture above clearly states the “Boot to Cloud PC Enhanced” setting return the error 65000. So, where does this error come from? I met the prerequisites: … Read more