Hi Jesse,
This issue usually happens when replacing a PC in the domain and something is not aligned between DNS, Active Directory, or the existing computer account.
First, please check DNS settings on the new PC. Make sure it is pointing to your Domain Controller and not to a public DNS server.
Run the following command to verify:
ipconfig /all
Next, confirm the PC can reach the Domain Controller and resolve the domain name correctly:
ping yourdomain.local
nslookup yourdomain.local
If these fail, the issue is most likely DNS or network related. Also, if you are reusing the same computer name, check Active Directory. The old computer object might still exist and block the join process. You can delete or reset it before trying again.
Another common cause is time synchronization. If the system time is not aligned with the domain, the join will fail:
w32tm /resync
If the issue still persists, please share the exact error message you receive during the domain join. That will help narrow down the root cause.
I hope you can solve your problem.
TV