<br />
<b>Warning</b>:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in <b>/home/servertools/public_html/blog/wp-content/themes/schema/schema/options/php-po/php-po.php</b> on line <b>187</b><br />
{"id":703,"date":"2017-04-13T10:37:20","date_gmt":"2017-04-13T10:37:20","guid":{"rendered":"http:\/\/www.stellarservertools.com\/blog\/?p=703"},"modified":"2020-08-18T14:41:38","modified_gmt":"2020-08-18T14:41:38","slug":"how-to-recover-exchange-server-data","status":"publish","type":"post","link":"https:\/\/www.stellarservertools.com\/blog\/how-to-recover-exchange-server-data\/","title":{"rendered":"How to Recover Exchange Server &#038; Data"},"content":{"rendered":"<p>In Exchange, Data Protection Manager (DPM) is responsible for backup and recovery functions. With the help of DPM, you can recover Exchange mailbox databases under Data Availability Group (DAG). <span style=\"text-decoration: underline;\">Exchange Server Recovery<\/span> can be executed with DPM. Perhaps, it is vital backing up the Exchange Server roles including Client Access Server and mailbox server transport services in order to completely protect Exchange deployment.<\/p>\n<p>As soon as you select a database in \u2018Protected data\u2019 pane within the DPM Recovery wizard, all the mailboxes belonging to specified database is displayed by the DPM. Using this, you can recover:<\/p>\n<ul>\n<li>Recover a single Exchange mailbox<\/li>\n<li>Recover EDB Database<\/li>\n<li>Recover entire Exchange Server<\/li>\n<\/ul>\n<p>Let\u2019s look at each:<\/p>\n<p><strong>#1: Recover a Single Exchange Mailbox<\/strong><\/p>\n<p>DPM replicates the entire database to enable recovering the single Exchange mailbox. The policy to copy the full database is recommended by Exchange. Recovery of individual mailboxes is initiated through the recovery database. It is more commendable rather than directly recovering from the database hosting the original mailbox. It is vital that the recovery database exists before you attempt to <span style=\"text-decoration: underline;\"><a href=\"http:\/\/www.stellarservertools.com\/recover-exchange-mailbox.php\">recover Exchange mailbox<\/a>.<\/span> Follow the steps below:<\/p>\n<p>1. To initiate the recovery procedure, make sure that the Exchange Server is protected. Next, ensure that recovery mailbox database exists, else, create a new one using New-MailboxDatabase cmdlet. Configure the settings of the recovery database so that it becomes possible to overwrite it by using Set-MailboxDatabase cmdlet.<br \/>\n<strong>For Example:<\/strong><br \/>\n<em>\u201cNew-MailboxDatabase -Recovery -Name RDB-CONTROL -Server E2K13-MBX1\u201d<\/em><br \/>\n<em>\u201cSet-MailboxDatabase -Identity \u2018RDB-CONTROL\u2019 -AllowFileRestore $true\u201d<\/em><\/p>\n<p>2. In the DPM Administrator Console, navigate to <strong>Recovery view<\/strong> and from <strong>All Protected Exchange Data node<\/strong>, select the mailbox database that needs to be recovered<br \/>\n3. In the recovery points section, all available recovery points are mentioned in bold on the <strong>Calendar.<\/strong> Click the desired date and then select a recovery point navigating through <strong>Recovery time<\/strong>&gt; <strong>Recover<\/strong> to continue the process to <span style=\"text-decoration: underline;\">recover the Exchange mailbox<\/span><br \/>\n4. Review the recovery selection from the Recovery wizard and then click on <strong>Next<\/strong><br \/>\n5. Specify the recovery type that requires to be performed and click on <strong>Next<\/strong><br \/>\n6. In the then appeared <strong>Specify Recovery Options<\/strong> page, perform the following:<br \/>\na. Click on the checkbox associated with <strong>Mount the databases after they are recovered<\/strong>. If you do not wish to mount the database, then make sure to clear the checkbox<br \/>\nb. Network bandwidth usage throttling: Click on Modify to enable throttling<br \/>\nc. If applicable, click on the option <strong>Enable SAN-based recovery using hardware snapshots<\/strong><br \/>\nd. Next, select <strong>Send an e-mail when the recovery completes<\/strong> in <strong>Notification<\/strong> and specify recipients. Make sure to separate the provided email addresses with commas<br \/>\n7. Make sure to review the recovery settings in the <strong>Summary<\/strong> page that appears. Once the recovery operation completes, click on the <strong>Close<\/strong> button<br \/>\n8. Once the recovery procedure finishes, the mailbox is not restored fully. Mailbox database to which the particular mailbox belongs is restored to Recovery mailbox database. The following cmdlet can be executed to restore the mailbox:<br \/>\n<em>\u201cNew-MailboxRestoreRequest \u2013SourceDatabase \u2019RDB-CONTROL\u2019 \u2013SourceStoreMailbox \u2018mailbox name\u2019 \u2013TargetMailbox &lt;name&gt;@servername.com \u2013TargetRootFolder Recovery -SkipMerging StorageProviderForSource\u201d<\/em><br \/>\n<em><strong>Note:<\/strong> -SkipMerging StorageProviderForSource must be added to the cmdlet, else an error message will appear.<\/em><br \/>\n9. After the restoration is completed, the Recovery mailbox database can be dismounted and deleted by running Windows PowerShell cmdlet:<br \/>\n<em>\u201cRemove-MailboxDatabase -Identity \u2018RDB-CONTROL\u2019\u201d<\/em><\/p>\n<p><strong>#2: Recover an Exchange Database<\/strong><\/p>\n<p>1. In the DPM Administrator Console, go to <strong>Recovery view<\/strong> and in the <strong>All Protected Exchange Data<\/strong> node, navigate to the mailbox database that needs to be recovered.<br \/>\n2. In the recovery points section, all available recovery points are specified. Click on a particular date and then select <strong>Latest<\/strong> to acquire the most recent backup and then click on <strong>Recover<\/strong><br \/>\n3. View the recovery selection made earlier in the <strong>Recovery wizard<\/strong> and then click on <strong>Next<\/strong><br \/>\n4. Mention the type of <span style=\"text-decoration: underline;\">Exchange Server recovery<\/span> that needs to be performed and then click on <strong>Next<\/strong><br \/>\n5. In the <strong>Specify Recovery Options<\/strong> page that appears, do the following:<br \/>\na. Select <strong>Mount the databases after they are recovered<\/strong><br \/>\nb. Click on <strong>Modify<\/strong> corresponding to <strong>Network bandwidth usage throttling<\/strong><br \/>\nc. If applicable, click on <strong>Enable SAN-based recovery using hardware snapshots<\/strong><br \/>\nd. <strong>Select Send an e-mail when the recovery completes<\/strong> in <strong>Notifications<\/strong> and mention the recipients. Ensure that all the email addresses are separated with commas<br \/>\n6. Return to Exchange Server to enable database to overwrite by restoring, else the restore procedure will fail. Open the Exchange Admin Center (EAC) and navigate to<strong> Servers<\/strong> and then click on <strong>Databases.<\/strong> Next, select appropriate database that requires to be overwritten and then click on <strong>Edit<\/strong> to proceed further with <span style=\"text-decoration: underline;\">Exchange database recovery<\/span> procedure<br \/>\n7. Click on Maintenance, select <strong>This database can be overwritten by a restore<\/strong> and then select <strong>Save<\/strong><br \/>\n8. In the<strong> Recovery Wizard,<\/strong> review the recovery settings on the <strong>Summary<\/strong> page and then select <strong>Recover<\/strong>. Click on <strong>Close<\/strong> when the recovery procedure finishes<br \/>\n9. Check the mailbox contents for verifying the success of the restore procedure. If the recovered mailbox database is part of the Database Availability Group (DAG), failure and suspension of the procedure will be displayed.<br \/>\n10. To resume the DAG operation, select the suspended database copy and click on Resume. Dialog box prompts too reseed the database. Click on <strong>Yes.<\/strong><\/p>\n<p><strong>#3: Recover an entire Exchange Server<\/strong><br \/>\n1. In the DPM Administrator Console, navigate to <strong>Recovery view<\/strong> and then to the <strong>Server<\/strong> that needs to be recovered<br \/>\n2. All the available recovery points will be highlighted as bold in the Calendar under recovery points section. Specify a date and then select a recovery point from the provided list. Next, right click on <strong>Bare Metal Recovery (BMR)<\/strong> and click on <strong>Recover<\/strong><br \/>\n3. Review the recovery selection in the <strong>Recovery Wizard<\/strong> and then click on <strong>Next<\/strong><br \/>\n4. In the then appeared <strong>Select Recovery Type page<\/strong>, click on <strong>Copy to a network folder<\/strong> for restoring the Server to separate network location. Alternatively, if you have one, click on <strong>Copy to tape<\/strong><br \/>\n5. In the<strong> Specify Destination<\/strong> page that appears, select the location where you wish to copy the database files and these files will be further used to perform Bare Metal Recovery (BMR)<br \/>\n6. In the <strong>Specify Recovery Options page that appears,<\/strong> do the following:<br \/>\na. Select <strong>Mount the databases after they are recovered<\/strong><br \/>\nb. Click on <strong>Modify<\/strong> to enable <strong>Network bandwidth usage throttling<\/strong><br \/>\nc. Select <strong>Enable SAN-based recovery using hardware snapshots<\/strong> if applicable<br \/>\nd. Click on<strong> Send an e-mail when the recovery completes<\/strong> in <strong>Notification<\/strong> and then specify all recipients by separating their email addresses with commas<br \/>\n7. On the<strong> Monitoring<\/strong> tab, you can attempt to view the status of the process.<strong> \u2018Recovery success\u2019<\/strong> dialog box will appear on completion of the process<br \/>\n<em><strong>Note:<\/strong> To make the recovery process easier, rename the recovered files using shorter names and create Share<\/em><br \/>\n8. In order to run BMR, insert the ISO of the Operating System for the boot purposes, then select the <strong>Repair<\/strong> option and then select<strong> System Image Repair<\/strong> in the <strong>Advanced Options<\/strong><br \/>\n9. You can ignore the warning about \u2018system image not found\u2019 displayed in the <strong>Re-image your computer<\/strong> wizard<br \/>\n10. In the <strong>Select a system image backup<\/strong> page that appears, click on <strong>Select a system image<\/strong> and then click on <strong>Advanced<\/strong> option to select recovery files from network share. Next, click on <strong>Search for a system image on the network<\/strong> and click on <strong>Yes<\/strong> to connect to the network<br \/>\n11. Specify the particular network folder and then select backup along with date and time of the appropriate image that needs to be restored. Specify disk settings as well as additional drivers and then click on <strong>Finish<\/strong> to initiate the restore procedure.<\/p>\n<p>Even though the above procedure helps to recover a single Exchange mailbox, edb file but the entire process is too much lengthier. Exchange mailbox data are stored within the EDB files; the corrupt edb file can be recovered and restored back with the help of third party tools.<\/p>\n<p>Stellar Repair for Exchange Software repairs corrupt edb file &amp; works on MS Exchange Server 2016, 2013, 2010, 2007, 2003, 2000, and 5.5 versions. You simply download the software by visiting official web address <a href=\"http:\/\/www.stellarservertools.com\/recover-exchange-mailbox.php\">http:\/\/www.stellarservertools.com\/recover-exchange-mailbox.php<\/a>\u00a0to repair corrupt edb file.\u00a0The tool restores data from all types of edb file corruption without hampering the Exchange Server Services.You may try the demo Version Here.<\/p>\n<p><a href=\"https:\/\/cloud.stellarinfo.com\/micro\/StellarRepairforExchange.exe\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-820 size-full\" src=\"https:\/\/www.stellarservertools.com\/blog\/wp-content\/uploads\/2017\/04\/free-download-large.gif\" alt=\"\" width=\"213\" height=\"55\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In Exchange, Data Protection Manager (DPM) is responsible for backup and recovery functions. With the help of DPM, you can recover Exchange mailbox databases under Data Availability Group (DAG). Exchange Server Recovery can be executed with DPM. Perhaps, it is vital backing up the Exchange Server roles including Client Access Server and mailbox server transport services in order to completely protect Exchange deployment. As soon as you select a database in \u2018Protected data\u2019 pane within the DPM Recovery wizard, all the mailboxes belonging to specified database is displayed by the DPM. Using this, you can recover: Recover a single Exchange <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[81,82],"amp_validity":null,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/posts\/703"}],"collection":[{"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/comments?post=703"}],"version-history":[{"count":7,"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/posts\/703\/revisions"}],"predecessor-version":[{"id":1743,"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/posts\/703\/revisions\/1743"}],"wp:attachment":[{"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/media?parent=703"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/categories?post=703"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/tags?post=703"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}