- If you're getting "username or password is incorrect" even for local logins, it may be broken secure channel between the new DC and the domain. ++ To check the trust relationship between affected DC and domain: nltest /sc_verify:<yourdomain>
- Check SYSVOL and NETLOGON Status ++ After promotion, these folders should be shared automatically. On the new DCDC, please run cmd: net share
IfSYSVOLandNETLOGONare missing, it means SYSVOL replication hasn't completed. - Check DFSR status, run bellow cmd: For /f %i IN ('dsquery server -o rdn') do @echo %i && @wmic /node:"%i" /namespace:\root\microsoftdfs path dfsrreplicatedfolderinfo WHERE replicatedfoldername='SYSVOL share' get replicationgroupname,replicatedfoldername,state
=> The state should be 4
++ Also check, dcdiag /test:sysvolcheck /test:advertising