I just changed my domain password the other day and ever since, I cannot connect to any of my administrative management consoles from my local computer i.e. EMC, ADUC, DNS, DHCP, GPMC, etc. I can remote desktop into all my servers with my new creds and all other access is just fine. An example error for ADUC says, "Naming information cannot be located becase: Logon failure: unknown user name or bad password. Contact your system administrator to verify that your domain is properly configured and is currently online." Is there a way to reset the creds that these consoles are trying to use. It seems like they are trying to use my old password and failing.
I'm probably kicking in an open door with this one... but have you logged on to your laptop by using the new password? If your using a non-domain joined device, how are you starting your management consoles? For example, are you using PSExec or something?
Possible solution #1: Check if the local time and timezone on your laptop is correct, had something similar and was solved by a time sync :-)
Possible solution #2: Start secpol.msc Goto "Local Policies -> Security Options -> Network Access: Sharing and security model for local accounts" and set it to "Guest only – local users authenticate as Guest". Execute "gpupdate /force". Again, goto "Local Policies -> Security Options -> Network Access: Sharing and security model for local accounts" and set it back to "Classic - local users authenticate as themselves". Again, execute "gpupdate /force".
I had tried your suggestions before and nothing had happened. Oddly enough I performed another restart as a last ditch effort and everything is back up. Thanks again for your help.