We originally planned to create a new mailbox and let the user start from scratch. However we ran into an issue were the old mailbox would not go away, and it was preventing us from migrating a new mailbox into Exchange Online for the user.
I then found the following Exchange Management Shell command which will allow you to connect the local AD account to the Exchange Online Mailbox.
Enable-RemoteMailbox USERNAME -RemoteRoutingAddress Alias@domain.onmicrosoft.com
After running the command the user is now able to log in with their new AD account and have access to their mailbox.
I hope you found this post helpful, and if you did, please share it with your friends.
No comments:
Post a Comment