Rexxer

Some tips for me and other

Exchange + Delete recoverable items from a mailbox

1. Check for the statistics of recoverable items folder:

Get-MailboxFolderStatistics -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.