Fetch message trace data via the Graph API

A quick look at the recently introduced /admin/exchange/tracing/messageTraces Graph API endpoint to fetch Exchange Online message trace details. It turns out this is just a wrapper for the Get-MessageTraceV2/Get-MessageTraceDetailV2 cmdlets, with all the benefits and downsides this entails to. Read the article for more details. …

Continue readingFetch message trace data via the Graph API

Still no good solution for cleaning deleted items via the Graph API

2026 is the year in which Microsoft plans to pull the plug on EWS, and before this happens, I’m taking some time to go over my code samples in order to update them to the Graph API or alternatives, as needed. One such code sample I’ve used over the years …

Continue readingStill no good solution for cleaning deleted items via the Graph API

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

PSA: More cmdlets require connecting to the SCC endpoint via the -EnableSearchOnlySession switch

We start the new year on a not so positive note. In short, Microsoft messed up the scope of impacted PowerShell cmdlets, as part of the connectivity changes introduced last August (MC1131771), which we initially covered here. After the initial rollout, many customers started noticing strange behavior with additional cmdlets, …

Continue readingPSA: More cmdlets require connecting to the SCC endpoint via the -EnableSearchOnlySession switch