{"id":148,"date":"2018-03-30T17:48:35","date_gmt":"2018-03-30T17:48:35","guid":{"rendered":"http:\/\/www.blog.mozesoft.com\/?p=148"},"modified":"2018-05-03T16:00:28","modified_gmt":"2018-05-03T16:00:28","slug":"how-to-create-a-mailbox-repair-request-in-exchange-2010","status":"publish","type":"post","link":"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/","title":{"rendered":"How to Create a Mailbox Repair Request in Exchange 2010"},"content":{"rendered":"<p>The New-MailboxRepairRequest cmdlet detects and repairs the following types of mailbox corruptions:<\/p>\n<ul>\n<li>Search folder corruptions (using the SearchFolder value of the CorruptionType parameter)<\/li>\n<li>Aggregate counts on folders that aren\u2019t reflecting correct values (using the AggregateCounts value of the CorruptionType parameter)<\/li>\n<li>Views on folders that aren\u2019t returning the correct content (using the FolderView value of the CorruptionType parameter)<\/li>\n<li>Provisioned folders that are incorrectly pointing into parent folders that aren\u2019t provisioned (using the ProvisionedFolder value of the CorruptionType parameter)<\/li>\n<\/ul>\n<p>To avoid any performance problems, Exchange enforces limits on the number of simultaneous repair requests that can be submitted per server. Only one request can be active for a database-level repair; up to 100 requests can be active for a mailbox-level repair per server.<\/p>\n<p><strong>Use the Shell to detect corruptions and repair a mailbox<\/strong><br \/>\n<code>New-MailboxRepairRequest -Mailbox tony@contoso.com -CorruptionType FolderView<\/code><br \/>\n<strong>Use the Shell to detect corruptions and repair a set of mailboxes<\/strong><br \/>\n<code>Get-Mailbox -Filter {CustomAttribute2 -like \"Repair Required\"} |<br \/>\nNew-MailboxRepairRequest -CorruptionType<br \/>\nSearchFolder,AggregateCounts,ProvisionedFolder,FolderView<\/code><br \/>\n<strong>Use the Shell to detect corruptions for a mailbox<\/strong><br \/>\n<code>New-MailboxRepairRequest -Mailbox ayla -CorruptionType ProvisionedFolder,SearchFolder -DetectOnly<\/code><br \/>\n<strong>Use the Shell to repair all mailboxes in a database<\/strong><br \/>\n<code>New-MailboxRepairRequest -Database MBX-DB01 -CorruptionType AggregateCounts<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The New-MailboxRepairRequest cmdlet detects and repairs the following types of mailbox corruptions: Search folder corruptions (using the SearchFolder value of the CorruptionType parameter) Aggregate counts on folders that aren\u2019t reflecting correct values (using the AggregateCounts value of the CorruptionType parameter) Views on folders that aren\u2019t returning the correct content (using the FolderView value of the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-148","post","type-post","status-publish","format-standard","hentry","category-exchange-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Create a Mailbox Repair Request in Exchange 2010 - Blog<\/title>\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.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create a Mailbox Repair Request in Exchange 2010 - Blog\" \/>\n<meta property=\"og:description\" content=\"The New-MailboxRepairRequest cmdlet detects and repairs the following types of mailbox corruptions: Search folder corruptions (using the SearchFolder value of the CorruptionType parameter) Aggregate counts on folders that aren\u2019t reflecting correct values (using the AggregateCounts value of the CorruptionType parameter) Views on folders that aren\u2019t returning the correct content (using the FolderView value of the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-03-30T17:48:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-05-03T16:00:28+00:00\" \/>\n<meta name=\"author\" content=\"Adsank\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adsank\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/\"},\"author\":{\"name\":\"Adsank\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\"},\"headline\":\"How to Create a Mailbox Repair Request in Exchange 2010\",\"datePublished\":\"2018-03-30T17:48:35+00:00\",\"dateModified\":\"2018-05-03T16:00:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/\"},\"wordCount\":173,\"articleSection\":[\"Exchange Server\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/\",\"name\":\"How to Create a Mailbox Repair Request in Exchange 2010 - Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#website\"},\"datePublished\":\"2018-03-30T17:48:35+00:00\",\"dateModified\":\"2018-05-03T16:00:28+00:00\",\"author\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.mozesoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Create a Mailbox Repair Request in Exchange 2010\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#website\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/\",\"name\":\"Blog\",\"description\":\"IT Knowledgebase\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.mozesoft.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\",\"name\":\"Adsank\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g\",\"caption\":\"Adsank\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Create a Mailbox Repair Request in Exchange 2010 - Blog","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.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/","og_locale":"en_US","og_type":"article","og_title":"How to Create a Mailbox Repair Request in Exchange 2010 - Blog","og_description":"The New-MailboxRepairRequest cmdlet detects and repairs the following types of mailbox corruptions: Search folder corruptions (using the SearchFolder value of the CorruptionType parameter) Aggregate counts on folders that aren\u2019t reflecting correct values (using the AggregateCounts value of the CorruptionType parameter) Views on folders that aren\u2019t returning the correct content (using the FolderView value of the [&hellip;]","og_url":"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/","og_site_name":"Blog","article_published_time":"2018-03-30T17:48:35+00:00","article_modified_time":"2018-05-03T16:00:28+00:00","author":"Adsank","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adsank","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/#article","isPartOf":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/"},"author":{"name":"Adsank","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c"},"headline":"How to Create a Mailbox Repair Request in Exchange 2010","datePublished":"2018-03-30T17:48:35+00:00","dateModified":"2018-05-03T16:00:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/"},"wordCount":173,"articleSection":["Exchange Server"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/","url":"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/","name":"How to Create a Mailbox Repair Request in Exchange 2010 - Blog","isPartOf":{"@id":"https:\/\/www.mozesoft.com\/blog\/#website"},"datePublished":"2018-03-30T17:48:35+00:00","dateModified":"2018-05-03T16:00:28+00:00","author":{"@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c"},"breadcrumb":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.mozesoft.com\/blog\/how-to-create-a-mailbox-repair-request-in-exchange-2010\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mozesoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Create a Mailbox Repair Request in Exchange 2010"}]},{"@type":"WebSite","@id":"https:\/\/www.mozesoft.com\/blog\/#website","url":"https:\/\/www.mozesoft.com\/blog\/","name":"Blog","description":"IT Knowledgebase","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mozesoft.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c","name":"Adsank","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g","caption":"Adsank"}}]}},"_links":{"self":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/148","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/comments?post=148"}],"version-history":[{"count":3,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/148\/revisions"}],"predecessor-version":[{"id":186,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/148\/revisions\/186"}],"wp:attachment":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/media?parent=148"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/categories?post=148"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/tags?post=148"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}