question

DarioRG-9846 avatar image
0 Votes"
DarioRG-9846 asked DSPatrick answered

MIGRAR USUARIOS DE DOMINIO

Hola tengo que migrar usuarios de un dominio Windows Server 2012 a un Windows Server 2019, y necesito mantener el mismo nombre de dominio que tengo hoy y los perfiles de los usuarios del dominio actual, cosa que cuando ingresen al dominio nuevo , que va a tener el mismo nombre que el actual, a los usuarios les mantenga el perfil con susu accesos directos, configuracion de correo electronico con outlook, sus carpetas etc
Los clientes son Windows 10 y Windows 7
Muchas Gracias

windows-server-migration
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

DSPatrick avatar image
0 Votes"
DSPatrick answered

QnA forums are currently English only. I'd try asking for help over here in dedicated forums.
https://social.msdn.microsoft.com/Forums/es-es/home
https://social.technet.microsoft.com/Forums/es-es/home
https://answers.microsoft.com/es-es

--please don't forget to upvote and Accept as answer if the reply is helpful--




5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

DarioRG-9846 avatar image
0 Votes"
DarioRG-9846 answered

Thank you Patrick, i´ll see the links you send me and let you know any question. Thanks for the help !!!

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

DarioRG-9846 avatar image
0 Votes"
DarioRG-9846 answered

I saw the information you sent and it did not help me much, I need to migrate users from one domain, maintain their profile, (Windows Server 2012) to another (Windows Server 2019) and that the new domain is called the same as the old one. Thank you

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

DSPatrick avatar image
0 Votes"
DSPatrick answered DSPatrick edited

The two prerequisites to introducing the first 2019 domain controller are that domain functional level needs to be 2008 or higher and older sysvol FRS replication needs to have been migrated to DFSR
https://techcommunity.microsoft.com/t5/Storage-at-Microsoft/Streamlined-Migration-of-FRS-to-DFSR-SYSVOL/ba-p/425405

I'd use dcdiag / repadmin tools to verify health correcting all errors found before starting any operations. Then stand up the new 2019, patch it fully, license it, join existing domain, add active directory domain services, promote it also making it a GC (recommended), transfer FSMO roles over, transfer pdc emulator role, use dcdiag / repadmin tools to again verify health, when all is good you can decommission / demote old one, remove from network. Then rename, and re-ip it.
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc816601(v=ws.10)?redirectedfrom=MSDN



--please don't forget to upvote and Accept as answer if the reply is helpful--





5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

FanFan-MSFT avatar image
0 Votes"
FanFan-MSFT answered FanFan-MSFT commented

Hello,
I will reply to you with English.

Based on my understanding, you just want to upgrade your 2012 DC to the 2019 DC, right?
If i misunderstand you, feel free to let us know.

The minimum requirement to add a Windows Server 2019 Domain Controller is a Windows Server 2008 functional level. The domain also must use DFS-R as the engine to replicate SYSVOL.
If you want to check if the DFSR is used for the Sysvol replication, the following command can be used:
Command:
dfsrmig.exe /getglobalstate
If the Result: 3 (ELIMINATED) the DFSR is used for the replication.
If not, FRS should be migrated to DFSR:
https://docs.microsoft.com/en-us/windows-server/storage/dfs-replication/migrate-sysvol-to-dfsr

Before Migrate the FRS TO DFSR, make sure the functional level is 2008 or higher.
To raise the forest functional level
Open Active Directory Domains and Trusts. To open Active Directory Domains and Trusts, click Start, click Administrative Tools, and then click Active Directory Domains and Trusts.
In the console tree, right-click Active Directory Domains and Trusts, and then click Raise Forest Functional Level.
In Select an available forest functional level, select the value and then click Raise.

Then before adding the new dc, we should also make sure everything is working well, following command for your reference:
Dcdiag /v >c:\dcdiag1.log
Repadmin /showrepl >C:\repl.txt
Repadmin /showreps *
Last, the new DC can be added, following for your reference:
https://www.petenetlive.com/KB/Article/0001262(third-party link)
Please note that:
It is suggested having at least 2 DCs in one single domain.
Before any critical changes for the DCs, remember to do a full backup of the DCs

This response contains a third-party link. We provide this link for easy reference. Microsoft cannot guarantee the validity of any information and content in this link.

Best Regards,



· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,
Welcome to share your current situation if there are any updates.
Please feel free to let us know if you need further assistance.
 
Best Regards,

0 Votes 0 ·
Evgenij-Smirnov avatar image
0 Votes"
Evgenij-Smirnov answered DarioRG-9846 commented

Well...

I need to migrate users from one domain, maintain their profile, (Windows Server 2012) to another (Windows Server 2019) and that the new domain is called the same as the old one.

How many users are we talking about? And are only the NETBIOS names identical, or FQDNs, or both?



· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello, thanks for answering, there would be 120 users and keep the full domain name as it is now

0 Votes 0 ·
DSPatrick avatar image
0 Votes"
DSPatrick answered

Just checking if there's any progress or updates?

--please don't forget to upvote and Accept as answer if the reply is helpful--



5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.