Introduction
If you have a need to unlock an account but don’t want to change the password. It can be easily done via an administrative command prompt.
Fix
Open an administrative command prompt and use the following commands to view the problem and fix the problem:
net user <account> /domain | FIND /I "Account Active" net user <account> /domain /Active:Yes
Easy Peasy.
Unlocking Domain Accounts Without Password Change