A cloud-based identity and access management service for securing user authentication and resource access
Hello
Thank you for your question and reaching out.
Check AD health and replication
Make sure you know who holds FSMO roles
Join 2019 to domain
Promote 2019 to DC
Check AD health and replication
Transfer FSMO roles to 2019, I you can use this Powershell script
Text
Move-ADDirectoryServerOperationMasterRole -Identity "Insert new DC Name" -OperationMasterRole SchemaMaster, DomainNamingMaster, PDCEmulator, RIDMaster, InfrastructureMaster
On the above, don't use the quotes for the server name
Transfer Master Time Service using w32tm or Group Policy
Move DHCP if on other DC. Verify and then make sure old server is deauthorized and the new one is authorized. Use test VM to see if it picks up a dhcp IP
Hit up static IP servers and devices on network and update DNS on them
Check AD health and replication
Demote old DC
Check AD health and replication
Unjoin old DC from domain
When all is good, I will raise Domain and Forest levels to the youngest DC on the domain
Check AD tools to make sure old DC isn't there
Remove old DC from Network
--If the reply is helpful, please Upvote and Accept as answer--