{"id":1781,"date":"2021-12-31T06:23:56","date_gmt":"2021-12-31T06:23:56","guid":{"rendered":"https:\/\/www.mailsdaddy.com\/blogs\/?p=1781"},"modified":"2023-08-06T09:58:04","modified_gmt":"2023-08-06T09:58:04","slug":"move-exchange-database-one-drive-another","status":"publish","type":"post","link":"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/","title":{"rendered":"How to move Exchange database from one drive to another?"},"content":{"rendered":"<p>Before\u00a0moving the location of Exchange Server 2019\/2016 or the older version to another drive, there is a need to check enough space. By doing this, you can professionally execute this work. Here, I will move the Exchange Log and Exchange Database, respectively, in Drive E and Drive D.<!--more--><\/p>\n<p>According to another reference, if the default location is not suitable for your environment or is more loaded, it is appropriate for you to take the database to some other location.<\/p>\n<p><strong>Note<\/strong>\u00a0&#8211; If you move the Exchange database when the server is active, the possibility of damaged can increase, so it is better to do this task when the exchange server is offline. Also, if the database moves with the user, it will be appropriate to create a new database in the new volume.<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/#Use_Exchange_Management_Shell_to_Move_Exchange_database\" >Use Exchange Management Shell to Move Exchange database\u00a0<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/#Conclusion\" >Conclusion<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Use_Exchange_Management_Shell_to_Move_Exchange_database\"><\/span><strong>Use Exchange Management Shell to Move Exchange database\u00a0<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>EMS allows a particular person or admin to perform any administrative task, so you can also move the database location of the Exchange server.<\/p>\n<div class=\"table-content\" style=\"background: #f4f2ff; border-radius: 3px; border-left: 5px solid #e11f27; margin: 2rem; padding: 20px 30px;\">\n<p style=\"font-size: 18px; font-weight: 600;\">Use EDB to PST Converter tool to recover Exchange database in PST, Office 365, LIve Exchange, etc.<\/p>\n<ul style=\"list-style-type: none; padding: 10px;\">\n<li>Unlimited Conversion<\/li>\n<li>100% Secure Output<\/li>\n<li>Complete Migration<\/li>\n<\/ul>\n<div class=\"col-md-4\" style=\"margin: 20px 0px;\"><a id=\"bd-button\" class=\"btn-button\" style=\"color: #fff; background-color: #e11f27; border-color: #e11f27; border-radius: 50px; max-width: 100%; font-weight: 500; padding: 15px;\" href=\"https:\/\/www.mailsdaddy.com\/dl\/edb-to-pst-converter.zip\">Free Download<\/a><\/div>\n<\/div>\n<p>Click on the start button and open EMS as administrator.<\/p>\n<p><strong>Start-Transcript C:\\Move-Detail.txt<\/strong><\/p>\n<p>You can write any name in place of a txt file. It is used to write the output of the moving-data file, which will be helpful after that.<\/p>\n<ul>\n<li>The below command lets you see the database and log folder location.<\/li>\n<\/ul>\n<p><strong>Get-MailboxDatabase | FL Name,EdbFilePath,LogFolderPath<\/strong><\/p>\n<ul>\n<li>To stop recording, type<\/li>\n<\/ul>\n<p><strong>Stop-Transcript\u00a0<\/strong><\/p>\n<ul>\n<li>To view the output in notepad<\/li>\n<\/ul>\n<p><strong>notepad.exe C:\\Move-Detail.txt<\/strong><\/p>\n<p>Now we can use the path to build a new location path with the Move-DataBasePath command.<\/p>\n<ul>\n<li>With the previous path Set-EdbFilepath in D drive and LogFolderpath in E drive. There is no need to create a folder structure for the user because it is already completed when we run the Move-Database Command.<\/li>\n<\/ul>\n<p><strong>Move-Databasepath &#8220;DB21&#8221; -EdbFilepath &#8220;D:\\Program Files\\Microsoft\\Exchange Server\\V15\\Mailbox\\DB21\\DB21.edb&#8221; -LogFolderpath &#8220;E:\\Program Files\\Microsoft\\Exchange Server\\V15\\Mailbox\\DB21&#8221;<\/strong><\/p>\n<ul>\n<li>To change the database file name.<\/li>\n<\/ul>\n<p><strong>[PS] C:\\&gt;Set-MailboxDatabase &#8220;Mailbox Database 1213652618&#8221; -Name &#8220;DB21&#8221;<\/strong><\/p>\n<p>Now, after changing the mailbox name &#8220;DB21&#8221;, the code has been given below to move the database to another drive.<\/p>\n<ul>\n<li>One line code to move database of Exchange:<\/li>\n<\/ul>\n<p><strong>[PS] C:\\&gt;Move-DatabasePath DB21 -EdbFilePath D:\\DB21\\DB21.edb -LogFolderPath E:\\DB21<\/strong><\/p>\n<h3><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Here I have described how to move the Exchange database 2019, 2016 &amp; earlier versions. Also, some additional steps to change the database name and view the output in notepad. For the most reference, you can contact the MailsDaddy support team.<\/p>\n<p>&nbsp;<\/p>\n<p>Read: <a style=\"color: #e11f27;\" href=\"https:\/\/www.mailsdaddy.com\/blogs\/restore-open-bkf-files-windows-xp-7-8-10\/\">Restore .bkf file<\/a><\/p>\n<p>Read: <a style=\"color: #e11f27;\" href=\"https:\/\/www.mailsdaddy.com\/blogs\/convert-ost-pst-using-free-ost-pst-conversion-method\/\">Convert OST to PST Free<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Before\u00a0moving the location of Exchange Server 2019\/2016 or the older version to another drive, there is a need to check enough space. By doing this, you can professionally execute this work. Here, I will move the Exchange Log and Exchange Database, respectively, in Drive E and Drive D.<\/p>\n","protected":false},"author":3,"featured_media":2320,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[341,100,160],"tags":[],"class_list":["post-1781","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microsoft","category-recovery","category-technology"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to move Exchange database from one drive to another? | MailsDaddy Official Blog<\/title>\n<meta name=\"description\" content=\"Learn how to move Exchange database from one drive to another drive. The given process is helpful to move Exchange database 2019\/2016\/2013 etc.\" \/>\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.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to move Exchange database from one drive to another? | MailsDaddy Official Blog\" \/>\n<meta property=\"og:description\" content=\"Learn how to move Exchange database from one drive to another drive. The given process is helpful to move Exchange database 2019\/2016\/2013 etc.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/\" \/>\n<meta property=\"og:site_name\" content=\"MailsDaddy Official Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/mailsdaddy\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-31T06:23:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-06T09:58:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.mailsdaddy.com\/blogs\/wp-content\/uploads\/2022\/02\/move-exchange-database-Copy.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"633\" \/>\n\t<meta property=\"og:image:height\" content=\"424\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Somit Vishwakarma\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@mailsdaddy\" \/>\n<meta name=\"twitter:site\" content=\"@mailsdaddy\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Somit Vishwakarma\" \/>\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.mailsdaddy.com\\\/blogs\\\/move-exchange-database-one-drive-another\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/move-exchange-database-one-drive-another\\\/\"},\"author\":{\"name\":\"Somit Vishwakarma\",\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/#\\\/schema\\\/person\\\/92e081b3a44ee40439d7d52a738c34c7\"},\"headline\":\"How to move Exchange database from one drive to another?\",\"datePublished\":\"2021-12-31T06:23:56+00:00\",\"dateModified\":\"2023-08-06T09:58:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/move-exchange-database-one-drive-another\\\/\"},\"wordCount\":456,\"publisher\":{\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/move-exchange-database-one-drive-another\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/move-exchange-database-Copy.jpg\",\"articleSection\":[\"Microsoft\",\"Recovery\",\"Technology\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/move-exchange-database-one-drive-another\\\/\",\"url\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/move-exchange-database-one-drive-another\\\/\",\"name\":\"How to move Exchange database from one drive to another? | MailsDaddy Official Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/move-exchange-database-one-drive-another\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/move-exchange-database-one-drive-another\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/move-exchange-database-Copy.jpg\",\"datePublished\":\"2021-12-31T06:23:56+00:00\",\"dateModified\":\"2023-08-06T09:58:04+00:00\",\"description\":\"Learn how to move Exchange database from one drive to another drive. The given process is helpful to move Exchange database 2019\\\/2016\\\/2013 etc.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/move-exchange-database-one-drive-another\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/move-exchange-database-one-drive-another\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/move-exchange-database-one-drive-another\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/move-exchange-database-Copy.jpg\",\"contentUrl\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/move-exchange-database-Copy.jpg\",\"width\":633,\"height\":424,\"caption\":\"move-exchange-database\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/move-exchange-database-one-drive-another\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to move Exchange database from one drive to another?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/#website\",\"url\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/\",\"name\":\"MailsDaddy Official Blog\",\"description\":\"Manual Data Recovery and Email Migration Blogs\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/#organization\",\"name\":\"MailsDaddy Official Blog\",\"url\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-christmas-logo.avif\",\"contentUrl\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-christmas-logo.avif\",\"width\":418,\"height\":112,\"caption\":\"MailsDaddy Official Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/mailsdaddy\\\/\",\"https:\\\/\\\/x.com\\\/mailsdaddy\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/#\\\/schema\\\/person\\\/92e081b3a44ee40439d7d52a738c34c7\",\"name\":\"Somit Vishwakarma\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/740198af3e73f713279c531b4c4e633c73eb16952ebdaa2147c066c85c4ed24c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/740198af3e73f713279c531b4c4e633c73eb16952ebdaa2147c066c85c4ed24c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/740198af3e73f713279c531b4c4e633c73eb16952ebdaa2147c066c85c4ed24c?s=96&d=mm&r=g\",\"caption\":\"Somit Vishwakarma\"},\"url\":\"https:\\\/\\\/www.mailsdaddy.com\\\/blogs\\\/author\\\/somit\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to move Exchange database from one drive to another? | MailsDaddy Official Blog","description":"Learn how to move Exchange database from one drive to another drive. The given process is helpful to move Exchange database 2019\/2016\/2013 etc.","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.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/","og_locale":"en_US","og_type":"article","og_title":"How to move Exchange database from one drive to another? | MailsDaddy Official Blog","og_description":"Learn how to move Exchange database from one drive to another drive. The given process is helpful to move Exchange database 2019\/2016\/2013 etc.","og_url":"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/","og_site_name":"MailsDaddy Official Blog","article_publisher":"https:\/\/www.facebook.com\/mailsdaddy\/","article_published_time":"2021-12-31T06:23:56+00:00","article_modified_time":"2023-08-06T09:58:04+00:00","og_image":[{"width":633,"height":424,"url":"https:\/\/www.mailsdaddy.com\/blogs\/wp-content\/uploads\/2022\/02\/move-exchange-database-Copy.jpg","type":"image\/jpeg"}],"author":"Somit Vishwakarma","twitter_card":"summary_large_image","twitter_creator":"@mailsdaddy","twitter_site":"@mailsdaddy","twitter_misc":{"Written by":"Somit Vishwakarma","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/#article","isPartOf":{"@id":"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/"},"author":{"name":"Somit Vishwakarma","@id":"https:\/\/www.mailsdaddy.com\/blogs\/#\/schema\/person\/92e081b3a44ee40439d7d52a738c34c7"},"headline":"How to move Exchange database from one drive to another?","datePublished":"2021-12-31T06:23:56+00:00","dateModified":"2023-08-06T09:58:04+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/"},"wordCount":456,"publisher":{"@id":"https:\/\/www.mailsdaddy.com\/blogs\/#organization"},"image":{"@id":"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mailsdaddy.com\/blogs\/wp-content\/uploads\/2022\/02\/move-exchange-database-Copy.jpg","articleSection":["Microsoft","Recovery","Technology"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/","url":"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/","name":"How to move Exchange database from one drive to another? | MailsDaddy Official Blog","isPartOf":{"@id":"https:\/\/www.mailsdaddy.com\/blogs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/#primaryimage"},"image":{"@id":"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mailsdaddy.com\/blogs\/wp-content\/uploads\/2022\/02\/move-exchange-database-Copy.jpg","datePublished":"2021-12-31T06:23:56+00:00","dateModified":"2023-08-06T09:58:04+00:00","description":"Learn how to move Exchange database from one drive to another drive. The given process is helpful to move Exchange database 2019\/2016\/2013 etc.","breadcrumb":{"@id":"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/#primaryimage","url":"https:\/\/www.mailsdaddy.com\/blogs\/wp-content\/uploads\/2022\/02\/move-exchange-database-Copy.jpg","contentUrl":"https:\/\/www.mailsdaddy.com\/blogs\/wp-content\/uploads\/2022\/02\/move-exchange-database-Copy.jpg","width":633,"height":424,"caption":"move-exchange-database"},{"@type":"BreadcrumbList","@id":"https:\/\/www.mailsdaddy.com\/blogs\/move-exchange-database-one-drive-another\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mailsdaddy.com\/blogs\/"},{"@type":"ListItem","position":2,"name":"How to move Exchange database from one drive to another?"}]},{"@type":"WebSite","@id":"https:\/\/www.mailsdaddy.com\/blogs\/#website","url":"https:\/\/www.mailsdaddy.com\/blogs\/","name":"MailsDaddy Official Blog","description":"Manual Data Recovery and Email Migration Blogs","publisher":{"@id":"https:\/\/www.mailsdaddy.com\/blogs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mailsdaddy.com\/blogs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mailsdaddy.com\/blogs\/#organization","name":"MailsDaddy Official Blog","url":"https:\/\/www.mailsdaddy.com\/blogs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mailsdaddy.com\/blogs\/#\/schema\/logo\/image\/","url":"https:\/\/www.mailsdaddy.com\/blogs\/wp-content\/uploads\/2025\/12\/cropped-christmas-logo.avif","contentUrl":"https:\/\/www.mailsdaddy.com\/blogs\/wp-content\/uploads\/2025\/12\/cropped-christmas-logo.avif","width":418,"height":112,"caption":"MailsDaddy Official Blog"},"image":{"@id":"https:\/\/www.mailsdaddy.com\/blogs\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/mailsdaddy\/","https:\/\/x.com\/mailsdaddy"]},{"@type":"Person","@id":"https:\/\/www.mailsdaddy.com\/blogs\/#\/schema\/person\/92e081b3a44ee40439d7d52a738c34c7","name":"Somit Vishwakarma","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/740198af3e73f713279c531b4c4e633c73eb16952ebdaa2147c066c85c4ed24c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/740198af3e73f713279c531b4c4e633c73eb16952ebdaa2147c066c85c4ed24c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/740198af3e73f713279c531b4c4e633c73eb16952ebdaa2147c066c85c4ed24c?s=96&d=mm&r=g","caption":"Somit Vishwakarma"},"url":"https:\/\/www.mailsdaddy.com\/blogs\/author\/somit\/"}]}},"_links":{"self":[{"href":"https:\/\/www.mailsdaddy.com\/blogs\/wp-json\/wp\/v2\/posts\/1781","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mailsdaddy.com\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mailsdaddy.com\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mailsdaddy.com\/blogs\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mailsdaddy.com\/blogs\/wp-json\/wp\/v2\/comments?post=1781"}],"version-history":[{"count":5,"href":"https:\/\/www.mailsdaddy.com\/blogs\/wp-json\/wp\/v2\/posts\/1781\/revisions"}],"predecessor-version":[{"id":3018,"href":"https:\/\/www.mailsdaddy.com\/blogs\/wp-json\/wp\/v2\/posts\/1781\/revisions\/3018"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mailsdaddy.com\/blogs\/wp-json\/wp\/v2\/media\/2320"}],"wp:attachment":[{"href":"https:\/\/www.mailsdaddy.com\/blogs\/wp-json\/wp\/v2\/media?parent=1781"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mailsdaddy.com\/blogs\/wp-json\/wp\/v2\/categories?post=1781"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mailsdaddy.com\/blogs\/wp-json\/wp\/v2\/tags?post=1781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}