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. n...
- Sep 22, 2020
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/
VasilMichev
Sep 22, 2020MVP
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 FadaviniaSep 22, 2020Iron Contributor
Thank you Vasil, it is exactly what we wanted. Works like a charm!