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.
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.To restore mailboxes from recovery database in MS Exchange 2010 follow the below outlines.
- Single Mailbox or Specific Item Recovery
- Dial Tone Recovery to Particular Server
- 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
From the below Recovery Wizard, determine the place where the backup is saved.
Now, you can select the date and from which the recovery should begin.
In the Select Recovery Type, Choose the options in the Recovery Type. here we are selecting Applications
Select the Exchange Server and Click Next.
In the Specify Recovery Options, Choose the location and where backup recovery should get delivered (Ex: D:\RecoveryDisk), Click the Next button to continue.
Now, Confirm and verify the restoration details. Click the Recover button.
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.
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
After analyzing the output, the database state will be Dirty shutdown. you can see the below screen.
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
After analyzing the Database State, now it will be logical state.
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>
Now, you can mount the recovered backup database. by using below commands.
Step 4:
Created Recovery Database and Mount up the Reclaimed Database to it.
Get-MailboxStatistics -Database ‘DatabaseName – Recovery’
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.
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.New-MailboxRestoreRequest -SourceDatabase ‘DatabaseName -Recovery’ -SourceStoreMailbox MailboxGUID – TargetMailbox TargetMailboxAlias -AllowLegacyDNMismatch
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