SOLVED

Delete meeting invite

Brass Contributor

Hi all

I want to delete recurring meeting requests for one user mailbox.
For example mailbox is 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

1 Reply
best response confirmed by maxwell2k19 (Brass Contributor)
Solution

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:"user1@contoso.com")'

Start-ComplianceSearch -Identity $Search.Identity

New-ComplianceSearchAction -SearchName " DeleteMeeting " -Purge -PurgeType SoftDelete

1 best response

Accepted Solutions
best response confirmed by maxwell2k19 (Brass Contributor)
Solution

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:"user1@contoso.com")'

Start-ComplianceSearch -Identity $Search.Identity

New-ComplianceSearchAction -SearchName " DeleteMeeting " -Purge -PurgeType SoftDelete

View solution in original post