Network Admin The reason your Domain Admin account is still failing with that exact credential error is due to a specific strict condition within those new Active Directory security updates. Under the patched algorithm, even a full Domain Administrator is explicitly blocked from overtaking or reusing a computer account if that existing object was originally created by a standard, non-admin user. Because the stale computer object still exists somewhere in your directory, attempting to pre-create it merely hits that existing object without overwriting its original ownership identity, resulting in the continued block.
You must explicitly track down and destroy the old object by opening Active Directory Users and Computers on your server, then click the View menu at the top, and enable Advanced Features. Use the search function at the domain root to look for that exact computer name, as the stale object is likely hiding in a different Organizational Unit or a default container that you might not normally check. Completely delete any existing computer object matching that name.
After that, wait about ten to fifteen minutes to ensure the deletion fully replicates across all your Domain Controllers. Once that synchronization period passes, return to the workstation and join it directly to the domain using your Domain Admin credentials. Because the conflicting object is entirely gone, the system will cleanly provision a brand new computer account with the correct ownership rights, allowing the join operation to succeed.
VP