Forum Discussion
Anonymous
Oct 13, 2017How to delete all calendar appointments booked by terminated users?
We have a Hybrid set up with o365 and we ahve around 150+ Meeting rooms. How to delete all calendar appointments booked by terminated users? Before deleting, we need to email out all attendees to ...
EFFFFF
Sep 07, 2021Copper Contributor
can this be done under the GUI? not familiar with the Security & Compliance Center
Adrian del Castillo
Dec 15, 2021Copper Contributor
I know this is an old thread, but I came across this issue and I was able to run this command in powershell and it basically deleted the calendar event that the terminated user sent out
Get-Mailbox |Search-Mailbox -SearchQuery "kind:meetings AND From:Email address removed" -Deletecontent