Mailbox forwarding inventory report

A simple “proof of concept” PowerShell script to generate a report of all mailboxes with some form of forwarding configured. In addition to mailbox forwarding settings, the script also checks for Inbox rules and Mail-flow rules, as well as Calendar delegates. The generated output will include the address to which messages are being forwarded, where possible. …

Continue readingMailbox forwarding inventory report

Controlling resource delegates for User mailboxes

I can swear I’ve blogged about this already, but I cannot seem to find it, so here we go again. Configuring resource delegates via PowerShell is no longer possible for User mailboxes in Exchange Online. The –ResourceDelegates parameter of the Set-CalendarProcessing cmdlet designates recipients to which calendar requests will be forwarded, …

Continue readingControlling resource delegates for User mailboxes

Controlling access to SCC functionalities via PowerShell

The Security and Compliance Center is the one-stop destination for all your compliance-related needs in Office 365, and as such controlling access to the functionalities exposed in it is very, very important. While we do get the familiar RBAC model, some limitations apply and we cannot get as granular as we …

Continue readingControlling access to SCC functionalities via PowerShell