Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2011-03-19

Use the Resume-MailboxRestoreRequest cmdlet to resume a restore request that was previously suspended or failed.

Looking for other management tasks related to disconnected mailboxes? Check out Managing Disconnected Mailboxes.

Use the Shell to resume a restore request

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Recipient Provisioning Permissions" section in the Mailbox Permissions topic.

This example resumes the restore request kweku\RestoreFromDB01

Copy Code
Resume-MailboxRestoreRequest -Identity "kweku\RestoreFromDB01"

This example resumes any restore request that has a status of Failed.

Copy Code
Get-MailboxRestoreRequest -Status Failed | Resume-MailboxRestoreRequest

For detailed syntax and parameter information, see the following topics:

Other Tasks

After you resume the restore request, you may also want to view the properties of the restore request. For details, see View Restore Request Properties and Statistics.