In Exchange 2010, I use below to clean up "recoverable items folder":
Search-Mailbox -Identity "Administrator" -SearchDumpsterOnly -TargetMailbox "Discovery Search Mailbox" -TargetFolder "Administrator-RecoverableItems" -DeleteContent
But it can't
work in Exchange 2007, so is there any way to clean up the "recoverable items folder"?
Thanks.