V
V
Valery2018-04-06 12:38:08
Windows
Valery, 2018-04-06 12:38:08

How to transfer a user profile from one domain to another?

The two branches are merged. Each had its own AD and, accordingly, its own domain. Several computers need to be transferred to a new domain, but in such a way that all data and settings are preserved, since the computers of accountants and under their accounts have a lot of things configured. How to implement it so that after transferring the computer to a new domain, the employee gets into his old profile?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexxey_N, 2018-04-06
@Alexxey_N

https://www.forensit.com/Downloads/Profwiz.msi

Z
zxsavage, 2018-04-06
@zxsavage

Active Directory Migration Tool from Microsoft Used
to use these manuals, now maybe there is a fresher
one windowsitpro.com/windows-server/plan-and-execute-a...
windowsitpro.com/systems-management/plan-and-execu.. .

A
Artyom Brykin, 2018-04-12
@MindPhaser34

I don’t know if it’s on topic, but it might come in handy:
To transfer any account directly between domains, you can use the PowerShell cmdlet:
For example, transfer the user "ButinaT" from the DOM1 domain to the DOM2 domain:
Move-ADObject -Identity "CN=ButinaT ,OU=Users,DC=DOM1,DC=local" -TargetServer:"DC.DOM2.local" -TargetPath:"OU=Users,DC=DOM2,DC=local"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question