Topic Last Modified: 2013-02-13
If a move request for a public folder or public folder mailbox fails, you can restore the folder or mailbox as long as the following conditions apply:
- Failed public folder move A
soft-deleted copy of the public folder still exists in the source
public folder mailbox and is still within the retention period.
- Failed public folder mailbox move A
soft-deleted copy of the public folder mailbox still exists in the
source mailbox database and is still within the mailbox retention
period.
If the mailbox retention period has elapsed, you can recover an individual public folder mailbox from backup. You then extract data from the restored mailbox and copy it to a target folder or merge it with another mailbox. For more information, see Restore Data Using a Recovery Database.
For additional management tasks related to public folders, see Public Folder Procedures.
What do you need to know before you begin?
- Estimated time to complete: 5 minutes.
- You need to be assigned permissions before you can perform this
procedure or procedures. To see what permissions you need, see the
"Mailbox restore request" entry in the Recipients
Permissions topic.
- You can’t use the EAC to perform this procedure. You must use
the Shell.
- To create a restore request, you must provide the values for
the DisplayName, LegacyDN, or MailboxGUID
parameters for the soft-deleted public folder mailbox.
- By default, dumpster folders will be restored along with
regular folders. This can be prevented by using the
ExcludeDumpster parameter.
- Restoring public folder mailboxes differs from restoring
regular mailboxes in that folders won’t be created if they don't
exist in the target mailbox. Missing folders will be displayed in a
warning message at the end of restore request.
- For information about keyboard shortcuts that may apply to the
procedures in this topic, see Keyboard Shortcuts in
the Exchange Admin Center.
Tip: |
---|
Having problems? Ask for help in the Exchange forums. Visit the forums at: Exchange Server, Exchange Online, or Exchange Online Protection |
What do you want to do?
Restore a soft-deleted public folder
This example restores the public folder \Dev\CustomerEnagagements to the target public folder mailbox Development01.
Copy Code | |
---|---|
New-MailboxRestoreRequest -SourceStoreMailbox Development -SourceDatabase MBX_DB01 -TargetMailbox Development01 -AllowLegacyDNMismatch -IncludeFolders \Dev\CustomerEngagements |
For detailed syntax and parameter information, see New-MailboxRestoreRequest.
Restore a soft-deleted public folder mailbox
This example restores the public folder mailbox PF_Singapore to the new public folder mailbox PF_Singapore_Restore.
Copy Code | |
---|---|
New-MailboxRestoreRequest -SourceStoreMailbox PF_Singapore -SourceDatabase MBX_DB01 -TargetMailbox PF_Singapore_Restore -AllowLegacyDNMismatch |
For detailed syntax and parameter information, see New-MailboxRestoreRequest.