{"id":169,"date":"2016-12-11T22:31:15","date_gmt":"2016-12-11T20:31:15","guid":{"rendered":"http:\/\/itsimple.info\/?p=169"},"modified":"2016-12-11T22:31:15","modified_gmt":"2016-12-11T20:31:15","slug":"how-to-repair-mailbox-on-exchange-server","status":"publish","type":"post","link":"https:\/\/itsimple.info\/?p=169","title":{"rendered":"How to repair mailbox on exchange server"},"content":{"rendered":"<p>Example 1:<\/p>\n<p>&nbsp;<\/p>\n<pre>New-MailboxRepairRequest -Mailbox tony@contoso.com -CorruptionType FolderView<\/pre>\n<p>&nbsp;<\/p>\n<p>Example 2:<\/p>\n<p>This example only detects and reports on ProvisionedFolder and SearchFolder corruption issues to Ayla Kol&#8217;s mailbox. This command doesn&#8217;t repair the mailbox.<\/p>\n<pre>New-MailboxRepairRequest -Mailbox ayla -CorruptionType ProvisionedFolder,SearchFolder -DetectOnly\r\n\r\n<\/pre>\n<p>Example 3:<\/p>\n<p>This example detects and repairs AggregateCounts for all mailboxes on mailbox database MBX-DB01.<\/p>\n<pre>New-MailboxRepairRequest -Database MBX-DB01 -CorruptionType AggregateCounts\r\n\r\n<\/pre>\n<p>Example 4:<\/p>\n<p>This example detects and repairs all corruption types for Ayla Kol&#8217;s mailbox and archive.<\/p>\n<pre>New-MailboxRepairRequest -Mailbox ayla -CorruptionType ProvisionedFolder,SearchFolder,AggregateCounts,Folderview -Archive\r\n\r\n<\/pre>\n<p>Example 5:<\/p>\n<p>This example creates a variable that identifies Ann Beebe&#8217;s mailbox and then uses the variable to specify the values for the Database and StoreMailbox parameters to create a request to detect and repair all corruption types.<\/p>\n<pre>$Mailbox = Get-MailboxStatistics annb\r\n\r\n\r\n\r\nNew-MailboxRepairRequest -Database $Mailbox.Database -StoreMailbox $Mailbox.MailboxGuid -CorruptionType ProvisionedFolder,SearchFolder,AggregateCounts,Folderview<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Example 1: &nbsp; New-MailboxRepairRequest -Mailbox tony@contoso.com -CorruptionType FolderView &nbsp; Example 2: This example only detects and reports on ProvisionedFolder and SearchFolder corruption issues to Ayla Kol&#8217;s mailbox. This command doesn&#8217;t repair the mailbox. New-MailboxRepairRequest -Mailbox ayla -CorruptionType ProvisionedFolder,SearchFolder -DetectOnly Example 3: This example detects and repairs AggregateCounts for all mailboxes on mailbox database MBX-DB01. New-MailboxRepairRequest [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-169","post","type-post","status-publish","format-standard","hentry","category-microsoft-exchange-2010"],"_links":{"self":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts\/169","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=169"}],"version-history":[{"count":0,"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts\/169\/revisions"}],"wp:attachment":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=169"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=169"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}