Hi @ Tony Mu ,
Yes, you need to add the X500 address of the source Exchange server to the target Exchange server after migration. If the X500 address is not added, other users may experience bounced emails when sending emails to the migrated users.
You can refer to the following command to add the X500 address:
Set-Mailbox -Identity "John Smith" -EmailAddresses @{add="X500:/o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=John Smith"}
Some other considerations for migrating users and mailboxes are:
- Make sure that your source and target servers meet the system requirements and have the latest updates installed.
- Disable legacy TLS versions on your servers and clients and enable TLS 1.2 for security reasons.
- Test your migration plan in a lab environment before applying it to production.
- Monitor the progress and status of your migration batches and resolve any errors or warnings that may occur.
- Communicate with your users about the migration process and any changes that may affect them.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.