Exchange | Hybrid management
The administration of a hybrid deployment that connects on-premises Exchange Server with Exchange Online, enabling seamless integration and centralized control.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We renamed a user in our Active Directory On-prem Environment and sync'd it to the cloud. Then we created a new user with the same name as the renamed user. The new user receives emails from the renamed user. How do we move the email of the first renamed users to its new alias?
To resolve the issue of emails being sent to the old email address of a renamed user in a hybrid Exchange environment, you can follow these steps:
Set-Mailbox to add the old email address as an alias to the new user. For example:
Set-Mailbox -Identity "NewUser" -EmailAddresses @{Add="oldemail@example.com"}
By following these steps, you can effectively manage the email flow and ensure that emails sent to the old address are properly redirected to the new user.