{"id":88486,"date":"2021-10-05T06:28:15","date_gmt":"2021-10-05T06:28:15","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=88486"},"modified":"2024-05-08T11:59:54","modified_gmt":"2024-05-08T11:59:54","slug":"move-activemailboxdatabase-cmdlet","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/","title":{"rendered":"How to Use Move-ActiveMailboxDatabase Cmdlet?"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>When you have a setup of Exchange Server with the failover configuration of two or more servers using the <a href=\"https:\/\/www.stellarinfo.com\/article\/exchange-database-availability-groups.php\">Database Availability Groups (DAG)<\/a>, you will have multiple copies of the same database over several servers, depending on your setup. The system will automatically set the primary mailbox database. After the primary seeding process, it will create synchronization between the primary mailbox database and the secondary copies on the other member servers acting as passive copies.<\/p><p>If the primary server fails or there is an issue, you might have to move the active mailbox databases to another server so that there is no interruption of services and importantly, no risk of data loss. This process will shut down the primary database, switch over to the passive copy, set the passive copy as the primary database, and switch the old primary database as the passive copy. The process will check the database copies and also check the integrity of the passive copy before starting it as the primary copy. Such switchovers also happened periodically due to maintenance windows for the hardware, server, and Exchange Server administrators. The maintenance jobs would include the upgrade or replacement of hardware components from the server, network changes, operating system updates and restarts, and Exchange Server patches and restarts. This will ensure business continuity and disaster recovery in case the main server fails.<\/p><h2 class=\"wp-block-heading\" id=\"how-to-use-move-activemailboxdatabase-cmdlet?\"><strong>How to Use Move-ActiveMailboxDatabase Cmdlet?<\/strong><\/h2><p>The switchover process from one server to another can be done via the Exchange Management Shell (EMS) by using the PowerShell cmdlet Move-ActiveMailboxDatabase.<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"81\" height=\"87\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/1.ActiveMailboxDatabase.png\" alt=\"ActiveMailboxDatabase\" class=\"wp-image-88489 apply-gradient-on-post-images\"><\/figure>\n<\/div><p>If you want to move the database from one server to another, the simple command includes the source database and the destination server (which will be the primary server). Here&rsquo;s the command:<\/p><pre class=\"wp-block-code command_container\"><code>Move-ActiveMailboxDatabase DB1 -ActivateOnServer SRV-MYC-002<\/code><\/pre><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"571\" height=\"56\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/2.Move-ActiveMailboxDatabase.png\" alt=\"Move-ActiveMailboxDatabase\" class=\"wp-image-88490 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/2.Move-ActiveMailboxDatabase.png 571w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/2.Move-ActiveMailboxDatabase-300x29.png 300w\" sizes=\"auto, (max-width: 571px) 100vw, 571px\" \/><\/figure>\n<\/div><p>This command will perform a switchover of the mailbox database DB1 to the mailbox server SRV-MYC-002. After the process is successfully completed, the server SRV-MYC-002 will host the active copy of the mailbox database DB1.<\/p><p>The above command will move a specific database in your Database Availability Group (DAG). If you have an issue or maintenance task on your server, you will want to move all your databases. So, the command can be modified to perform a switchover of all the active databases on your Exchange Server setup. The command can be executed as given below.<\/p><pre class=\"wp-block-code command_container\"><code>Move-ActiveMailboxDatabase -Server SRV-MYC-001<\/code><\/pre><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"462\" height=\"58\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/3.Move-ActiveMailboxDatabase-Server.png\" alt=\"Move-ActiveMailboxDatabase-Server\" class=\"wp-image-88491 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/3.Move-ActiveMailboxDatabase-Server.png 462w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/3.Move-ActiveMailboxDatabase-Server-300x38.png 300w\" sizes=\"auto, (max-width: 462px) 100vw, 462px\" \/><\/figure>\n<\/div><p>The above command will perform the switchover process of the active mailbox databases from the active host which is specified in the command i.e., SRV-MY-001, to one or even more mailbox servers having a healthy copy of the databases in the specified server in the command.<\/p><h2 class=\"wp-block-heading\" id=\"some-parameters-that-you-can-use-with-this-command\"><strong>Some parameters that you can use with this command<\/strong><\/h2><p><strong>-ActivatePreferredOnServer:<\/strong> This will move the databases to other servers where the preferred server is on top of the list. For each mailbox database, you can specify the preferred mailbox server. This parameter will not just move the database to any healthy server, but to the preferred one only.<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"63\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/4.ActivatePreferredOnServer.png\" alt=\"ActivatePreferredOnServer\" class=\"wp-image-88492 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/4.ActivatePreferredOnServer.png 680w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/4.ActivatePreferredOnServer-300x28.png 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" \/><\/figure>\n<\/div><p><strong>-ActivateOnServer &lt;ServerName&gt;:<\/strong> This will activate all mailbox databases on the specified server, irrespective of the preference. If you would like to move all active mailbox databases to a specific server, you can use this parameter.<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"704\" height=\"61\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/5.ActivateOnServer.png\" alt=\"ActivateOnServer\" class=\"wp-image-88493 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/5.ActivateOnServer.png 704w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/5.ActivateOnServer-300x26.png 300w\" sizes=\"auto, (max-width: 704px) 100vw, 704px\" \/><\/figure>\n<\/div><p><strong>-SkipActiveCopyChecks:<\/strong> This will skip the check if the current active database is currently seeding or not. If the current active database is seeding, this will cancel the process and the switchover is done instantly. Data loss can occur at this stage. So, it&rsquo;s best that this parameter is used as a last resort or in an emergency.<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"647\" height=\"53\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/6.SkipActiveCopyChecks.png\" alt=\"SkipActiveCopyChecks\" class=\"wp-image-88494 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/6.SkipActiveCopyChecks.png 647w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/6.SkipActiveCopyChecks-300x25.png 300w\" sizes=\"auto, (max-width: 647px) 100vw, 647px\" \/><\/figure>\n<\/div><p><strong>-WhatIf:<\/strong> This is one of the important parameters, especially if you are doing some maintenance on the server and you would need to ensure that all is fine before proceeding. It is recommended to run the parameter during a scheduled maintenance. It will make a simulation of the command without applying the changes. This will give assurance that when you run the command, nothing wrong will happen and no issues will occur. However, in an emergency or sudden server shutdown or failure, you don&rsquo;t have the luxury of checking the process.<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"531\" height=\"56\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/7.WhatIf.png\" alt=\"WhatIf\" class=\"wp-image-88495 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/7.WhatIf.png 531w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/7.WhatIf-300x32.png 300w\" sizes=\"auto, (max-width: 531px) 100vw, 531px\" \/><\/figure>\n<\/div><p>There are several other parameters to this PowerShell cmdlet. To know more, you can refer this Microsoft link &ndash; <a href=\"https:\/\/docs.microsoft.com\/en-us\/powershell\/module\/exchange\/move-activemailboxdatabase?view=exchange-ps\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Read More<\/a>.<\/p><h2 class=\"wp-block-heading\" id=\"what-to-do-if-you-encounter-any-issues?\"><strong>What to do if you encounter any issues?<\/strong><\/h2><p>If all goes well, all the mailbox databases or a specific database will be moved to the secondary server until you have made the necessary maintenance or fix the server from any issues that occurred.<\/p><p>Sometimes, you encounter issues during the move of the active copy, such as:<\/p><p>An Active Manager operation failed. Error The database action failed. Error: An error occurred while trying to validate the specified database copy for possible activation. Error: Database copy DB1 on server SRV-MYC-002 has a copy queue length of 1243576076854322426 logs, which is too high to enable automatic recovery.<\/p><p>Most of the issues may occur due to corrupted log files, missing logs, corruption in the passive database, or any other damage that might have occurred during a sudden power loss of the active or secondary server. In such cases, applications such as <a href=\"https:\/\/www.stellarinfo.com\/edb-exchange-server-recovery.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Stellar Repair for Exchange<\/a> can come in handy. The application can help you to get out of any sticky situation with minimum downtime and no data loss. It can open corrupt Exchange Server database and export the data granularly to PST and other file formats. Stellar Repair for Exchange can also export mailboxes directly from a damaged database to a live Exchange Server database or Office 365 tenant with no issues.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you have a setup of Exchange Server with the failover configuration&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/\">Continue reading <span class=\"screen-reader-text\">How to Use Move-ActiveMailboxDatabase Cmdlet?<\/span><\/a><\/p>\n","protected":false},"author":32,"featured_media":88499,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[25],"tags":[2297],"class_list":["post-88486","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-exchange-server","tag-move-activemailboxdatabase-cmdlet","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Use Move-ActiveMailboxDatabase Cmdlet?<\/title>\n<meta name=\"description\" content=\"Read the blog to Use the Move-ActiveMailboxDatabase cmdlet to perform a database or server switchover. 100% safe tips by expert.\" \/>\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.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use Move-ActiveMailboxDatabase Cmdlet?\" \/>\n<meta property=\"og:description\" content=\"Read the blog to Use the Move-ActiveMailboxDatabase cmdlet to perform a database or server switchover. 100% safe tips by expert.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/raavisingh\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-05T06:28:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-08T11:59:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/How-to-use-move-activemailboxdatabase-cmdlet.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ravi Singh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/ravi51ngh\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ravi Singh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/\"},\"author\":{\"name\":\"Ravi Singh\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11\"},\"headline\":\"How to Use Move-ActiveMailboxDatabase Cmdlet?\",\"datePublished\":\"2021-10-05T06:28:15+00:00\",\"dateModified\":\"2024-05-08T11:59:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/\"},\"wordCount\":916,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/How-to-use-move-activemailboxdatabase-cmdlet.jpg\",\"keywords\":[\"move activemailboxdatabase cmdlet\"],\"articleSection\":[\"Exchange Server Recovery\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/\",\"name\":\"How to Use Move-ActiveMailboxDatabase Cmdlet?\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/How-to-use-move-activemailboxdatabase-cmdlet.jpg\",\"datePublished\":\"2021-10-05T06:28:15+00:00\",\"dateModified\":\"2024-05-08T11:59:54+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11\"},\"description\":\"Read the blog to Use the Move-ActiveMailboxDatabase cmdlet to perform a database or server switchover. 100% safe tips by expert.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/How-to-use-move-activemailboxdatabase-cmdlet.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/How-to-use-move-activemailboxdatabase-cmdlet.jpg\",\"width\":1000,\"height\":600,\"caption\":\"How-to-use-move-activemailboxdatabase-cmdlet\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Use Move-ActiveMailboxDatabase Cmdlet?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/\",\"name\":\"Stellar Data Recovery Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11\",\"name\":\"Ravi Singh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9e95cad83fe279b559794f62193f34300d01db8f9f2ec45ce529b7ecde3796ba?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9e95cad83fe279b559794f62193f34300d01db8f9f2ec45ce529b7ecde3796ba?s=96&d=mm&r=g\",\"caption\":\"Ravi Singh\"},\"description\":\"Ravi Singh is a Senior Writer at Stellar\u00ae. He is an expert Tech Explainer, IoT enthusiast, and a passionate nerd with over 7 years of experience in technical writing. He writes about Microsoft Exchange, Microsoft 365, Email Migration, Linux, Windows, Mac, DIY Tech, and Smart Home. Ravi spends most of his weekends working with IoT (DIY Smart Home) devices and playing Overwatch. He is also a solo traveler who loves hiking and exploring new trails.\",\"sameAs\":[\"https:\/\/stellarinfo.com\/blog\",\"https:\/\/facebook.com\/raavisingh\",\"https:\/\/instagram.com\/ravi.s1ngh\",\"https:\/\/linkedin.com\/in\/ravi-singh-5a65356a\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/ravi51ngh\",\"https:\/\/youtube.com\/ravisingh9\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/ravi\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use Move-ActiveMailboxDatabase Cmdlet?","description":"Read the blog to Use the Move-ActiveMailboxDatabase cmdlet to perform a database or server switchover. 100% safe tips by expert.","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.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/","og_locale":"en_US","og_type":"article","og_title":"How to Use Move-ActiveMailboxDatabase Cmdlet?","og_description":"Read the blog to Use the Move-ActiveMailboxDatabase cmdlet to perform a database or server switchover. 100% safe tips by expert.","og_url":"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/","og_site_name":"Stellar Data Recovery Blog","article_author":"https:\/\/facebook.com\/raavisingh","article_published_time":"2021-10-05T06:28:15+00:00","article_modified_time":"2024-05-08T11:59:54+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/How-to-use-move-activemailboxdatabase-cmdlet.jpg","type":"image\/jpeg"}],"author":"Ravi Singh","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/ravi51ngh","twitter_misc":{"Written by":"Ravi Singh","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/"},"author":{"name":"Ravi Singh","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11"},"headline":"How to Use Move-ActiveMailboxDatabase Cmdlet?","datePublished":"2021-10-05T06:28:15+00:00","dateModified":"2024-05-08T11:59:54+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/"},"wordCount":916,"commentCount":0,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/How-to-use-move-activemailboxdatabase-cmdlet.jpg","keywords":["move activemailboxdatabase cmdlet"],"articleSection":["Exchange Server Recovery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/","url":"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/","name":"How to Use Move-ActiveMailboxDatabase Cmdlet?","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/How-to-use-move-activemailboxdatabase-cmdlet.jpg","datePublished":"2021-10-05T06:28:15+00:00","dateModified":"2024-05-08T11:59:54+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11"},"description":"Read the blog to Use the Move-ActiveMailboxDatabase cmdlet to perform a database or server switchover. 100% safe tips by expert.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/How-to-use-move-activemailboxdatabase-cmdlet.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/10\/How-to-use-move-activemailboxdatabase-cmdlet.jpg","width":1000,"height":600,"caption":"How-to-use-move-activemailboxdatabase-cmdlet"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/move-activemailboxdatabase-cmdlet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Use Move-ActiveMailboxDatabase Cmdlet?"}]},{"@type":"WebSite","@id":"https:\/\/www.stellarinfo.com\/blog\/#website","url":"https:\/\/www.stellarinfo.com\/blog\/","name":"Stellar Data Recovery Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11","name":"Ravi Singh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9e95cad83fe279b559794f62193f34300d01db8f9f2ec45ce529b7ecde3796ba?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9e95cad83fe279b559794f62193f34300d01db8f9f2ec45ce529b7ecde3796ba?s=96&d=mm&r=g","caption":"Ravi Singh"},"description":"Ravi Singh is a Senior Writer at Stellar\u00ae. He is an expert Tech Explainer, IoT enthusiast, and a passionate nerd with over 7 years of experience in technical writing. He writes about Microsoft Exchange, Microsoft 365, Email Migration, Linux, Windows, Mac, DIY Tech, and Smart Home. Ravi spends most of his weekends working with IoT (DIY Smart Home) devices and playing Overwatch. He is also a solo traveler who loves hiking and exploring new trails.","sameAs":["https:\/\/stellarinfo.com\/blog","https:\/\/facebook.com\/raavisingh","https:\/\/instagram.com\/ravi.s1ngh","https:\/\/linkedin.com\/in\/ravi-singh-5a65356a\/","https:\/\/x.com\/https:\/\/twitter.com\/ravi51ngh","https:\/\/youtube.com\/ravisingh9"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/ravi\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/88486","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/users\/32"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=88486"}],"version-history":[{"count":14,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/88486\/revisions"}],"predecessor-version":[{"id":166808,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/88486\/revisions\/166808"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/88499"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=88486"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=88486"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=88486"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}