Logging in with local admin account after joining domain

Were you qualifying the username you entered with the local machine name? If not, it's likely Windows was assuming you were attempting to login as the administrator account for the domain instead of the local system.

In order to explicitly tell Windows that you want to login with the local administrator account you either need to qualify the username using the computer name like MYCOMPUTER\administrator or you can use the "dot notation" like this .\administrator. The dot is an alias that Windows recognizes as the local computer.


The only time the local account is "disabled" is when a server is promoted to a Domain Controller.


Joining a domain does not automatically disable any local accounts - including the built-in admin account. If logging in didn't work from one system but worked from all others, the only reasonable conclusion is that you made an error (typo, etc) from the first box you tried.