[PS SCRIPT]: OneDrive Documents Redirection and Status check

How do you ensure each endpoint is properly synced and redirected? What if important data is lost due to a misconfiguration? Run this script from RMM or Intune Proactive Remediations in the user context. Exit 1 and output are generated when issues occur. Do you need help with your Modern Workplace? Check out our service … Read more

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

[PS SCRIPT]: Detecting Unlinked OneDrive SharePoint Document Libraries on Endpoints

What happens with data that exists only locally on a Device? When users manually create a folder on their device, within the root directory of the SharePoint OneDrive Folder, it exists only locally, it’s un-synced and lacks the cloud functionality and benefits of SharePoint including file versioning and backups. I was unable to prevent users … Read more