Forum Discussion
jaleef
Apr 17, 2023Copper Contributor
Cross forest AD migration by retaining same exchange 2016 domain (email address)
I have a scenario where I have to migrate AD forest with an exchange server. However the exchange server SMTP address should not be changed and same email address needs to be retained for all users. ...
JayJayDoubleU
Apr 16, 2024Copper Contributor
Jaleef, I'm now in the same position as you were, did you ever find a solution to your question?
Dan_Snape
Apr 16, 2024Bronze Contributor
Computers on the internal network and joined to the domain will use use the domain SCP record to get the autodiscover details, so you can customise that depending on the domain the computer is joined to.
For computer not on the internal network, I've not tested before, but if you've set the targetaddress attribute on a mailbox you've already performed a migration on, I believe autodiscover will be redirected to that target DNS name. You'll need to publish an autodicover record for the target DNS name and make sure it point to the target Exchange environment. If that doesn't work, you may need to hardcode the autodiscover settings by deploying an xml file via GPO
For computer not on the internal network, I've not tested before, but if you've set the targetaddress attribute on a mailbox you've already performed a migration on, I believe autodiscover will be redirected to that target DNS name. You'll need to publish an autodicover record for the target DNS name and make sure it point to the target Exchange environment. If that doesn't work, you may need to hardcode the autodiscover settings by deploying an xml file via GPO
- JayJayDoubleUApr 17, 2024Copper ContributorThat's interesting. I'll give that a look and see what happens.