{"id":10270,"date":"2024-04-01T14:57:58","date_gmt":"2024-04-01T09:27:58","guid":{"rendered":"https:\/\/www.pcvita.com\/blog\/?p=10270"},"modified":"2024-04-02T11:05:58","modified_gmt":"2024-04-02T05:35:58","slug":"new-mailboxrepairrequest","status":"publish","type":"post","link":"https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html","title":{"rendered":"How to Execute New-MailboxRepairRequest &#8211; A Complete Guide"},"content":{"rendered":"<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">New-MailboxRepairRequest is a PowerShell cmdlet that allows Exchange administrators to perform a repair process on damaged Exchange mailboxes. Before this cmdlet, IsInteg was used to perform the same tasks. This command can help users to repair specific or multiple Exchange mailboxes at once.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">In the following write-up, we are going to discuss a detailed guide on how you can use this New-MailboxRepairRequest. There are a couple of errors as well that might occur due to mailbox damage like outdated mailboxes, missing mail items, inaccessible mail folders, etc. If you are also facing similar errors, then also you can use this PowerShell cmdlet to get them fixed.<\/span><\/p>\n<blockquote><p><strong>Table of Content\u00a0<\/strong><\/p>\n<ul>\n<li><a href=\"#m1\">Key Points of New-MailboxRepairRequest<\/a><\/li>\n<li><a href=\"#m2\">Syntax of Cmdlet<\/a><\/li>\n<li><a href=\"#m3\">Steps To Be Taken<\/a><\/li>\n<li><a href=\"#m4\">Alternative Solution to Repair Exchange on-premise<\/a><\/li>\n<li><a href=\"#m5\">Conclusion and FAQ\u2019s<\/a><\/li>\n<\/ul>\n<\/blockquote>\n<h2 id=\"m1\"><b>Points to be Noted Before Running New-MailboxRepairRequest<\/b><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Before directly jumping to the repair process, you need to take care of a couple of points before using the aforementioned command:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There is a certain set of permissions and roles that you must assign to a user account to use this command.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Once you start the repair process using this New-MailboxRepairRequest PowerShell command, there is no way to stop it in between. The only way to stop the repair process is by dismounting the database from Exchange and it isn\u2019t recommended at all. The dismounting process during the repair operation will not only damage the mailboxes that were being repaired but will also damage all the mailboxes in the database.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">This command can only be performed on a single database at a time or up to 100 mailboxes at a time.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">During the repair process, there will be a disruption in accessing the mailbox that is being repaired using this command.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">This PowerShell cmdlet only works on the mounted database. It means that if you have a dismounted database and want to repair mailboxes within that database, then you first need to mount that database again to the Server. If you can\u2019t mount the database to the server, then you can use a third-party application for the same.<\/span><\/li>\n<\/ul>\n<h2 id=\"m2\"><b>Syntax of New-MailboxRepairRequest<\/b><\/h2>\n<blockquote><p><span style=\"font-weight: 400;\">New-MailboxRepairRequest<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0[-Database] &lt;DatabaseIdParameter&gt;<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0-CorruptionType &lt;MailboxStoreCorruptionType[]&gt;<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0[[-StoreMailbox] &lt;StoreMailboxIdParameter&gt;]<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0[-Confirm]<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0[-DetectOnly]<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0[-DomainController &lt;Fqdn&gt;]<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0[-Force]<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0[-WhatIf]<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0[&lt;CommonParameters&gt;]<\/span><\/p><\/blockquote>\n<p><span style=\"font-weight: 400;\">The parameters that you can use with the discussed command are as follows:<\/span><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\"><strong>SearchFolder &#8211;<\/strong> It helps you to fix SearchFolder errors.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"><strong>AggregateCounts &#8211;<\/strong> Use this command to fix Aggregate Counts on folders that don\u2019t display the correct value of email items.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"><strong>FolderView &#8211;<\/strong> Helps repair the views on folders.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"><strong>ProvisionedFolder &#8211;<\/strong> This parameter enables you to fix folders that are not pointing to the correct parent folders.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"><strong>Archive &#8211;<\/strong> To figure out and fix the issues in the Archive folder associated with the mailbox.\u00a0<\/span><\/li>\n<li><span style=\"font-weight: 400;\"><strong>Confirm &#8211;<\/strong> To verify whether the confirmation dialog box should appear or not.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"><strong>CorruptionType &#8211;<\/strong> For calculating and resolving the type of Corruption associated with the mailbox.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"><strong>Database &#8211;<\/strong> For repairing and fixing all of the mailboxes in the database.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"><strong>DetectOnly &#8211;<\/strong> It specifies that you only want to identify the issues, but do not want to fix them.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"><strong>Mailbox &#8211;\u00a0<\/strong> It is used to specify the particular mailbox for detecting and fixing issues.<\/span><\/li>\n<\/ul>\n<h3 id=\"m3\"><b>Step by Step Tutorial to Use New-MailboxRepairRequest Cmdlet<\/b><\/h3>\n<p class=\"text-justify\" style=\"text-align: justify;\"><span style=\"font-weight: 400;\">As discussed in the above section, if you have assigned all the necessary permissions and roles. After that you can start using this command in Exchange Management Shell to<a href=\"https:\/\/www.pcvita.com\/blog\/repair-corrupt-exchange-mailbox.html\" target=\"_blank\" rel=\"noopener\"><strong> repair corrupt Exchange mailbox<\/strong><\/a>.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Now, the first step involves detecting the issues in the mailbox database.<\/span><\/p>\n<blockquote>\n<p style=\"text-align: center;\"><em><strong>New-MailboxRepairRequest -Mailbox User1 -CorruptionType ProvisionedFolder,SearchFolder -DetectOnly<\/strong><\/em><\/p>\n<\/blockquote>\n<p class=\"text-justify\"><span style=\"font-weight: 400;\">When the issue is detected, you can run the following command to run a repair process. This command will<\/span><\/p>\n<blockquote>\n<p style=\"text-align: center;\"><em><strong>New-MailboxRepairRequest -Mailbox User@domain.com -CorruptionType FolderView<\/strong><\/em><\/p>\n<\/blockquote>\n<p class=\"text-justify\"><span style=\"font-weight: 400;\">Now, to fix all kinds of corruption from the user mailbox and archive mailbox, you can use the below command:<\/span><\/p>\n<blockquote>\n<p style=\"text-align: center;\"><em><strong>New-MailboxRepairRequest -Mailbox User1 -CorruptionType ProvisionedFolder,SearchFolder,AggregateCounts,Folderview -Archive<\/strong><\/em><\/p>\n<\/blockquote>\n<p class=\"text-justify\"><span style=\"font-weight: 400;\">To detect and repair the AggregateCounts of all mailboxes, use the following command:<\/span><\/p>\n<blockquote>\n<p style=\"text-align: center;\"><em><strong>New-MailboxRepairRequest -Database DB01 -CorruptionType AggregateCounts<\/strong><\/em><\/p>\n<\/blockquote>\n<p class=\"text-justify\" style=\"text-align: justify;\">A<span style=\"font-weight: 400;\">dditionally, you can also combine all these parameters and repair all types of corruption. The command for the same is as follows:<\/span><\/p>\n<blockquote>\n<p style=\"text-align: center;\"><em><strong>New-MailboxRepairRequest \u2013Mailbox user@test.local \u2013CorruptionType SearchFolder, AggregateCounts, ProvisionedFolder, FolderView<\/strong><\/em><\/p>\n<\/blockquote>\n<p class=\"text-justify\">Y<span style=\"font-weight: 400;\">ou can also use this command to repair the mailbox DB:<\/span><\/p>\n<blockquote>\n<p style=\"text-align: center;\"><em><strong>New-MailboxRepairRequest \u2013Database \u201cMBXDB01\u201d \u2013CorruptionType ProvisionedFolder \u2013DetectOnly<\/strong><\/em><\/p>\n<\/blockquote>\n<h3 id=\"m4\"><b>Perfect Alternative of New-MailboxRepairRequest PowerShell Cmdlet<\/b><\/h3>\n<p class=\"text-justify\" style=\"text-align: justify;\"><span style=\"font-weight: 400;\">If you find these commands a bit complex to use and need an effortless utility that can help you perform an in-depth repair on mailboxes, then you must try<\/span> the <a href=\"https:\/\/www.pcvita.com\/edb-repair.html\" target=\"_blank\" rel=\"noopener\"><strong>Exchange EDB File Repair Software<\/strong><\/a>. This <span style=\"font-weight: 400;\">utility does not require any sort of command or Live Exchange Server environment to carry out the repair process.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Furthermore, you get an option to either export the data into PST format or directly import it into the Live Exchange Server. There are various other export options other than these two as well &#8211; PDF, MSG, EML, MBOX, Office 365, and HTML.<\/span><\/p>\n<p class=\"text-center mr-2\"><a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #28a745; color: #fff !important;\" href=\"https:\/\/systoolskart.com\/download\/SYS2E5R5S\/18\" rel=\"nofollow\"> Download Now<\/a> <a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #ff6800; color: #fff !important;\" href=\"https:\/\/systoolskart.com\/buy\/SYS2E5R5S\/18\" target=\"_blank\" rel=\"noopener noreferrer nofollow\"> Purchase Now<\/a><\/p>\n<p class=\"text-justify\" style=\"text-align: justify;\"><span style=\"font-weight: 400;\">No matter if your Exchange mailbox has minor or severe corruption, the software has two scan options &#8211; Quick and Advance. Depending on the corruption level, you can choose the particular scan and repair your damaged data without performing <a href=\"https:\/\/www.pcvita.com\/blog\/exchange-database-hard-repair.html\" target=\"_blank\" rel=\"noopener\"><strong>Exchange Database hard repair<\/strong><\/a>.<\/span><\/p>\n<h3 id=\"m5\"><strong>Conclusion<\/strong><\/h3>\n<p class=\"text-justify\" style=\"text-align: justify;\"><span style=\"font-weight: 400;\">As we all know that Exchange Server is prone to corruption. So, it is necessary to keep the database safe &amp; secure from corruption to prevent data loss. Now users have complete information on how to use New-MailboxRepairRequest to repair corruption from mailboxes. Moreover, we have also discussed an automated solution that experts rate as its perfect alternative.<\/span><\/p>\n<h3><b>Frequently Asked Questions<\/b><\/h3>\n<p><strong>Q1. Can we repair all of the mailboxes using a single command?<\/strong><\/p>\n<p><span style=\"font-weight: 400;\"><strong>Ans &#8211;<\/strong> Yes, it is possible by using the -Database parameter in the command.<\/span><\/p>\n<p><strong>Q2. Can we execute the New-MailboxRepairRequest command in Exchange Online?<\/strong><\/p>\n<p><span style=\"font-weight: 400;\"><strong>Ans &#8211;<\/strong> No, this cmdlet is only for the Exchange on-premise.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>New-MailboxRepairRequest is a PowerShell cmdlet that allows Exchange administrators to perform a repair process on damaged Exchange mailboxes. Before this <\/p>\n","protected":false},"author":16,"featured_media":10270,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-10270","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-exchange-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>New-MailboxRepairRequest - Repair Exchange On-Premise<\/title>\n<meta name=\"description\" content=\"A tutorial on identifying and fixing issues using the New-MailboxRepairRequest in Exchange on-premise. Know the whole process with cmdlet details.\" \/>\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.pcvita.com\/blog\/new-mailboxrepairrequest.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New-MailboxRepairRequest - Repair Exchange On-Premise\" \/>\n<meta property=\"og:description\" content=\"A tutorial on identifying and fixing issues using the New-MailboxRepairRequest in Exchange on-premise. Know the whole process with cmdlet details.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html\" \/>\n<meta property=\"og:site_name\" content=\"PCVITA Official Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-01T09:27:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-02T05:35:58+00:00\" \/>\n<meta name=\"author\" content=\"Ashwani Tiwari\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ashwani Tiwari\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/new-mailboxrepairrequest.html#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/new-mailboxrepairrequest.html\"},\"author\":{\"name\":\"Ashwani Tiwari\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#\\\/schema\\\/person\\\/65a4ed84fa7404aa637dceea6619206a\"},\"headline\":\"How to Execute New-MailboxRepairRequest &#8211; A Complete Guide\",\"datePublished\":\"2024-04-01T09:27:58+00:00\",\"dateModified\":\"2024-04-02T05:35:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/new-mailboxrepairrequest.html\"},\"wordCount\":984,\"image\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/new-mailboxrepairrequest.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cdnxtra.com\\\/feature\\\/use-new-mailboxrepairrequest-to-repair-exchange.jpg\",\"articleSection\":[\"Exchange Server\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/new-mailboxrepairrequest.html\",\"url\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/new-mailboxrepairrequest.html\",\"name\":\"New-MailboxRepairRequest - Repair Exchange On-Premise\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/new-mailboxrepairrequest.html#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/new-mailboxrepairrequest.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cdnxtra.com\\\/feature\\\/use-new-mailboxrepairrequest-to-repair-exchange.jpg\",\"datePublished\":\"2024-04-01T09:27:58+00:00\",\"dateModified\":\"2024-04-02T05:35:58+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#\\\/schema\\\/person\\\/65a4ed84fa7404aa637dceea6619206a\"},\"description\":\"A tutorial on identifying and fixing issues using the New-MailboxRepairRequest in Exchange on-premise. Know the whole process with cmdlet details.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/new-mailboxrepairrequest.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/new-mailboxrepairrequest.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/new-mailboxrepairrequest.html#primaryimage\",\"url\":\"https:\\\/\\\/cdnxtra.com\\\/feature\\\/use-new-mailboxrepairrequest-to-repair-exchange.jpg\",\"contentUrl\":\"https:\\\/\\\/cdnxtra.com\\\/feature\\\/use-new-mailboxrepairrequest-to-repair-exchange.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/new-mailboxrepairrequest.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.pcvita.com\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Execute New-MailboxRepairRequest &#8211; A Complete Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/\",\"name\":\"PCVITA Official Blog\",\"description\":\"Technology Solution that Matters\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#\\\/schema\\\/person\\\/65a4ed84fa7404aa637dceea6619206a\",\"name\":\"Ashwani Tiwari\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2140b54c0cce2d0e03ba475ec1ffb609754f10e0acdd155f2c328439daf97c30?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2140b54c0cce2d0e03ba475ec1ffb609754f10e0acdd155f2c328439daf97c30?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2140b54c0cce2d0e03ba475ec1ffb609754f10e0acdd155f2c328439daf97c30?s=96&d=mm&r=g\",\"caption\":\"Ashwani Tiwari\"},\"description\":\"I am an Expert Technical Analyst, specialized in assisting users with complex technological challenges. Through my blogs and articles, I offer expert guidance to help tackle these technical issues effectively. My true passion lies in providing valuable insights and simplifying complicated technicalities, enhancing user understanding and confidence.\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ashwani-tiwari\\\/\",\"https:\\\/\\\/www.pcvita.com\\\/assets\\\/author\\\/ashwani.png\"],\"url\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/author\\\/ashwani\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"New-MailboxRepairRequest - Repair Exchange On-Premise","description":"A tutorial on identifying and fixing issues using the New-MailboxRepairRequest in Exchange on-premise. Know the whole process with cmdlet details.","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.pcvita.com\/blog\/new-mailboxrepairrequest.html","og_locale":"en_US","og_type":"article","og_title":"New-MailboxRepairRequest - Repair Exchange On-Premise","og_description":"A tutorial on identifying and fixing issues using the New-MailboxRepairRequest in Exchange on-premise. Know the whole process with cmdlet details.","og_url":"https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html","og_site_name":"PCVITA Official Blog","article_published_time":"2024-04-01T09:27:58+00:00","article_modified_time":"2024-04-02T05:35:58+00:00","author":"Ashwani Tiwari","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ashwani Tiwari","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html#article","isPartOf":{"@id":"https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html"},"author":{"name":"Ashwani Tiwari","@id":"https:\/\/www.pcvita.com\/blog\/#\/schema\/person\/65a4ed84fa7404aa637dceea6619206a"},"headline":"How to Execute New-MailboxRepairRequest &#8211; A Complete Guide","datePublished":"2024-04-01T09:27:58+00:00","dateModified":"2024-04-02T05:35:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html"},"wordCount":984,"image":{"@id":"https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html#primaryimage"},"thumbnailUrl":"https:\/\/cdnxtra.com\/feature\/use-new-mailboxrepairrequest-to-repair-exchange.jpg","articleSection":["Exchange Server"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html","url":"https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html","name":"New-MailboxRepairRequest - Repair Exchange On-Premise","isPartOf":{"@id":"https:\/\/www.pcvita.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html#primaryimage"},"image":{"@id":"https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html#primaryimage"},"thumbnailUrl":"https:\/\/cdnxtra.com\/feature\/use-new-mailboxrepairrequest-to-repair-exchange.jpg","datePublished":"2024-04-01T09:27:58+00:00","dateModified":"2024-04-02T05:35:58+00:00","author":{"@id":"https:\/\/www.pcvita.com\/blog\/#\/schema\/person\/65a4ed84fa7404aa637dceea6619206a"},"description":"A tutorial on identifying and fixing issues using the New-MailboxRepairRequest in Exchange on-premise. Know the whole process with cmdlet details.","breadcrumb":{"@id":"https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html#primaryimage","url":"https:\/\/cdnxtra.com\/feature\/use-new-mailboxrepairrequest-to-repair-exchange.jpg","contentUrl":"https:\/\/cdnxtra.com\/feature\/use-new-mailboxrepairrequest-to-repair-exchange.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.pcvita.com\/blog\/new-mailboxrepairrequest.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pcvita.com\/blog"},{"@type":"ListItem","position":2,"name":"How to Execute New-MailboxRepairRequest &#8211; A Complete Guide"}]},{"@type":"WebSite","@id":"https:\/\/www.pcvita.com\/blog\/#website","url":"https:\/\/www.pcvita.com\/blog\/","name":"PCVITA Official Blog","description":"Technology Solution that Matters","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pcvita.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.pcvita.com\/blog\/#\/schema\/person\/65a4ed84fa7404aa637dceea6619206a","name":"Ashwani Tiwari","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2140b54c0cce2d0e03ba475ec1ffb609754f10e0acdd155f2c328439daf97c30?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2140b54c0cce2d0e03ba475ec1ffb609754f10e0acdd155f2c328439daf97c30?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2140b54c0cce2d0e03ba475ec1ffb609754f10e0acdd155f2c328439daf97c30?s=96&d=mm&r=g","caption":"Ashwani Tiwari"},"description":"I am an Expert Technical Analyst, specialized in assisting users with complex technological challenges. Through my blogs and articles, I offer expert guidance to help tackle these technical issues effectively. My true passion lies in providing valuable insights and simplifying complicated technicalities, enhancing user understanding and confidence.","sameAs":["https:\/\/www.linkedin.com\/in\/ashwani-tiwari\/","https:\/\/www.pcvita.com\/assets\/author\/ashwani.png"],"url":"https:\/\/www.pcvita.com\/blog\/author\/ashwani"}]}},"_links":{"self":[{"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/posts\/10270","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/comments?post=10270"}],"version-history":[{"count":0,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/posts\/10270\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/posts\/10270"}],"wp:attachment":[{"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/media?parent=10270"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/categories?post=10270"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/tags?post=10270"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}