Oct 17 2023 11:49 AM
Hello,
We have Exchange 2016 in a hybrid environment. We have user with converted mailbox (sharedmailbox) - after some time when user back to org, we had to convert it one more time to UserRemoteMailbox.
I used command Set-RemoteMailbox -Identity %UserName% -Regular and in the EAC i see that Mailbox is converted to userMailbox. But after delta synchro in o365 exchange admin center shows SharedMailbox.
What can I do in this case?
Oct 19 2023 03:27 AM
Hi @Checior200,
To convert a shared mailbox to a user remote mailbox in a hybrid Exchange 2016 environment, you need to perform the following steps:
Set-RemoteMailbox -Identity <UserMailboxIdentity> -Type UserRemoteMailbox
Start-ADSyncSyncCycle -PolicyType Initial
Useful links you can use:
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)