powershell commands
2 TopicsDelete 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? ThanksSolved3.5KViews0likes2CommentsDeleting meetings organized by long gone employee
A user, joe.user@contoso.com, organized some meetings in the past. He left the company 6 month ago. His mailbox is deleted since 5 month. But now his meetings should be cancelled. Environment is Office 365. MS recently announced here (https://portal.office.com/adminportal/home#/MessageCenter?id=MC106884) a Powershell command for that problem. But when I try Remove-CalendarEvents -Identity "joe.user@contoso.com" -CancelOrganizedMeetings I get the error "Object 'joe.user@contoso.com' not found in 'AMy.EURx.prod.outlook.com'". CategoryInfo: NotSpecified: (:) [Remove-CalendarEvents], ManagementObjectNotFoundException Where is my fault or what is wrong with this command?27KViews0likes2Comments