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

Automate MacOS version compliance

I wanted to automate the minimum version for a MacOS compliance policy in Microsoft Intune. There were a couple of requirements: The Script To fulfill the first requirement I searched for a reputable source. Of course, I ended up on reddit. Just kidding of course. But! Reddit lead me to reputable source. Turns out Apple … Read more

Intune Drift Control PowerShell

This is my latest training exercise, building configuration drift control for Microsoft Intune with PowerShell and the pester module. I wanted to be able to check my clients configuration against my own baseline for Microsoft Intune. Of course, there are many tools out there that can do this for you. Like Andrew Taylor’s EUCToolbox. It’s … 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