HP 3PAR Application Software Suite for Microsoft Exchange User Manual

Page 102

Advertising
background image

3.

Start the Exchange Management Shell by clicking Start

→Program Files→Exchange→Exchange

Management Shell.

4.

In the Exchange Management Shell, enter the following:

Restore-Mailbox -Identity <ID> -RecoveryDatabase <rec_database>

<ID> — The user whose mailbox you wish to recover

<rec_database> — The name of the recovery database that was previously created

5.

To restore mailbox content into the Recovery folder, enter:

Restore-Mailbox -Identity Scott -RecoveryDatabase <rec_database> -RecoveryMailbox

<user_mb> -TargetFolder Recovery

<rec_database> — The name of the recovery database that was previously created

<user_mb> — The user name of the user mailbox

6.

To restore specific email messages, enter:

Restore-Mailbox -Identity Scott -RecoveryDatabase <rec_database> -SubjectKeywords

"<keyword>" -ContentKeywords "<contentword>" -IncludeFolders \<folder>,\<folder>

<ID> — The user whose mailbox you wish to recover

<rec_database> — The name of the recovery database that was previously created

<keyword> — A keyword in the email subject line

<contentword> — A keyword in the email contents

<folder> — A specific folder in the user mailbox

7.

To restore all mailboxes in the mailbox database that are present in the recovery database,
enter:

Get-Mailbox -Database <dbname> | Restore-Mailbox -RecoveryDatabase <rec_database>

<dbname>

— The name of the mailbox database

<rec_database>

— The name of the recovery database that was previously created

102 Rapid Backup and Recovery for Exchange

Advertising