Forum Discussion
Can't empty deleted items folder - Outlook 2016 / Exchange Online Plan 1
- Dec 08, 2018
Hi Chris
Thanks for your reply and the suggested article which has certainly given me some useful notes for next time I have a problem
In the end as the mailbox is critical to our business (process incoming mail for a document management system), I logged a support call with Microsoft and a really helpful chap advised it was due to the 14 day retention policy on mailbox not working and used some powershell commands to get it working
So fingers crossed the 60000+ items in deleted items has now started to go down and 99% of my 50Gb used is now 85% so much improved
Thank you for your reply
The PowerShell commands MS Support gave me didn't work and with MFCMAPI I'm also not able to delete them.
Any advise would be greatly appreciated...
I am experiencing also... no Powershell scripts are working. When we delete items, they show back up in seconds. Issue is our 100GB mailbox limit keeps getting maxed out and I cant delete anything to make space. No litigation holds.
Things tried:
- Search-Mailbox "mymailbox@contoso.com" -SearchQuery ‘(received=2018-01-01..2019-11-01)(sent=2018-01-01..2019-11-01)’ -DeleteContent -Force
- Start-ManagedFolderAssistant "mymailbox@contoso.com"
- Delete via OWA - items delete "temporarily" then reappear.
- Tried using MFCMapi to delete the contents of the Deleted Items and Recovery Items
- New Exchange MRM Policy (delete anything 7 days or older)
- Enable a ExOL Archive mailbox, create a new Exchange MRM Policy to move anything older than 7 days to archive.
- Delete from the Outlook client obviously... cached and uncached mode.
Results:
Get-MailboxFolderStatistics "mymailbox@contoso.com" -FolderScope "RecoverableItems" | Format-List Name,FolderAndSubfolderSize
Name : Recoverable Items
FolderAndSubfolderSize : 110 GB (118,111,612,814 bytes)
Name : DiscoveryHolds
FolderAndSubfolderSize : 92.84 GB (99,683,338,775 bytes)
Get-MailboxFolderStatistics "mymailbox@contoso.com" -FolderScope "DeletedItems" | Format-List Name,FolderAndSubfolderSize
Name : Deleted Items
FolderAndSubfolderSize : 79.86 GB (85,753,721,801 bytes)
None of the above worked.
So this is very frustrating to say the least. MS ticket open but no fix at this time.