Forum Discussion
Deleted
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 ...
Kerry Loftus
Nov 21, 2018Copper Contributor
I just spent two days working with Microsoft on this, user has been deleted due to being disabled and placed in an OU that doesn't sync. Here is the command line:
Get-Mailbox -ResultSize Unlimited | Search-Mailbox -SearchQuery 'Kind:Meetings AND Organizer:EmailAddressOfExEmployee' -DeleteContent –Force
Technical_Admin
Apr 15, 2020Copper Contributor
Kerry Loftus HI, today i am using this command but its show this command is expire, can u please help me.
also getting this error
- Kiefer-joe CoppApr 15, 2020Copper Contributor
Technical_Admin what is it you're trying to achieve?
The end of life warning shouldn't be preventing your end goal, as that's just a warning for Microsoft support no longer existing.
Your SSL error is probably going to be down to a syntax error.