how to fix exchange error Exchange: An unknown error has occurred. Refer to correlation ID: e0b95974-ccea-499a-80fc-a1a9b0a68fcb.;

Lexi Ours 0 Reputation points
2024-07-03T18:13:58.6333333+00:00

had to recreate a user multiple times and now it cant find a mailbox for a specific user

Outlook
Outlook
A family of Microsoft email and calendar products.
3,818 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,519 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Xintao Qiao-MSFT 3,285 Reputation points Microsoft Vendor
    2024-07-04T10:01:20.5033333+00:00

    Hi, @Lexi Ours

    Based on your description, I understand that you encountered an error and need to create a user multiple times, and you can not find the mailbox of a specific user.

    Error message "Exchange Online: An unknown error has occurred. Refer to correlation ID" usually occurs due to a configuration setting failure for the user's mailbox.

    So, we should find the real cause of the error firstly. You can get the actual error message from PowerShell, either via the Exchange cmdlets or via MSOL:

    Get-MsolUser -HasErrorsOnly | fl DisplayName,UserPrincipalName,@{Name="Error";Expression={($_.errors[0].ErrorDetail.objecterrors.errorrecord.ErrorDescription)}}.

    More information can be found Troubleshooting Exchange Online Mailbox Provisioning Errors - Faris Malaeb (powershellcenter.com)

    In addition, could you provide more information so that I can proceed to the next step of troubleshooting?

    1.What is your work environment?

    2.Did you encounter an error when creating or deleting a user, or was it anything else?

    3.What is the status of the affected users now? Has it been created successfully? Will he be able to log in to his email?

    4.Did you do anything else before you encountered the error?

    You can still provide additional information that is not included in the above questions.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    1 person found this answer helpful.

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.