White Papers

42 TR1059 | V4.0 | Exchange 2013 Data Protection with EqualLogic Auto-Snapshot Manager/Microsoft Edition 4.6 and PS
Series Arrays
Figure 23 Recovery with Exchange Management Shell
You can use the cmdlet to extract data from an RDB. After extraction, the data can be exported to a folder
or merged into an existing mailbox. The name of the recovery mailbox database is the original Exchange
Mailbox Database name, followed by recovery database.
For
restore-mailbox
command parameters both required and optional please visit this link: Restore-
Mailbox
http://technet.microsoft.com/en-us/library/bb125218.aspx
The example in Figure 23 demonstrates recovering all mail items from the point-in-time copy of test5’s
mailbox that is hosted on Mailbox Database MDB03 and placing them in a sub folder named Recovery in
test5’s mailbox. The Power Shell command for that is:
Restore-Mailbox -Identity test5 -RecoveryDatabase "MDB03 Recovery Database" -
RecoveryMailbox test5 -TargetFolder Recovery
The variables in the Power Shell command have been changed to bold font for clarity.
The recovery folder can be seen highlighted with a red arrow in Figure 24.