OK , So after following the migration document the system seems to have stalled ..
Running the PS script
$currentDomain = Read-Host -Prompt "Enter your internal domain name" $cred = Get-Credential -Message "Enter Domain Administrator Credentials" Install-ADDSDomainController -NoGlobalCatalog:$false -CreateDnsDelegation:$false -CriticalReplicationOnly:$false -DatabasePath "C:\Windows\NTDS" -DomainName $currentDomain -InstallDns:$true -LogPath "C:\Windows\NTDS" -NoRebootOnCompletion:$true -SysvolPath "C:\Windows\SYSVOL" -credential $cred -Force:$true -Confirm:$false -SafeModeAdministratorPassword (ConvertTo-SecureString 'xxxxxxxxxxxxxxxxxx' -AsPlainText -Force)
*Password adjusted for this thread
It accepts the details and no errors are generated ( warnings yes)
Started doing something then has stopped , the migration document suggests that it reports as passed and restart PC but we do not have that.
I've waited an hour to see if anything has happened . Not sure what to do as there is no error
Hi Tim,
That is strange. Can you restart that machine and see what happened? Otherwise let us get together on Teams and fix this?
ahh , the good old reboot .. solved that part! thank you
......of the old server
Strange indeed. If you still have issues send me an email
We tried to demote the old server but that did not work. I did a metadata cleanup of the old server on the new DC and all is fine.