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

Anubhuti 40 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 Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,185 questions
Exchange | Exchange Server | Other
Exchange | Exchange Server | Management
Windows for business | Windows Server | User experience | PowerShell
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    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.