We have identified an issue with the Purge Office 365 Emails with Slack extension (version 1.2.0). This extension functioned correctly until sometime late last year.
The extension is still able to search for the targeted emails, and it correctly prompts us to confirm whether we want to purge them. After confirming, it displays a message indicating the emails were successfully deleted—however, no emails are actually removed.
We also attempted to purge the emails using our PowerShell script, which had previously worked but is now failing in the same way. After opening a case with Microsoft Support, we were informed that we must add the parameter -EnableSearchOnlySession to our script; without this parameter, purging emails is no longer possible.
After updating our PowerShell script with this parameter, we are again able to purge emails from O365 successfully.
Can this parameter be added to the extension so that it will function correctly again?