{"id":224,"date":"2018-06-30T17:16:48","date_gmt":"2018-06-30T17:16:48","guid":{"rendered":"http:\/\/www.blog.mozesoft.com\/?p=224"},"modified":"2018-06-30T17:16:48","modified_gmt":"2018-06-30T17:16:48","slug":"how-to-recover-exchange-2013-database","status":"publish","type":"post","link":"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/","title":{"rendered":"How to Recover Exchange 2013 Database"},"content":{"rendered":"<p>By RajiSubramanian<\/p>\n<p>The article explains the step by step on how restore the mailbox from the database that is restored from the backup.<br \/>\nStep 1: Provide the folder path location to the backup team where the database and log file needs to restore.<\/p>\n<p>Note: Make sure you have enough free disk space on the restored location<\/p>\n<p>Step 2: Verify the database health status after the restoration of database file. Run the following command to verify the status<\/p>\n<p>eseutil.exe \/mh E:\\Recovery\\RDB.edb | select-string \u201cState:\u201d, \u201cLog Required\u201d<\/p>\n<p>Step 3: If the database is Clean Shutdown move to next step. In case if it is dirty shutdown perform the soft recovery and if it fails move to hard recovery<\/p>\n<p>Step 4: Create Recovery database using the following commands<\/p>\n<p>New-MailboxDatabase -Recovery RDB01 -Server MBX01 -EdbFilePath E:\\Recovery\\RDB.edb<\/p>\n<p>Step 5: Verify the database is in mounted state<\/p>\n<p>Get-MailboxDatabase RDB01 -status | fl Name, Mounted<\/p>\n<p>Step 6 : Mount the database<\/p>\n<p>Mount-Database RDB01 \u2013Verbose<\/p>\n<p>Step 7 : Verify the database mounted status<\/p>\n<p>Get-MailboxDatabase RDB01 -status | fl Name, Mounted<\/p>\n<p>Step 8: Verify the mailbox statistics of the restored database<\/p>\n<p>To find all mailbox in the recovery database \u2013 Get-mailboxstatistics -database RDB01<br \/>\nTo find specific mailbox w.r.t to user account or GUID \u2013 Get-MailboxStatistics -Database RecoveryDB | ?{$_.DisplayName -like \u2018Raji*\u2019} | fl DisplayName,MailboxGuid,DisconnectDate<\/p>\n<p>Step 9: Restoring them using the following Exchange PowerShell command based upon your requirement<\/p>\n<p>Restoring the complete user mailbox<\/p>\n<p>New-mailboxrestorerequest \u2013sourcedatabase \u201cRDB01\u201d \u2013sourcestoremailbox \u201cRaji\u201d \u2013targetmailbox \u201cRaji@mail.com\u201c<\/p>\n<p>Restoring the mailbox using guid<\/p>\n<p>New-MailboxRestoreRequest -SourceDatabase \u201cRDB01\u201d -SourceStoreMailbox 4a1d2118-b8cc-456c-9fd9-cd9af1f549d0 -TargetMailbox Raji<\/p>\n<p>Restoring the source mailbox to different user mailbox<\/p>\n<p>New-MailboxRestoreRequest -SourceDatabase \u201cRDB01\u201d -SourceStoreMailbox \u2018Raji\u2019 -TargetMailbox Subramanian -TargetRootFolder Restore -AllowLegacyDNMismatch<\/p>\n<p>Restoring the mailbox email in a seperate folder (Restore) on the user mailbox<\/p>\n<p>New-MailboxRestoreRequest -SourceDatabase \u201cRDB01\u201d -SourceStoreMailbox \u2018Raji\u2019 -TargetMailbox \u2018Raji\u2019 -TargetRootFolder Restore -IncludeFolders \u2018#Inbox#\/#Test#\/*\u2019 -AllowLegacyDNMismatch<\/p>\n<p>Step 10: Check the status of mailbox restoration when completed check in the user mailbox on all restored emails.<\/p>\n<p>Get-MailboxRestoreRequest<\/p>\n<p>Step 11: Remove the completed mailbox restore using the following PowerShell command<\/p>\n<p>Get-MailboxRestoreRequest -status Completed | Remove-MailboxRestoreRequest<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By RajiSubramanian The article explains the step by step on how restore the mailbox from the database that is restored from the backup. Step 1: Provide the folder path location to the backup team where the database and log file needs to restore. Note: Make sure you have enough free disk space on the restored [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-224","post","type-post","status-publish","format-standard","hentry","category-exchange-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Recover Exchange 2013 Database - Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Recover Exchange 2013 Database - Blog\" \/>\n<meta property=\"og:description\" content=\"By RajiSubramanian The article explains the step by step on how restore the mailbox from the database that is restored from the backup. Step 1: Provide the folder path location to the backup team where the database and log file needs to restore. Note: Make sure you have enough free disk space on the restored [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-06-30T17:16:48+00:00\" \/>\n<meta name=\"author\" content=\"Adsank\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adsank\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/\"},\"author\":{\"name\":\"Adsank\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\"},\"headline\":\"How to Recover Exchange 2013 Database\",\"datePublished\":\"2018-06-30T17:16:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/\"},\"wordCount\":340,\"articleSection\":[\"Exchange Server\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/\",\"name\":\"How to Recover Exchange 2013 Database - Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#website\"},\"datePublished\":\"2018-06-30T17:16:48+00:00\",\"author\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.mozesoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Recover Exchange 2013 Database\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#website\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/\",\"name\":\"Blog\",\"description\":\"IT Knowledgebase\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.mozesoft.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\",\"name\":\"Adsank\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g\",\"caption\":\"Adsank\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Recover Exchange 2013 Database - Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/","og_locale":"en_US","og_type":"article","og_title":"How to Recover Exchange 2013 Database - Blog","og_description":"By RajiSubramanian The article explains the step by step on how restore the mailbox from the database that is restored from the backup. Step 1: Provide the folder path location to the backup team where the database and log file needs to restore. Note: Make sure you have enough free disk space on the restored [&hellip;]","og_url":"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/","og_site_name":"Blog","article_published_time":"2018-06-30T17:16:48+00:00","author":"Adsank","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adsank","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/#article","isPartOf":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/"},"author":{"name":"Adsank","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c"},"headline":"How to Recover Exchange 2013 Database","datePublished":"2018-06-30T17:16:48+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/"},"wordCount":340,"articleSection":["Exchange Server"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/","url":"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/","name":"How to Recover Exchange 2013 Database - Blog","isPartOf":{"@id":"https:\/\/www.mozesoft.com\/blog\/#website"},"datePublished":"2018-06-30T17:16:48+00:00","author":{"@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c"},"breadcrumb":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.mozesoft.com\/blog\/how-to-recover-exchange-2013-database\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mozesoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Recover Exchange 2013 Database"}]},{"@type":"WebSite","@id":"https:\/\/www.mozesoft.com\/blog\/#website","url":"https:\/\/www.mozesoft.com\/blog\/","name":"Blog","description":"IT Knowledgebase","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mozesoft.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c","name":"Adsank","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g","caption":"Adsank"}}]}},"_links":{"self":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/224","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/comments?post=224"}],"version-history":[{"count":1,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/224\/revisions"}],"predecessor-version":[{"id":225,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/224\/revisions\/225"}],"wp:attachment":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/media?parent=224"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/categories?post=224"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/tags?post=224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}