Forum Discussion
Delete meeting invite
Hi all
I want to delete recurring meeting requests for one user mailbox.
For example mailbox is mailto:user1@contoso.com and Meeting Subject is TEST and the meeting owner is user1 itself. How do i delete it as search mailbox is depreciated. Experts guide me
How do i delete the meeting requests, i want to try the below syntax but notsure
$Search=New-ComplianceSearch -Name "DeleteMeeting" -ExchangeLocation "searchlocation" -ContentMatchQuery AND (Subject:"TEST") AND (To:"mailto:user1@contoso.com")'
Start-ComplianceSearch -Identity $Search.Identity
New-ComplianceSearchAction -SearchName " DeleteMeeting " -Purge -PurgeType SoftDelete
1 Reply
- maxwell2k19Brass Contributor
How do i delete the meeting requests, i want to try the below syntax but notsure
$Search=New-ComplianceSearch -Name "DeleteMeeting" -ExchangeLocation "searchlocation" -ContentMatchQuery AND (Subject:"TEST") AND (To:"mailto:user1@contoso.com")'
Start-ComplianceSearch -Identity $Search.Identity
New-ComplianceSearchAction -SearchName " DeleteMeeting " -Purge -PurgeType SoftDelete