CopyRight2
Migration Solutions
Included Migration Add-ons
Other
Freeware Tools
Archived Products
See how easy an Active Directory migration can be. Migrate users (with passwords), groups, OUs, distribution lists, contacts & more. Get the free trial now.
Migrate user account objects including passwords.
Migrate local, global and universal group objects including group members.
Migrate contacts and distribution lists including their members.
Migrate Windows® user profiles and optionally change computer domain memberships remotely.
Optionally migrate OUs and the OU hierarchy from the source to the target domain.
Migrate object permissions along with the objects.
CopyRight2 supports account migrations between domains residing in the same forest.
It also supports migrations of accounts between domains residing in different forests.
Share and NTFS-level Permissions
Using CopyRight2, you can replace the source accounts in file share and NTFS permissions with those migrated to the target domain. Either on-the-fly while copying data or in-place if the data should remain in the current location.
Single Step Approach
You can migrate domain accounts automatically during the data migration. CopyRight2 will then migrate any accounts having either direct or indirect permissions granted in NTFS or share level permissions.
Multiple Steps Approach
Easily select the objects to migrate from the source domain's Active Directory tree.Alternatively, you can perform a migration of all items to the new domain, use a CSV file, or apply an LDAP query with filters.
CopyRight2 lets you choose which attributes to copy based on object type using its attribute in- and exclusion list.
Using CopyRight2, you can migrate accounts to the default 'Users' container or a specified container.If enabled, the original OU hierarchy will be preserved and copied below the chosen target OU.
CopyRight2 can migrate permissions on any Active Directory objects, including users, groups, contacts, distribution lists, OUs, and containers.It transfers access permissions defined by DACLs, auditing settings defined by SACLs and ownership details.
You can schedule any jobs to run automatically in the background at specified intervals.Receive email notifications for the job in case of success and/or error.
You can define scripts for each object type, such as users. The script runs when you migrate an object of that kind, allowing you to easily adjust attribute values.
You can use this VBScript code to add 'PREFIX_' to a migrated object's 'samAccountName' attribute:
Destination("samAccountName")="PREFIX_" & Source("samAccountName")
Interforest migrations: Clone source accounts in the target domain and set sidHistory to the corresponding source SID.Intraforest migrations: Accounts will be moved between the domains instead. The sidHistory attribute automatically gets set to the corresponding SID of the original account. You can find more information about using the Active Directory sidHistory attribute in the CopyRight2 Documentation.