{"id":41589,"date":"2019-06-18T12:35:58","date_gmt":"2019-06-18T12:35:58","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=41589"},"modified":"2025-11-25T11:04:16","modified_gmt":"2025-11-25T11:04:16","slug":"new-mailboxrepairrequest-in-exchange-server","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/","title":{"rendered":"How to Use New-MailboxRepairRequest Cmdlet in Exchange Server?"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>Exchange mailboxes or database can get corrupted due to improper server shutdown, sudden power failure, abrupt system shutdown, virus attacks, moving mailboxes to another database, or various other reasons. In such a case, users with corrupted mailboxes face issues when accessing their mailbox data. Some common issues that users may encounter include outdated mail folders, missing mail folders or mail items, delay in sending or receiving emails, problem with search functionality, and inaccessible mail folders.<\/p><p>To resolve such issues, you (as an administrator) need to repair the corrupted user mailboxes. For this, you can use the <strong>New-MailboxRepairRequest<\/strong> <a href=\"https:\/\/www.stellarinfo.com\/article\/using-get-exchange-server-cmdlet.php\">cmdlet in Exchange Server<\/a>. This cmdlet can help you to detect corruption issues in the user mailboxes and fix them. With this cmdlet, you can repair a specific mailbox or all the mailboxes in a particular database. This cmdlet is available in Exchange Server 2010, 2013, 2016, and 2019. With the New-MailboxRepairRequest cmdlet, you can use the following parameters:<\/p><ul class=\"wp-block-list\">\n<li><strong>SearchFolder:<\/strong>&nbsp;To fix Search Folder corruption issues.<\/li>\n\n\n\n<li><strong>AggregateCounts:<\/strong>&nbsp;To fix issues with Aggregate Counts on folders that don&rsquo;t reflect the correct values or number of mail items.<\/li>\n\n\n\n<li><strong>FolderView:&nbsp;<\/strong>To fix issues with views on folders that are not returning accurate content.<\/li>\n\n\n\n<li><strong>ProvisionedFolder:<\/strong>&nbsp;To fix folders that are not pointing correctly to the parent folders.<\/li>\n\n\n\n<li><strong>DetectOnly:<\/strong> To get the report on errors but not to fix them.<\/li>\n<\/ul><p>Now let&rsquo;s see how to use the <strong>New-MailboxRepairRequest<\/strong> cmdlet to repair a single and multiple mailboxes in Exchange Server.<\/p><h2 class=\"wp-block-heading\" id=\"process-to-use-the-new-mailboxrepairrequest-powershell-cmdlet-in-exchange-server\">Process to Use the New-MailboxRepairRequest PowerShell Cmdlet in Exchange Server<\/h2><p>Before using this cmdlet, you need to ensure that the <strong>Databases<\/strong> and <strong>Mail Recipients<\/strong> roles are assigned to the user account you will be using.<\/p><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"790\" height=\"147\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/Before-using-this-cmdlet-you-need-to-ensure-that-the-Databases-and-Mail-Recipients-roles-are-assigned-to-the-user-account-you-will-be-using.png\" alt=\"Before using this cmdlet, you need to ensure that the Databases and Mail Recipients roles are assigned to the user account you will be using.\" class=\"wp-image-175151 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/Before-using-this-cmdlet-you-need-to-ensure-that-the-Databases-and-Mail-Recipients-roles-are-assigned-to-the-user-account-you-will-be-using.png 790w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/Before-using-this-cmdlet-you-need-to-ensure-that-the-Databases-and-Mail-Recipients-roles-are-assigned-to-the-user-account-you-will-be-using-300x56.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/Before-using-this-cmdlet-you-need-to-ensure-that-the-Databases-and-Mail-Recipients-roles-are-assigned-to-the-user-account-you-will-be-using-768x143.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/Before-using-this-cmdlet-you-need-to-ensure-that-the-Databases-and-Mail-Recipients-roles-are-assigned-to-the-user-account-you-will-be-using-150x28.png 150w\" sizes=\"auto, (max-width: 790px) 100vw, 790px\" \/><\/figure><p>After assigning the required roles and permissions, you can run the <strong>New-MailboxRepairRequest<\/strong> cmdlet as given below to detect corruption issues in a specific mailbox.<\/p><pre class=\"wp-block-code command_container\"><code>New-MailboxRepairRequest -Mailbox &ldquo;user&rsquo;s email ID&rdquo; -CorruptionType SearchFolder, AggregateCounts, ProvisionedFolder, FolderView -DetectOnly<\/code><\/pre><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"103\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/After-assigning-the-required-roles-and-permissions-you-can-run-the-New-MailboxRepairRequest-cmdlet-as-given-below-to-detect-corruption-issues-in-a-specific-mailbox-1024x103.png\" alt=\"After assigning the required roles and permissions, you can run the New MailboxRepairRequest cmdlet as given below to detect corruption issues in a specific mailbox.\" class=\"wp-image-175152 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/After-assigning-the-required-roles-and-permissions-you-can-run-the-New-MailboxRepairRequest-cmdlet-as-given-below-to-detect-corruption-issues-in-a-specific-mailbox-1024x103.png 1024w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/After-assigning-the-required-roles-and-permissions-you-can-run-the-New-MailboxRepairRequest-cmdlet-as-given-below-to-detect-corruption-issues-in-a-specific-mailbox-300x30.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/After-assigning-the-required-roles-and-permissions-you-can-run-the-New-MailboxRepairRequest-cmdlet-as-given-below-to-detect-corruption-issues-in-a-specific-mailbox-768x77.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/After-assigning-the-required-roles-and-permissions-you-can-run-the-New-MailboxRepairRequest-cmdlet-as-given-below-to-detect-corruption-issues-in-a-specific-mailbox-150x15.png 150w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/After-assigning-the-required-roles-and-permissions-you-can-run-the-New-MailboxRepairRequest-cmdlet-as-given-below-to-detect-corruption-issues-in-a-specific-mailbox.png 1442w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><blockquote class=\"note_alert\">\n<p><strong>Note<\/strong>: You can also use the username in the cmdlet, instead of the email ID.<\/p>\n<\/blockquote><p>The above command will only detect the issues in the specified mailbox. It does not fix the issues found in the mailbox.<\/p><p>Now, you can run the <strong>New-MailboxRepairRequest<\/strong> cmdlet without the <strong>&ndash;DetectOnly<\/strong> parameter (as given below) to fix the problems with the mailbox.<\/p><pre class=\"wp-block-code command_container\"><code>New-MailboxRepairRequest -Mailbox &ldquo;user&rsquo;s email ID&rdquo; -CorruptionType SearchFolder, AggregateCounts, ProvisionedFolder, FolderView<\/code><\/pre><figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/However-if-you-want-to-repair-all-the-mailboxes-in-a-database-then-you-can-use-the-New-MailboxRepairRequest-with-the-%E2%80%93Database-parameter-instead-of-%E2%80%93Mailbox-see-the-below-example-1-1024x109.png\" alt=\"However, if you want to repair all the mailboxes in a database, then you can use the New MailboxRepairRequest with the &ndash;Database parameter instead of &ndash;Mailbox (see the below example).\" class=\"wp-image-175156 apply-gradient-on-post-images\"><\/figure><p>You can also use the <strong>New-MailboxRepairRequest <\/strong>cmdlet to fix issues related to a specific parameter for all mailboxes in a database. For example,<\/p><pre class=\"wp-block-code command_container\"><code>New-MailboxRepairRequest -Database DB01 -CorruptionType AggregateCounts <\/code><\/pre><p>The above command will repair the&nbsp;AggregateCounts&nbsp;for all mailboxes in the database, named DB01.<\/p><p>The <strong>New-MailboxRepairRequest<\/strong> cmdlet doesn&rsquo;t provide any progress status or feedback information. To check the status of repair request, you need to&nbsp;use the <a href=\"https:\/\/www.stellarinfo.com\/blog\/show-mailbox-repair-request-status\/\">Get-MailboxRepairRequest cmdlet<\/a> (see the below example).<\/p><pre class=\"wp-block-code command_container\"><code>Get-MailboxRepairRequest &ndash;Database &lt;Name of the database&gt;<\/code><\/pre><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"186\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/you-need-to-use-the-Get-MailboxRepairRequest-cmdlet-see-the-below-example-1-1024x186.png\" alt=\"you need to use the Get MailboxRepairRequest cmdlet (see the below example).\" class=\"wp-image-175157 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/you-need-to-use-the-Get-MailboxRepairRequest-cmdlet-see-the-below-example-1-1024x186.png 1024w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/you-need-to-use-the-Get-MailboxRepairRequest-cmdlet-see-the-below-example-1-300x55.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/you-need-to-use-the-Get-MailboxRepairRequest-cmdlet-see-the-below-example-1-768x140.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/you-need-to-use-the-Get-MailboxRepairRequest-cmdlet-see-the-below-example-1-150x27.png 150w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/you-need-to-use-the-Get-MailboxRepairRequest-cmdlet-see-the-below-example-1.png 1446w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><h2 class=\"wp-block-heading\" id=\"things-to-remember-when-using-the-new-mailboxrepairrequest-cmdlet:\">Things to remember when using the New-MailboxRepairRequest cmdlet:<\/h2><ul class=\"wp-block-list\">\n<li>When the NewMailboxRepairRequest cmdlet is running, the access to the mailbox being repaired is disrupted for the repair duration. &nbsp;<\/li>\n\n\n\n<li>It works on mounted databases only. You are not required to dismount the database. This allows other users to continue accessing their mailboxes in the database and use their email services.<\/li>\n\n\n\n<li>Once the repair process starts, there&rsquo;s no way to stop it unless you force dismount the database, which isn&rsquo;t recommended. &nbsp;<\/li>\n\n\n\n<li>The command can be executed for repairing one database at a time or up to 100 mailboxes.<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"an-alternative-solution-to-repair-corrupted-mailboxes-or-databases\">An Alternative Solution to Repair Corrupted Mailboxes or Databases<\/h2><p>Though the NewMailboxRepairRequest cmdlet helps resolve most of the issues associated with the mailboxes, it doesn&rsquo;t display the repair status. Also, there is no option to pause or stop the repair request. As an alternative, you can use a third-party Exchange repair tool, such as <strong>Stellar Repair for Exchange<\/strong>. This tool lets you repair the corrupted Exchange Server database (EDB) file and recover all the mailboxes and other data, such as archive, shared folders, etc. It allows to save the recovered mailboxes and other data to PST files with complete integrity. It can also export the mailboxes recovered from the database to a new healthy database on a live Exchange Server or Microsoft 365 account. The tool supports Exchange Server 2019, 2016, 2013, and earlier versions.<\/p><h2 class=\"wp-block-heading\" id=\"to-wrap-up\">To Wrap Up<\/h2><p>The <strong>New-MailboxRepairRequest<\/strong> cmdlet helps you fix issues with Exchange mailboxes and databases without dismounting the database. Above, we have explained how to use this cmdlet to repair a mailbox or all the mailboxes in a database. However, this cmdlet is available in Exchange Server 2010 SP1 and later versions only. Also, it may not repair a dismounted database or mailbox stored in a dismounted database. For such cases, you need to use an <a href=\"https:\/\/www.stellarinfo.com\/edb-exchange-server-recovery.htm\">Exchange repair tool<\/a>, such as Stellar Repair for Exchange. It supports all Exchange Server versions &ndash; from Exchange Server 5.5 to Exchange Server 2019. This tool can fix large, severely corrupt, or damaged Exchange databases, recover mailboxes, and save them in PSTs. It can also export the recovered mailboxes directly to Office 365 or live Exchange Server.<\/p><p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Exchange mailboxes or database can get corrupted due to improper server shutdown,&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/\">Continue reading <span class=\"screen-reader-text\">How to Use New-MailboxRepairRequest Cmdlet in Exchange Server?<\/span><\/a><\/p>\n","protected":false},"author":95,"featured_media":127413,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[25],"tags":[],"class_list":["post-41589","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 New-MailboxRepairRequest Cmdlet in Exchange Server<\/title>\n<meta name=\"description\" content=\"An Expert Guide on how to use new-mailboxrepairrequest to suspect corruption of a mailbox, Read more to know the commands in detail.\" \/>\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\/new-mailboxrepairrequest-in-exchange-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use New-MailboxRepairRequest Cmdlet in Exchange Server\" \/>\n<meta property=\"og:description\" content=\"An Expert Guide on how to use new-mailboxrepairrequest to suspect corruption of a mailbox, Read more to know the commands in detail.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-06-18T12:35:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-25T11:04:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-use-New-MailboxRepairRequest-in-Exchange-Server.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=\"Anubhuti Sinha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Anubhuti Sinha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/\"},\"author\":{\"name\":\"Anubhuti Sinha\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"headline\":\"How to Use New-MailboxRepairRequest Cmdlet in Exchange Server?\",\"datePublished\":\"2019-06-18T12:35:58+00:00\",\"dateModified\":\"2025-11-25T11:04:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/\"},\"wordCount\":798,\"commentCount\":2,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-use-New-MailboxRepairRequest-in-Exchange-Server.jpg\",\"articleSection\":[\"Exchange Server Recovery\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/\",\"name\":\"How to Use New-MailboxRepairRequest Cmdlet in Exchange Server\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-use-New-MailboxRepairRequest-in-Exchange-Server.jpg\",\"datePublished\":\"2019-06-18T12:35:58+00:00\",\"dateModified\":\"2025-11-25T11:04:16+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"description\":\"An Expert Guide on how to use new-mailboxrepairrequest to suspect corruption of a mailbox, Read more to know the commands in detail.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-use-New-MailboxRepairRequest-in-Exchange-Server.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-use-New-MailboxRepairRequest-in-Exchange-Server.jpg\",\"width\":1000,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Use New-MailboxRepairRequest Cmdlet in Exchange Server?\"}]},{\"@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\/6e25a24438bdade7cc6a17f8af4fe18e\",\"name\":\"Anubhuti Sinha\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0808a9a412ffd85db3c57b7af6e353dfc9ed9ca5021570b3b9b1d83550c1948f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0808a9a412ffd85db3c57b7af6e353dfc9ed9ca5021570b3b9b1d83550c1948f?s=96&d=mm&r=g\",\"caption\":\"Anubhuti Sinha\"},\"description\":\"Anubhuti's passion for technology shines through her knowledge of Microsoft Exchange Server. She excels at managing, and troubleshooting this powerful platform. She has a bachelor\u2019s degree in technology in the field of Electronics and Communication.\",\"sameAs\":[\"https:\/\/www.stellarinfo.com\/\",\"https:\/\/www.linkedin.com\/in\/anubhuti-sinha-196a64189\/\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/anubhuti\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use New-MailboxRepairRequest Cmdlet in Exchange Server","description":"An Expert Guide on how to use new-mailboxrepairrequest to suspect corruption of a mailbox, Read more to know the commands in detail.","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\/new-mailboxrepairrequest-in-exchange-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Use New-MailboxRepairRequest Cmdlet in Exchange Server","og_description":"An Expert Guide on how to use new-mailboxrepairrequest to suspect corruption of a mailbox, Read more to know the commands in detail.","og_url":"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2019-06-18T12:35:58+00:00","article_modified_time":"2025-11-25T11:04:16+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-use-New-MailboxRepairRequest-in-Exchange-Server.jpg","type":"image\/jpeg"}],"author":"Anubhuti Sinha","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Anubhuti Sinha","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/"},"author":{"name":"Anubhuti Sinha","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"headline":"How to Use New-MailboxRepairRequest Cmdlet in Exchange Server?","datePublished":"2019-06-18T12:35:58+00:00","dateModified":"2025-11-25T11:04:16+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/"},"wordCount":798,"commentCount":2,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-use-New-MailboxRepairRequest-in-Exchange-Server.jpg","articleSection":["Exchange Server Recovery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/","url":"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/","name":"How to Use New-MailboxRepairRequest Cmdlet in Exchange Server","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-use-New-MailboxRepairRequest-in-Exchange-Server.jpg","datePublished":"2019-06-18T12:35:58+00:00","dateModified":"2025-11-25T11:04:16+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"description":"An Expert Guide on how to use new-mailboxrepairrequest to suspect corruption of a mailbox, Read more to know the commands in detail.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-use-New-MailboxRepairRequest-in-Exchange-Server.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-use-New-MailboxRepairRequest-in-Exchange-Server.jpg","width":1000,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Use New-MailboxRepairRequest Cmdlet in Exchange Server?"}]},{"@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\/6e25a24438bdade7cc6a17f8af4fe18e","name":"Anubhuti Sinha","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0808a9a412ffd85db3c57b7af6e353dfc9ed9ca5021570b3b9b1d83550c1948f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0808a9a412ffd85db3c57b7af6e353dfc9ed9ca5021570b3b9b1d83550c1948f?s=96&d=mm&r=g","caption":"Anubhuti Sinha"},"description":"Anubhuti's passion for technology shines through her knowledge of Microsoft Exchange Server. She excels at managing, and troubleshooting this powerful platform. She has a bachelor\u2019s degree in technology in the field of Electronics and Communication.","sameAs":["https:\/\/www.stellarinfo.com\/","https:\/\/www.linkedin.com\/in\/anubhuti-sinha-196a64189\/"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/anubhuti\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/41589","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\/95"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=41589"}],"version-history":[{"count":38,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/41589\/revisions"}],"predecessor-version":[{"id":187690,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/41589\/revisions\/187690"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/127413"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=41589"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=41589"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=41589"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}