copy accounts between domains in different forest

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two forests with domains (test domain and production domain). Now I
need to copy users fom one domain to another domain.

Is there any tool, experience?

thanks,
Keli
 
If the domains are connected you could use ADMT and migrate them with
sidhistory.
If the domains are not connected and you also do not wish to migrate
them you could use LDIFDE to export them from one domain and import
them into the other domain OR you could use 2 GPMC (Group Policy
Management Console) scripts (CreateXMLFromEnvironment.wsf AND
CreateEnvironmentFromXML.wsf) to mirror OUs, groups, users, group
memberships. With these scripts, not all attributes are mirrored, so
you might additionally use LDIFDE to export and import the missing
attributes
Cheers,
# Jorge de Almeida Pinto #
 
Back
Top