Hello
we have 3 domains.
domain1.com - This domain we use only for Exchange 2013
domain2.local - work domain,from this domain we want migrate users to Domain3
domain3.local - new work domain,in this domain we have new Exchange 2013
two years ago we migrate all from domain1 to domain2, but we can`t up Exchange in Domain2 and he was stay in domain1.
Mailboxes was - test@domain1.com, after migration we register for Exchange new additional domain and adresses has changed to test@DomainXXX.com
For all new users we add users in 2 domains, domain1 for mails, domain2 for work.
Today we want migrate all to Domain3, and we have possibility up Exchange in domain3.
imigrate all users from domain2 to domain3 without errors, but when i migrate mailbox - Exchange create new user for mailbox.
For example
User in domain1 - test (E-mail:test@DomainXXX.com)
User in domain2 - test (E-mail:test@DomainXXX.com)
I migrate with admt this user
User in domain3 - test (E-mail:test@DomainXXX.com)
When i migrate mailbox - Exchange create new object in AD and move mailbox to him.
User - test75689313 (E-mail:test@DomainXXX.com)
Is there a possibility to migrate and merging with exiting users?
i use this scripts
Prepare-MoveRequest.Ps1 -Identity test@DomainXXX.com
-RemoteForestDomainController dc.domain1.com -RemoteForestCredential $RemoteCredentials -LocalForestDomainControlle
r dc.domain3.local -LocalForestCredential $LocalCredentials -TargetMailUserOU "OU=TEST,DC=domain3,DC=local" -UseLocalObject -Verbose
New-MoveRequest -Identity 'test@domain1.com' -Remote
-Remotehostname `mail.domain1.com' -RemoteCredential $RemoteCredentials -TargetDeliverydomain 'domain3.local'
Thanks for help!