Rexxer

Some tips for me and other

Exchange 2010 + Powershell + Restore permanently deleted items in mailbox (in a retention period)

There is the script: http://blogs.msdn.com/b/emeamsgdev/archive/2012/04/27/powershell-script-to-recover-all-deleted-items-in-a-mailbox.aspx

There is the EWS Managment API (ver. 2.2): http://www.microsoft.com/en-us/download/details.aspx?id=42951 – it needs to run the script.

Usage example: ./RecoverDeletedItems.ps1 -Mailbox john.smith@contoso.com

I ran it as administrator on an Exchange server.

Comments are currently closed.