To reset a computer account manually without disjoining from domain and rebooting twice to rejoin, run powershell:
reset-computermachinepassword
Or on XP netdom (must download RSAT tools for Windows to get netdom installed):
netdom resetpwd /s:server /ud:domain\User /pd:*
1 Comments