Restore Exchange 2010 Mailbox from Recovery Database

Using New-MailboxRestoreRequest cmdlet, Data on Recovery Database and both databases can be conflated to existent mailboxes. This is the main reason to selected database can be restored from backup without disconcerting the authentic mailbox database.

EDB to PST Converter

Quick Solution

EdbMails for EDB to PST Converter is a free tool to convert online & offline corrupt and healthy EDB Files to PST, Live Exchange and Office 365. EDB Download Button

To restore mailboxes from recovery database in MS Exchange 2010 follow the below outlines.

  1. Single Mailbox or Specific Item Recovery
  2. Dial Tone Recovery to Particular Server
  3. Dial Tone Recovery for Identical server

Restore EDB Mailbox using Recovery Database.

You need to launch Windows Server Backup and go to Actions Pane Click the Recover to start the Recovery Wizard.

Step 1: Restoring the Database (Testing Windows Server Backup)
Assumptions:
Database Name: XBS1.edb
recover

From the below Recovery Wizard, determine the place where the backup is saved.
recovery-wizard

Now, you can select the date and from which the recovery should begin.
backup-date

In the Select Recovery Type, Choose the options in the Recovery Type. here we are selecting Applications
recovery-type

Select the Exchange Server and Click Next.
select-application

In the Specify Recovery Options, Choose the location and where backup recovery should get delivered (Ex: D:\RecoveryDisk), Click the Next button to continue.
recovery-options

Now, Confirm and verify the restoration details. Click the Recover button.
confirmation

After the Confirmation, you can see the status of Recovery Progress. Once it completed the recovery process. Click the Close button and you can check the destination folder for the result.
recovery-progress

Step 2:
After the first step, we will move to step 2 to bring the restored database to clean shutdown state.
C:\Program Files\Exchange Server\bin>eseutil /mh ” drive:\Program Files\Exchange Server\mailboxdata\test1.edb
server-command

After analyzing the output, the database state will be Dirty shutdown. you can see the below screen.
dirty-shutdown

If you want to bring it back to Clean State, please refer the below syntax.

ESEUTIL /r enn /L[path to log files] /s[path to checkpoint file] /d[path to database file] /i
eseutil

After analyzing the Database State, now it will be logical state.
clean-shutdown

Step 3:
To Create Recovery Database and Mount up reestablished database to it.
Using cmdlet,
New-MailboxDatabase -Recovery -Name Recovery -Server<serverName> -EdbFilePath<databasePath\databaseName.edb> -LogFolderPath <logPath>
recover-database

Now, you can mount the recovered backup database. by using below commands.
mount-database

Step 4:
Created Recovery Database and Mount up the Reclaimed Database to it.
Get-MailboxStatistics -Database ‘DatabaseName – Recovery’
mailbox-statistics

The command code to get GUID names.
Get-MaioboxStatistics -Database ‘DatabaseName -Recovery’ | Format-List DisplayName, MailboxGUID

Now, if you want to restore mailboxes from Recovery Database adopting GUID names on destination Server. make use of below command.

EDB to PST Converter

Quick Solution

EdbMails for EDB to PST Converter is a free tool to convert online & offline corrupt and healthy EDB Files to PST, Live Exchange and Office 365. EDB Download Button

New-MailboxRestoreRequest -SourceDatabase ‘DatabaseName -Recovery’ -SourceStoreMailbox MailboxGUID – TargetMailbox TargetMailboxAlias -AllowLegacyDNMismatch
mailbox-restore

Equivalent method to recover your database, when you are unable access.

When backup state is not healthy or inaccessible. In that situation, you can restore single or multiple mailbox to another server using Recovery Software.
The software also provides multiple file export to some other files.

Visit: Exchange Recovery Software EdbMails

Buy Now and avail Upto 75% plus off along with an Edb to PST, Edb to Office 365, Edb to Live Exchange Migrator license from EdbMails! Visit www.edbmails.com for further details.

Leave A Reply

Your email address will not be published.