How to check the type of corruption in my mailbox before repairing it.

Anubhuti 20 Reputation points
2024-11-13T03:03:28.24+00:00

I want to check the type of corruption in my mailbox before repairing it.

I used the New-MailboxRepairRequest with the -DetectOnly switch against all the corruption parameters.

I check the status of the job using the Get-MailboxRepairRequest.

Now I want to see which type of corruption has been detected in my mailbox. How can I do that? Am I supposed to run the Get-MailboxRepairRequest with statistics? Note: This is all to be done before actually repairing the mailbox

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,355 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,609 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,690 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,563 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Hania Lian 17,786 Reputation points Microsoft Vendor
    2024-11-13T03:24:26.6133333+00:00

    Hello,

    To check the type of corruption detected in your mailbox before repairing it, you can use the Get-MailboxRepairRequest cmdlet with the -Detailed switch. This will provide detailed information about the mailbox repair request, including the types of corruption detected.

    Here's how you can do it:

    Get-MailboxRepairRequest -Mailbox "your_mailbox" -Detailed | Format-List

    Review the output to see the types of corruption detected. The output will include details such as the mailbox GUID, the type of corruption specified, the progress of the repair request, and the number of corruptions detected and fixed.

    Best Regards,

    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.