A user has over 40 GB of emails in her deleted items. She has already confirmed she does not need them to be recoverable.
I have run a search to pull her deleted items folder id using the method outlined here
I then created a search in the compliance center for her user, searching with the folder id as the search terms, and before 3/30/2020. The search returns 20+ GB of results
I connect to the compliance service with 2fa using Connect-IPPSSession and run the following
New-ComplianceSearchAction -SearchName "Deleted Items before 3/30/2020" -Purge -PurgeType HardDelete
The action completes instantly showing
Results : Purge Type: HardDelete; Item count: 0; Total size 0; Details: {}
The users mailbox did not shrink in size at all, and all deleted items are still there. Runing the search again returns the same 20+ GB of results
I have tried the action with both soft and hard delete options, the results are the same, nothing happens.
I have confirmed with Get-ComplianceSearch that the estimated 20GB of data shows in powershell for that search name, so why is HardDelete not deleting anything?