Security and Compliance Center (SCC) PowerShell finally supports Modern authentication

Modern authentication, ADAL or MFA are all different things, but often used to designate the same scenario – using additional authentication factor when logging in to Office 365. Generally speaking, the added security is a great thing, especially important for any privileged accounts. The different teams at Microsoft however have …

Continue readingSecurity and Compliance Center (SCC) PowerShell finally supports Modern authentication

Office 365 Permissions Inventory scripts vol3

Continuing the Permissions inventory series, I’ve published two more scripts on the TechNet Gallery. Both scripts deal with mailbox folder permissions, in the first case only covering the default Calendar folder. Both scripts use much of the same code, after all getting the permissions is performed via the Get-MailboxFolderPermission cmdlet. …

Continue readingOffice 365 Permissions Inventory scripts vol3

Office 365 Permission Inventory: Mailbox folder permissions

For the next article in our “permissions inventory” series, we will cover mailbox folder permissions. The PowerShell script included in this article will help you generate a detailed report on all (or some) folders across all (or some) mailboxes in the company, along with their permissions. While similar to the …

Continue readingOffice 365 Permission Inventory: Mailbox folder permissions

Office 365 Permission Inventory: Calendar permissions

It’s time for another article in the “permissions inventory” series. This time, we will take a look at Calendar permissions, more specifically the permissions on the default Calendar folder in users’ mailboxes. This kind of report is useful for keeping an eye on collaboration between your users (including external sharing), …

Continue readingOffice 365 Permission Inventory: Calendar permissions