If you have backups in Exchange, you know that you can go to the backup and recover items, either by creating a recoverable mailbox database or performing item level restore to a mailbox or PST file.

In Exchange 2016, can also be Exchange 2019 or Exchange 2013, you can run a simple command to retrieve data from the dumpster. Depending on the retention period of your dumpster, that is how far back you can go.

Here is the command that you can run:

  • Get-RecoverableItems UserMailbox | Restore-RecoverableItems
Exchange 2016 powershell:- restore recoverable items with a simple command.

Depending on the amount of data to be deleted and how busy the server is, this can take a while.

The above will be limited to the first 10000 items and you will see a big warning, you can change that by modifying the command as per below:

  • Get-RecoverableItems UserMailbox -ResultSize Unlimited | Restore-RecoverableItems
Exchange 2016 powershell:- restore recoverable items with a simple command.

Once the command is initiated, it will restore to the original location.

Hope it helps.

    wpChatIcon

    Discover more from Everything-PowerShell

    Subscribe now to keep reading and get access to the full archive.

    Continue reading