How to revoke all OneDrive shares for a departing employee using PowerShell and Microsoft Graph

When an employee leaves your organization, it’s essential to secure their data. In some cases, you may not want to delete the user account immediately because the user may have critical data, files, or access to shared resources that are still required by the team. However, you also want to ensure that any shares or … Read more

Using Privileged Identity Management (PIM) to elevate local admin rights

Privileged Identity Management (PIM) is typically used for elevating user privileges in cloud environments, such as granting temporary admin rights in Azure AD. However, with some creative scripting, you can extend the power of PIM to manage local resources, such as elevating local admin rights on machines in your environment. In this post, we’ll walk … Read more