Report on Non-Compliant Intune devices

I received a question on the Microsoft Tech Community forum regarding creating a report about non-compliant Intune devices. The report should give insight into what device has what issue with which setting; the person asking the question was already working on a Microsoft Graph script but couldn't find a suitable way. In this blog post, I will show how to create this report. There are other scripts out there, but I always like a challenge (And Microsoft Graph can be quite a challenge sometimes 😉 )

Report from which PowerShell module the cmdlets are from

We all encountered this: you get a script or function that uses a certain cmdlet... And it fails because the cmdlet is not recognized 🙁 But which module should you install to get the script working? Or does your script install or import all the required modules? In this blog post, I will show you how to check from which module(s) the cmdlet(s) originate and if they are present on your system or if you should install them.

Installing Windows Updates on all your Hyper-V lab VMs using PowerShell and PSWindowsUpdate

I'm a Consultant who does a lot of Intune testing, and I use Hyper-V on my laptop with many VMs in customer environments. Some VMs are used more than others, but when you turn them on after a few weeks... They need updates and restarts, and I wanted to automate that process so that it … Continue reading Installing Windows Updates on all your Hyper-V lab VMs using PowerShell and PSWindowsUpdate

250.000 visitors!

This site just reached a new milestone: 250.000 visitors! It started on April 21st, 2021, and it's been almost two years already now 🙂 In this blog post, I will link to other milestones and tell you how things are going for me now... (Spoileralert: Great 🙂 )