{"id":81321,"date":"2021-06-09T11:51:26","date_gmt":"2021-06-09T11:51:26","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=81321"},"modified":"2023-10-26T08:30:16","modified_gmt":"2023-10-26T08:30:16","slug":"how-to-use-get-mailboxdatabasecopystatus-command","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/","title":{"rendered":"How to Use Get-MailboxDatabaseCopyStatus Command?"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>Exchange Servers is a business-critical application that requires regular checkups and maintenance to ensure it works smoothly. One may deploy Exchange Server as a standalone or in a Database Availability Group that provides site resilience and automatic failover protection from a database failure.<\/p><p><strong>Get-MailboxDatabaseCopyStatus <\/strong>is one of the several PowerShell commands you can use to keep an eye on the replication health status of databases across all member servers in a Database Availability Group.<\/p><p>You can use the cmdlet to ensure that both active and passive database copies are synchronized. This helps prevent data loss and downtime when disaster strikes or something happens to the main site or server. The PowerShell cmdlet works in Exchange Server 2010, 2013, 2016, and 2019.<\/p><h2 class=\"wp-block-heading\" id=\"get-mailboxdatabasecopystatus-syntax\">Get-MailboxDatabaseCopyStatus Syntax<\/h2><p>Below is the syntax of the <strong>Get-MailboxDatabaseCopyStatus.<\/strong><\/p><p><strong>Get-MailboxDatabaseCopyStatus<\/strong><strong><br><\/strong><strong>&nbsp;&nbsp;&nbsp;-Server &lt;MailboxServerIdParameter&gt;<\/strong><strong><br><\/strong><strong>&nbsp;&nbsp;&nbsp;[-Active]<\/strong><strong><br><\/strong><strong>&nbsp;&nbsp;&nbsp;[-DomainController &lt;Fqdn&gt;]<\/strong><strong><br><\/strong><strong>&nbsp;&nbsp;&nbsp;[-ExtendedErrorInfo]<\/strong><strong><br><\/strong><strong>&nbsp;&nbsp;&nbsp;[-UseServerCache]<\/strong><strong><br><\/strong><strong>&nbsp;&nbsp;&nbsp;[&lt;CommonParameters&gt;]<\/strong><strong><\/strong><\/p><p>You can use the command to collect information on a specific database in your infrastructure or to get server-wide information.<\/p><p>Let&rsquo;s explore the parameters of this command.<\/p><h3 class=\"wp-block-heading\" id=\"h-server-or-identity\"><strong>-Server or&nbsp;-Identity<\/strong><\/h3><p>This parameter will allow you to specify the server&rsquo;s name from which to retrieve the information. If you want to specify a specific database in a specific server, you need to replace the -server parameter with the -Identity and specify the database\/server.<\/p><h3 class=\"wp-block-heading\" id=\"h-active\"><strong>-Active<\/strong><strong><\/strong><\/h3><p>This parameter will return the information concerning the copy status of the active database.<\/p><h3 class=\"wp-block-heading\" id=\"h-domaincontroller\"><strong>-DomainController<\/strong><\/h3><p>In this parameter, you need to specify the domain controller you will be using to read or write the data from the Active Directory. You need to specify the fully qualified domain controller (FQDN) of the server, for example, activedirectory01.mydomain.lan.<\/p><h3 class=\"wp-block-heading\" id=\"h-useservercache\"><strong>-UseServerCache<\/strong><\/h3><p>This parameter specifies whether to enable the server-side remote procedure call (RPC) caching status for 5 seconds.<\/p><h2 class=\"wp-block-heading\" id=\"how-to-use-&ldquo;get-mailboxdatabasecopystatus&rdquo;-command?\"><strong>How to Use &ldquo;<strong>Get-MailboxDatabaseCopyStatus<\/strong>&rdquo; Command?<\/strong><\/h2><p>You need to have the right permissions to run the <strong>Get-MailboxDatabaseCopyStatus<\/strong>&nbsp;cmdlet. If you do not know what permissions or role assignments are required, you can run the following command.<\/p><p><strong>Get-ManagementRole -Cmdlet Get-MailboxDatabaseCopyStatus<\/strong><strong><\/strong><\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"533\" height=\"195\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/1-Get-ManagementRole.png\" alt=\"Get ManagementRole\" class=\"wp-image-81323 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/1-Get-ManagementRole.png 533w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/1-Get-ManagementRole-300x110.png 300w\" sizes=\"auto, (max-width: 533px) 100vw, 533px\" \/><\/figure>\n<\/div><p>This command will provide the roles that you need to run the command.<\/p><p>If you need full permissions depending on the parameters, you need to specify the parameters (as given below) and separate each parameter with a comma.<\/p><p><strong>Get-ManagementRole -Cmdlet Get-MailboxDatabaseCopyStatus -CmdLetParamaters extendederrorinfo, useServerCache<\/strong><strong><\/strong><\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"942\" height=\"142\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/2-Get-MailboxDatabaseCopyStatus.png\" alt=\"Get-MailboxDatabaseCopyStatus\" class=\"wp-image-81324 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/2-Get-MailboxDatabaseCopyStatus.png 942w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/2-Get-MailboxDatabaseCopyStatus-300x45.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/2-Get-MailboxDatabaseCopyStatus-768x116.png 768w\" sizes=\"auto, (max-width: 942px) 100vw, 942px\" \/><\/figure>\n<\/div><p>After you get the right information, you need to get the permission active for the user to run the cmdlet. For this, open the <strong>Exchange Admin Center (EAC), <\/strong>click on Permission, and then click on Admin roles.<\/p><p>It is suggested that you create a new role called GetMailboxCopyStatus and set the permissions needed and assign the users.<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"438\" height=\"266\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/3-EAC-Admin-roles.png\" alt=\"EAC-Admin-roles\" class=\"wp-image-81325 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/3-EAC-Admin-roles.png 438w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/3-EAC-Admin-roles-300x182.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/3-EAC-Admin-roles-407x247.png 407w\" sizes=\"auto, (max-width: 438px) 100vw, 438px\" \/><\/figure>\n<\/div><p>Once this is ready, you will be able to run the command.<\/p><p>While running the command, you may encounter many errors. The common ones are:<\/p><ul class=\"wp-block-list\">\n<li>Failed<\/li>\n\n\n\n<li>Crawling<\/li>\n\n\n\n<li>Status Unknown<\/li>\n\n\n\n<li>Failed and Suspended<\/li>\n\n\n\n<li>Content Index failed<\/li>\n<\/ul><p>One of the things you can do to troubleshoot, before running anything, is to check:<\/p><ul class=\"wp-block-list\">\n<li>Any services are down<\/li>\n\n\n\n<li>There is ample space<\/li>\n\n\n\n<li>There are no connectivity issues<\/li>\n\n\n\n<li>There are no connectivity issues with the Active Directory<\/li>\n<\/ul><p>The next thing to do is run the following commands, depending on the infrastructure.<\/p><p>In a <a href=\"https:\/\/www.stellarinfo.com\/article\/exchange-database-availability-groups.php\">Database Availability Group (DAG)<\/a>, run the following command on the affected indexes to get the failed status.<\/p><p><strong>Get-MailboxDatabase Database Name | Get-MailboxDatabaseCopyStatus | Select Name,*index*<\/strong><strong><\/strong><\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"693\" height=\"130\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/4-Database-Availability-Group.png\" alt=\"Database Availability Group\" class=\"wp-image-81326 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/4-Database-Availability-Group.png 693w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/4-Database-Availability-Group-300x56.png 300w\" sizes=\"auto, (max-width: 693px) 100vw, 693px\" \/><\/figure>\n<\/div><p>Run the repair command to see if the issue would be fixed.<\/p><p><strong>Update-MailboxDatabasecopy &lt;database&gt;\\&lt;server&gt; &ndash;sourceserver &lt;server&gt; &ndash;catalogonly<\/strong><strong><\/strong><\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/5-MailboxDatabasecopy.png\" alt=\"MailboxDatabasecopy\" class=\"wp-image-81327 apply-gradient-on-post-images\" width=\"691\" height=\"66\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/5-MailboxDatabasecopy.png 691w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/5-MailboxDatabasecopy-300x29.png 300w\" sizes=\"auto, (max-width: 691px) 100vw, 691px\" \/><\/figure>\n<\/div><p>Depending on the size of the database and the server&rsquo;s performance, this procedure can take some time.<\/p><p>In the case of a standalone server, you need to follow the below procedure.<\/p><p>Open command prompt or PowerShell and run the following commands:<\/p><p><strong>Stop-Service MSExchangeFastSearch<\/strong><strong><br><\/strong><strong>Stop-Service HostControllerService<\/strong><strong><\/strong><\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/6-Stop-Service.png\" alt=\"Stop Service\" class=\"wp-image-81328 apply-gradient-on-post-images\" width=\"348\" height=\"61\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/6-Stop-Service.png 348w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/6-Stop-Service-300x53.png 300w\" sizes=\"auto, (max-width: 348px) 100vw, 348px\" \/><\/figure>\n<\/div><p>Now, browse to the database location and look for the folder having the name with the long GUID name and delete the folder. This will delete the content index of the database. Once this is done, you need to start the services again.<\/p><p><strong>Start-Service MSExchangeFastSearch<\/strong><strong><br><\/strong><strong>Start-Service HostControllerService<\/strong><strong><\/strong><\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"87\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/7-Start-Service.png\" alt=\"Start Service\" class=\"wp-image-81329 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/7-Start-Service.png 360w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/7-Start-Service-300x73.png 300w\" sizes=\"auto, (max-width: 360px) 100vw, 360px\" \/><\/figure>\n<\/div><p>After a few minutes, the folder will be recreated and the content index will be rebuilt.<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/cloud.stellarinfo.com\/StellarRepairforExchange-B.exe\"><img loading=\"lazy\" decoding=\"async\" width=\"252\" height=\"72\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/05\/free-download-1-2.png\" alt=\"free download\" class=\"wp-image-80156 apply-gradient-on-post-images\"><\/a><\/figure>\n<\/div><h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2><p>This is only one example, as each status will need the required procedure to be performed to try to mitigate the issue. If all fails and the active database cannot recover from the issue, the replication between the passive and the active copy (or vice versa) will not happen. If there is a server failure or a failover, you may have to face data loss.<\/p><p style=\"text-align: center\"><\/p><p>To quickly recover from such situations, you can rely on a certified application that will get you out of a sticky situation and recover your mailbox database with no data loss. <strong><a href=\"https:\/\/www.stellarinfo.com\/edb-exchange-server-recovery.htm\">Stellar Repair for Exchange<\/a><\/strong> is one such application that can open any Exchange Server database file in a healthy, corrupted, or dirty shutdown state. You can browse it and export the data to PST and other file formats. The application also exports the EDB data directly to a live Exchange Server database.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Exchange Servers is a business-critical application that requires regular checkups and maintenance&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/\">Continue reading <span class=\"screen-reader-text\">How to Use Get-MailboxDatabaseCopyStatus Command?<\/span><\/a><\/p>\n","protected":false},"author":32,"featured_media":81337,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[25],"tags":[],"class_list":["post-81321","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-exchange-server","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 Get-MailboxDatabaseCopyStatus Command?<\/title>\n<meta name=\"description\" content=\"Find here the parameters that are used in Get-MailboxDatabaseCopyStatus command. Also checkout process to use the Get-MailboxDatabaseCopyStatus command.\" \/>\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\/how-to-use-get-mailboxdatabasecopystatus-command\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use Get-MailboxDatabaseCopyStatus Command?\" \/>\n<meta property=\"og:description\" content=\"Find here the parameters that are used in Get-MailboxDatabaseCopyStatus command. Also checkout process to use the Get-MailboxDatabaseCopyStatus command.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/\" \/>\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-06-09T11:51:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-26T08:30:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/How-to-use-get-mailboxdatabasecopystatus-command.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\/how-to-use-get-mailboxdatabasecopystatus-command\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/\"},\"author\":{\"name\":\"Ravi Singh\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11\"},\"headline\":\"How to Use Get-MailboxDatabaseCopyStatus Command?\",\"datePublished\":\"2021-06-09T11:51:26+00:00\",\"dateModified\":\"2023-10-26T08:30:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/\"},\"wordCount\":849,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/How-to-use-get-mailboxdatabasecopystatus-command.jpg\",\"articleSection\":[\"Exchange Server Recovery\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/\",\"name\":\"How to Use Get-MailboxDatabaseCopyStatus Command?\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/How-to-use-get-mailboxdatabasecopystatus-command.jpg\",\"datePublished\":\"2021-06-09T11:51:26+00:00\",\"dateModified\":\"2023-10-26T08:30:16+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11\"},\"description\":\"Find here the parameters that are used in Get-MailboxDatabaseCopyStatus command. Also checkout process to use the Get-MailboxDatabaseCopyStatus command.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/How-to-use-get-mailboxdatabasecopystatus-command.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/How-to-use-get-mailboxdatabasecopystatus-command.jpg\",\"width\":1000,\"height\":600,\"caption\":\"How to Use Get Mailboxdatabasecopystatus Command\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Use Get-MailboxDatabaseCopyStatus Command?\"}]},{\"@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 Get-MailboxDatabaseCopyStatus Command?","description":"Find here the parameters that are used in Get-MailboxDatabaseCopyStatus command. Also checkout process to use the Get-MailboxDatabaseCopyStatus command.","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\/how-to-use-get-mailboxdatabasecopystatus-command\/","og_locale":"en_US","og_type":"article","og_title":"How to Use Get-MailboxDatabaseCopyStatus Command?","og_description":"Find here the parameters that are used in Get-MailboxDatabaseCopyStatus command. Also checkout process to use the Get-MailboxDatabaseCopyStatus command.","og_url":"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/","og_site_name":"Stellar Data Recovery Blog","article_author":"https:\/\/facebook.com\/raavisingh","article_published_time":"2021-06-09T11:51:26+00:00","article_modified_time":"2023-10-26T08:30:16+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/How-to-use-get-mailboxdatabasecopystatus-command.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\/how-to-use-get-mailboxdatabasecopystatus-command\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/"},"author":{"name":"Ravi Singh","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11"},"headline":"How to Use Get-MailboxDatabaseCopyStatus Command?","datePublished":"2021-06-09T11:51:26+00:00","dateModified":"2023-10-26T08:30:16+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/"},"wordCount":849,"commentCount":0,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/How-to-use-get-mailboxdatabasecopystatus-command.jpg","articleSection":["Exchange Server Recovery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/","url":"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/","name":"How to Use Get-MailboxDatabaseCopyStatus Command?","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/How-to-use-get-mailboxdatabasecopystatus-command.jpg","datePublished":"2021-06-09T11:51:26+00:00","dateModified":"2023-10-26T08:30:16+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11"},"description":"Find here the parameters that are used in Get-MailboxDatabaseCopyStatus command. Also checkout process to use the Get-MailboxDatabaseCopyStatus command.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/How-to-use-get-mailboxdatabasecopystatus-command.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/06\/How-to-use-get-mailboxdatabasecopystatus-command.jpg","width":1000,"height":600,"caption":"How to Use Get Mailboxdatabasecopystatus Command"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-use-get-mailboxdatabasecopystatus-command\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Use Get-MailboxDatabaseCopyStatus Command?"}]},{"@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\/81321","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=81321"}],"version-history":[{"count":10,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/81321\/revisions"}],"predecessor-version":[{"id":152727,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/81321\/revisions\/152727"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/81337"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=81321"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=81321"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=81321"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}