Primer: Use Invoke-ChangeMeetingOrganizer to bulk change meeting organizer in Exchange Online

In a previous article, we covered how the newly introduced Invoke-ChangeMeetingOrganizer cmdlet can be used to change a meeting’s organizer in Exchange Online. While the cmdlet does handle recurring meetings, it can only update one (master) meeting at a time, making the realistic “transfer all meetings from user X” scenario …

Continue readingPrimer: Use Invoke-ChangeMeetingOrganizer to bulk change meeting organizer in Exchange Online

How to use the Invoke-ChangeMeetingOrganizer cmdlet to change the meeting organizer

Microsoft is rolling out one of the coolest “quality of life” improvements we have received in a while. In this article, we explain how you can use the Invoke-ChangeMeetingOrganizer cmdlet to change a meeting’s organizer, as well as how some of the inner workings of the feature look like. Being able to change the organizer of (future) meetings is something that most organizations will greatly appreciate, even though not all possible scenarios can be addressed currently. …

Continue readingHow to use the Invoke-ChangeMeetingOrganizer cmdlet to change the meeting organizer

More secure version of the Bitlocker recovery keys export script

A Graph SDK for PowerShell based script to export all BItLocker Recovery keys backed up to your Entra ID tenant. Keys are securely stored in the output and can only be accessed by the same user and device. Optionally, you can “unscramble” the output and store the recovery keys in plain text. …

Continue readingMore secure version of the Bitlocker recovery keys export script

PSA: Microsoft deepens the disconnect between PowerShell and Purview UI

For years, we’ve been hearing how the Graph API is the de facto “control surface” of Microsoft 365 and should be used for all integrations/automations and apps. Yet, years down this journey, the real story still shows fragmented coverage across even the basic workloads (*cough* Exchange Online *cough*). On the …

Continue readingPSA: Microsoft deepens the disconnect between PowerShell and Purview UI

Free tool to manage Outlook delegates

If you miss the good old Outlook’s Delegate management dialog, or you want to use a similar UI-based tool to manage delegation settings on behalf of users, this is the tool for you. It is a WinForms-based tool that allows you to view, add or remove delegates for Microsoft 365 users, without having to worry about the underlying PowerShell cmdlets. In addition, the tool supports the undocumented CanManageCategories flag. Read the full article for more details and planned future improvements. …

Continue readingFree tool to manage Outlook delegates