Hi
you won't find a direct "replicate/merge" procedure because you are essentially trying to migrate between two different Active Directory (AD) domains.
Depending on the complexity of your abc.local domain and the servers/services you have running that have a dependency on it, this is going to be a complex process. At a high level, the steps to follow are below but you would need to plan this very carefully:
- Create a trust relationship between the two domains.
- Use Active Directory Migration Tool (ADMT) to migrate user accounts, groups, and computer accounts.
- Migrate SID history to maintain access to resources.
- Use Group Policy Management Console (GPMC) to back up GPOs from the source domain and restore them to the target domain.
- Update DNS and DHCP Configurations.
- Reconfigure Applications and Services.
- Join the client computers and servers to the new domain.
Hope this helps,
Thanks
Michael Durkan
- If the reply was helpful please upvote and/or accept as answer as this helps others in the community with similar questions. Thanks!