How to create a new AD domain from an existing domain?
May 3, 2007 5:47 AM
Subscribe
How can I copy an existing Active Directory domain to a new, distinct domain?
How can I copy the the structure and contents of an existing Active Directory domain to a new server such that, when completed, it will look like the first, but will be a distinct domain?
I'm working on a project where we need to develop an integration with the existing domain, but for a lot of obvious reasons we can't work with that domain itself. The basic reason for all this is that both environments need to exist on the same network, but I want to prevent any sort of replication between the two. What I'd like to do is establish a distinct domain on a new machine and then import the structure and contents of the first domain into the second.
I'm not an utter noob with AD, but I'm also far from an expert. Is this much more complicated than exporting the first AD to LDIF, modifying the dc components in the DNs of all the objects, and reimporting into the new machine?
I know I've seen this done before.
posted by hwestiii to computers & internet (5 comments total)
foo.ad.domain.tld -> bar.ad.domain.tld ?
foo.ad.domain.tld -> bar.ad.other.tld ?
quux.ad.domain.tld -> foo.quux.ad.domain.tld ?
posted by rhizome at 7:44 AM on May 3, 2007