Hacking your way around Modern authentication and the PowerShell modules for Office 365

Most of the Office 365 PowerShell modules now support Modern authentication and that’s a very good thing. However, the implementation across the different modules leaves a lot to be desired because of the different approach taken by each team. For example, some of the modules do not support the Credentials …

Continue readingHacking your way around Modern authentication and the PowerShell modules for Office 365

Improved handling for Modern Attachments in OWA

Modern attachments are one of the features that can have significant positive impact on your productivity and collaboration with others. Instead of emailing document copies all day long just to compare a few edited paragraphs, they allow you to centrally store the document and co-author it, while the mundane task of granting …

Continue readingImproved handling for Modern Attachments in OWA

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