Forum Discussion
maxwell2k19
Aug 01, 2020Brass Contributor
Delete meeting invite
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
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
- 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:"user1@contoso.com")'
Start-ComplianceSearch -Identity $Search.Identity
New-ComplianceSearchAction -SearchName " DeleteMeeting " -Purge -PurgeType SoftDelete