Exchange + Delete recoverable items from a mailbox
1. Check for the statistics of recoverable items folder:
Get-MailboxFolderStatistic
s -Identity “FirstName LastName” -FolderScope RecoverableItems | Format-List
2) This command will delete items from the Recoverable items folder.
Search-Mailbox -Identity “FirstName LastName” -SearchDumpsterOnly -DeleteContent
Comments are currently closed.