Convert mailbox folder identifiers non-interactively

In a previous article, we discussed how to convert Exchange folderIds (as returned by the Get-MailboxFolderStatistics cmdlet) to the RestId identifiers employed by the Graph API. Here, we present a version of the script that can run non-interactively and has no PowerShell module dependencies. In addition, we present a purely Graph-based version to generate mailbox folder identifiers without any Exchange methods/cmdlets.

Continue readingConvert mailbox folder identifiers non-interactively

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