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
Tagged on:     

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.