立即与支持人员聊天
与支持团队交流

Recovery Manager for Exchange 5.9 - User Guide

Getting started Working with storages
About storages Extracting an Exchange Server database from backup
Working with Quest® Rapid Recovery® (AppAssure®) Working with Quest® NetVault Backup® Working with Quest® vRanger® Working with CA ARCserve Backup Working with EMC NetWorker Working with HP Data Protector Working with IBM Tivoli Storage Manager Working with Microsoft Data Protection Manager Working with Microsoft Windows Backup Working with Microsoft Windows Server Backup Working with Symantec Backup Exec Working with Symantec NetBackup Working with unlisted backup software
Accessing backups directly Extracting incremental or differential backups Registering a storage Opening a storage Closing a storage Renaming a storage Deleting a storage Deleting items from a target storage Deleting items from a source storage Setting access permissions for target files
Restoring data
Optimizing Recovery Manager for Exchange performance Storage indexing Restoring messages Restoring attachments Restoring folders Restoring mailboxes Importing Data from .Pst Files to Online Exchange Mailboxes Selecting a target folder Comparing and restoring storages, mailboxes, or folders Searching for messages, attachments, or folders in source storages
Automated Tasks Management Shell Appendices
Mailbox Restore Wizard Public Folder Restore Wizard Message Restore Wizard Message Delete Wizard Import .Pst Files Wizard Add Storage Wizard Catalog Wizard Task Wizard
Select Action Select Template Specify Task File Option: Catalog Backups Template Option: Restore Templates
Comparison of Recovery Manager for Exchange editions

Migrating data from Archive Manager or to the Archive Manager instance

The following examples demonstrate how to migrate mailboxes from/to Archive Manager instance:

Table 40: Scenario: Migrating data

Operation Command Description
Migrating data from one Archive Manager instance to another

$target = Attach-RMEArchiveManager -ServerName AMserver1.mycompany.corp -Port 5555 -Authentication Forms -UserName AM1admin -Password P@ssw0rd1 -ExportDirectory "C:\AMLoadDir"

Attach-RMEArchiveManager -ServerName AMserver2.mycompany.corp -Port 5555 -Authentication Forms -UserName AM2admin -Password P@ssw0rd2 | Get-RMEMailbox "Administrator" | Restore-RMEMailbox -TargetFolder $target

In the first line of this example, the Attach-RMEArchiveManager cmdlet connects to the target Archive Manager server. The -ExportDirectory parameter specifies the folder from which Archive Manager can load data (C:\AMLoadDir).

In the second line of this example, the Attach-RMEArchiveManager cmdlet connects to the source Archive Manager server, and then pipes the server object to the Get-RMEMailbox cmdlet.

The Get-RMEMailbox retrieves the Administrator mailbox from AMserver2, and then pipes the mailbox to the Restore-RMEMailbox cmdlet, which restores the mailbox to the Archive Manager server saved in the $target variable.

Migrating data from the source Archive Manager server to .pst on the target Archive Manager server

$AMSourceStorage = Attach-RMEArchiveManager -ServerName <ArchiveManagerServer name> -Port 80 -TargetDomain $AMdomain -UserName $AMUser -Password $AMPassword -Authentication Windows –LoadAllMailboxes

$AMSourceStorage | Get-RMEMailbox | Restore-RMEMailbox -TargetPath "C:\Exported\PST"

The Attach-RMEArchiveManager cmdlet connects to the source Archive Manager server.

In the second line of this example, Get-RMEMailbox cmdlet retrieves all the mailboxes from the source server. Then, the Restore-RMEMailbox cmdlet restores each of the mailboxes to an individual .pst file in the specified folder on the target Archive Manager server.

Migrating data from Archive Manager to on-premises Exchange

$AMSourceStorage = Attach-RMEArchiveManager -ServerName <ArchiveManagerServer> -Port 80 -TargetDomain $AMdomain -UserName AMUser -Password $AMPassword -Authentication Windows –LoadAllMailboxes

$AMSourceStorage | Get-RMEMailbox | % { Restore-RMEMailbox $_ -TargetFolder (Attach-RMEExchangeMailbox -ConnectionMethod Auto -MailboxName $_.DisplayName) }

The Attach-RMEArchiveManager cmdlet connects to the source Archive Manager server.

In the second line, Get-RMEMailbox cmdlet retrieves all the mailboxes from the source. Then, the Restore-RMEMailbox cmdlet restores each of the mailboxes to corresponding live Exchange Server mailbox.

Attach-RMEExchangeMailbox establishes a connection to the live Exchange Server mailbox you specify. In this example, mailboxes are matched by DispalyName.

Migrating PST contents to the target Archive Manager server (Attach-RMEPersonalFolders 'c:\ExportArchive\PST\AmeliaSpringdee.pst' -IsSource).Root | Restore-RMEFolder -TargetFolder ((Attach-RMEArchiveManager -ServerName 'ArchiveManager' -Authentication Windows -ExportDirectory "\\ArchiveManager\c$\Quest\ArchiveManager\Export" | Get-RMEMailbox 'AmeliaSpring').Root

The Attach-RMEPersonalFolders establishes a connection to the specified .pst on the source.

The Attach-RMEArchiveManager cmdlet connects to the target Archive Manager server. Then, Restore-RMEFolder restores the .pst contents to the specified target folder.

Appendices

Mailbox Restore Wizard

The Mailbox Restore Wizard helps you selectively restore mailboxes from registered source storages to a registered target storage. You can also restore selected mailboxes to a live Exchange Server, or restore each selected mailbox to an individual Personal Folders (.pst) file.

Source and target storages for a restore operation can be selected from those registered with Recovery Manager for Exchange. You can also register new source and target storages while using this wizard.

To start the Mailbox Restore Wizard

  • From the main menu, select Restore | Mailboxes.

The wizard includes the following pages:

Add Mailboxes to Restore

On the Add Mailboxes to Restore page, the wizard prompts you to set up a list of the mailboxes that you want to restore from registered source storages.

Table 41: User interface elements

Element Description
Added mailboxes Displays a list of the mailboxes that you have selected to restore.
Add Opens a dialog box you can use to select the mailboxes you want to restore and add them to the Added mailboxes list. You can also register new source storages to select and restore mailboxes from.
Remove Removes selected mailboxes from the Added mailboxes list.

To add mailboxes to the list

  1. Click Add.
  2. In the Select Mailboxes dialog box, expand the registered source storage nodes, and select the check boxes next to the mailboxes you want to restore.

You can click the Add New Storage button to register a new source storage. You can select mailboxes from multiple source storages.

  1. Click OK.

To remove mailboxes from the list

  • In the Added mailboxes list, select the mailboxes you want to remove, and click Remove.
相关文档

The document was helpful.

选择评级

I easily found the information I needed.

选择评级