Forum Discussion
Ali Fadavinia
Sep 21, 2020Iron Contributor
Delete any booking in any meeting room after a specific date via Power-shell
Hi Exchange Team,
Basically we want to delete all the meetings out of the meeting room calendars after a specific date ( ex. April 1st, 2020) so any booking in any meeting room after April 1st. needs to be deleted
We want to delete a meeting from an attendee's calendar- not deleting the meetings from an organizers calendar which is easy.
The difficult part is that the meeting room is not the organizer of the meeting, it's only a participant.
We dont want to cancel the meeting, we just want for the meeting room to delete the event out of its calendar - The meeting has to stay.
There's no built in command to do that, has anyone accomplish this before via PS or similar experience?
Thanks
You can use some EWS-based script for that, here's a sample one you can adapt: https://www.lieben.nu/liebensraum/2019/10/using-exchange-web-service-with-powershell-to-remove-calendar-appointments-without-notification/
2 Replies
Sort By
You can use some EWS-based script for that, here's a sample one you can adapt: https://www.lieben.nu/liebensraum/2019/10/using-exchange-web-service-with-powershell-to-remove-calendar-appointments-without-notification/
- Ali FadaviniaIron Contributor
Thank you Vasil, it is exactly what we wanted. Works like a charm!