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

Linking all required resources to Nerdio via PSNerdio

Second part of the series! This part is about linking all required resources to nerdio via PSNerdio. So, in the previous part of this series I mentioned that the PowerShell module created by Nerdio needs some love. I wanted to link my resourcegroups to Nerdio and that CMDlet was not working. So, I’m going to … 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

MacOS productivity tools

I switched to MacOS a couple of years ago. When I talked about that with someone who also switched to MacOS, he told me switched back because he missed some productivity tools. So, I thought I write about the ones I use to get my ultimate productivity workflow (and hope he switched back, lol) Let’s … Read more

Defender for endpoint for Servers offboarding script

A customer of mine wanted to offboard their servers from Microsoft Defender for Endpoint, I wrote a quick offboarding script. This is the same customer where I configured passive mode (link) first but we figured out that it would cost to much to run it in passive mode. It’s around 5 dollar per server per … 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