The error message "your mailbox has been temporarily moved on Microsoft Exchange server" typically indicates that the mailbox is in a state of migration or has been moved to a different server. Here are some steps you can take to resolve this issue:
- Check the Status of the Mailbox: Ensure that the mailbox move is complete. You can check the status of the mailbox move by running the following command in Exchange Online PowerShell:
This will provide you with the current status of any mailbox moves.Get-MoveRequest | Get-MoveRequestStatistics - Clear Orphaned Move Requests: If you have previously attempted to move the mailbox, there may be orphaned move requests. You can check for these by looking at the
msExchMailboxMoveattributes in Active Directory. If any values are set, you may need to manually clear them. - Contact Support: If the issue persists, you may need to reach out to your IT support or Microsoft Support for assistance, especially if the mailbox is in a hybrid environment.
- Outlook Profile: Since you have already tried creating a new profile, ensure that the new profile is set up correctly and that Outlook is connecting to the right mailbox.
- Check Connectivity: Make sure that your Outlook client is properly connected to the Exchange server and that there are no network issues affecting the connection.
If these steps do not resolve the issue, further investigation may be needed to identify any underlying problems with the Exchange server or mailbox configuration.
References: