Microsoft 365 Security / Necessities / Checklist

Microsoft 365 is often considered safe, as it’s always up to date and maintained by Microsoft.

Unfortunately, this is not true! Well, at least some parts aren’t. There are quite some options and products/features that should be configured to limit risk and exposure.

In this post, I’m outlining the most important security settings and products, everyone should implement.

Get Entra ID User Group Membership with PowerShell on endpoints

Use this PowerShell script and Azure logic app to get the Entra ID Group membership of a user in a safe and secure way. I’ve created this solution to be able to execute certain code based on the user’s group membership. Back in the day it would be easy to request the user’s group memberships … Read more

Streamlining Intune: Automate Changing Device Names to include Primary user UPN

Follow the steps in this blog to seamlessly rename your Intune devices, appending the primary assigned user’s UPN along with a random suffix. I’ve created this Logic App that renames the devices as the Intune options are limited to the serial number and random generated values. Both are not easy to work with. I’ve chosen … Read more

Synchronize SharePoint libraries on endpoints by leveraging PS, Logic Apps and Entra ID Group memberships!

Use this PowerShell script and Azure logic app to sync library’s based on Azure AD Group assignments. Ever had to Sync 100 folders to 10 or more different security groups, and didn’t want to create configuration profiles for each group? Or had to wait up to 8 hours before Intune finally synced the sites? Back … Read more