Forum Discussion
tyagia2ul
Feb 07, 2023Copper Contributor
How to remove meeting invite sent by user who left the organization
We have a user who left the company back in December 22 and there are couple of re occuring meeting which i want to delete . I tried "search - mailbox - search query " but it's not working if anyone...
tyagia2ul
Feb 07, 2023Copper Contributor
Thanks AndySvints,
The mailbox does not exist this user left the company back in Dec22
Any script through which we can search the meeting and delete.
The mailbox does not exist this user left the company back in Dec22
Any script through which we can search the meeting and delete.
AndySvints
Feb 07, 2023Steel Contributor
In this case you should use New-ComplianceSearch. As Search-Mailbox cmdlet is being deprecated in favor of New-ComplianceSearch
Approach is the following:
- create a content search using the New-ComplianceSearch
- run it using the Start-ComplianceSearch cmdlet
- assign a search action to the search using the New-ComplianceSearchAction cmdlet.
Hope that helps.
- tyagia2ulFeb 13, 2023Copper ContributorThanks , I am able to delete the meeting now .
- DemergeOct 03, 2023Copper Contributor
Could someone elaborate on how to use those commands to delete the calendar events? I've read through the links provided but am unsure on how to use them to delete the calendar events. I'm having the same issue with a regularly recurring meeting from a user who no longer has any kind of account.