Celebrating 10 Years as a Microsoft MVP!

Back from my vacation, I am thrilled to share that I have been awarded the Microsoft Most Valuable Professional (MVP) award for the 10th consecutive year. In addition to being recognized as an expert within Teams, I am have also been recognized as an expert with Microsoft Copilot. This means a lot to me.  Being an MVP has been an incredibly rewarding journey, both personally and professionally. It has provided me with countless opportunities to grow, learn, and connect with like-minded professionals who share a passion for technology and innovation.  The award is not just a title; it's a testament to the hard work, dedication, and contributions to the tech community. It's a privilege to be part of such an esteemed group of individuals who share the same love for technology, and sharing their knowledge about it.  As I reflect on the past decade, I am thankful for the experiences and knowledge I've gained. This recognition motivates me to continue sharing my expertise, mentor

Get-userandpolicy V_1 released

I have been working on a deployment lately, where I was tasked with identifying policies and if any of these could be removed after a huge migration.

This could all be done through CSCP, but the task was slow and "painful". I decided to find a quicker way to complete the job. And sure enough. A couple of hours creating some code, made the task so much easier.

This was not the first deployment I had to do policy management and cleanup, and I do not think it's going to be the last. So I decided to make a script of the code and publish it. Get-userandpolicy is the end result of my work.

I have made it available on the Technet Gallery, so if you need a quick way to get an overview over your policies and users assigned to them you are welcome to download and try it: Get-userandpolicy

As always, feedback and suggestions appreciated ;)