Restore data using a Recovery Database in Exchange 2013
Symptoms
Article Summary: This article contains information about restoring data using a Recovery Database in Exchange 2013
A recovery database (RDB) is a special kind of mailbox database that allows you to mount a restored mailbox database and extract data from the restored database as part of a recovery operation.
This example restores the source mailbox that has the MailboxGUID 1d20855f-fd54-4681-98e6-e249f7326ddd on mailbox database DB1 to the target mailbox with the alias User.
New-MailboxRestoreRequest -SourceDatabase DB1 -SourceStoreMailbox 1d20855f-fd54-4681-98e6-e249f7326ddd -TargetMailbox User
This example restores the content of the source mailbox that has the display name User on mailbox database DB1 to the archive mailbox for user@domain.com.
New-MaiboxRestoreRequest -SourceDatabase DB1 -SourceStoreMailbox "User" -TargetMailbox user@domain.com -TargetIsArchive