Entra ID's password protection feature was introduced back in 2018, adding support for a banned password list, the smart lockout controls and integration with| Blog
After publishing our article and script on getting the mailbox folder permissions inventory, few folks have reached out to ask whether it's possible to have a| Blog
PowerShell scripts that allow you to manage mailbox folder permissions in bulk, leveraging the Exchange Online V3 PowerShell module...| Blog
In an effort to address one of the biggest downsides of using the Graph API's application permissions model, Microsoft introduced the Sites.Selected scope as a method to restrict access...| Blog
Microsoft has extended their permissions model for working with files, list items and lists within the Graph API. The newly introduced Files.SelectedOperations.Selected, ListItems.SelectedOperations.Selected and Lists.SelectedOperations.Selected scopes are available in both delegate and application permission flavors and allow you to granularly control application access! At the same time, they use the same model the Sites.Selected permissions used, so you can easily adopt them.| Blog
A PowerShell script to remove user, or a set of users, from all groups they are a member of by using the Graph API methods. You can leverage the additional parameters of the script in order to also remove any directory role assignments, ownership assignments and delegate permission grants. The script supports Microsoft 365 Groups, Entra Security Groups, Exchange Distribution Groups and Mail-Enabled security groups.| Blog