Discussion:
"Account is locked out" command-line tools
(too old to reply)
TheBatchMan
2003-12-11 19:47:49 UTC
Permalink
Do command-line tools exist that show and reset a "Account
is locked out" status on a userid in Windows Server 2003 /
Active Directory. I found the dsmod.exe and dsquery.exe on
the Windows 2003 cd, but they do not display or reset the
"Account is locked out" status.

Don
Richard Mueller [MVP]
2003-12-11 22:13:59 UTC
Permalink
Post by TheBatchMan
Do command-line tools exist that show and reset a "Account
is locked out" status on a userid in Windows Server 2003 /
Active Directory. I found the dsmod.exe and dsquery.exe on
the Windows 2003 cd, but they do not display or reset the
"Account is locked out" status.
Hi,

Check out Joe Richard's Unlock utility, which is linked on this page (near
the bottom):

http://www.joeware.net/win32/index.html

If you want a VBScript solution, I have a program to display all users in
the domain that are locked out linked on this page:

http://www.rlmueller.net/LockedUsers.htm

And, a program to query the locked/unlocked status of a specific user and
then unlock the account, if desired, on this page:

http://www.rlmueller.net/IsUserLocked.htm
--
Richard
Microsoft MVP Scripting and ADSI
HilltopLab web site - http://www.rlmueller.net
--
Joe Richards [MVP]
2003-12-26 16:47:38 UTC
Permalink
Yeah I was going to suggest unlock as well... :op
--
Joe Richards
www.joeware.net

--
Post by Richard Mueller [MVP]
Post by TheBatchMan
Do command-line tools exist that show and reset a "Account
is locked out" status on a userid in Windows Server 2003 /
Active Directory. I found the dsmod.exe and dsquery.exe on
the Windows 2003 cd, but they do not display or reset the
"Account is locked out" status.
Hi,
Check out Joe Richard's Unlock utility, which is linked on this page (near
http://www.joeware.net/win32/index.html
If you want a VBScript solution, I have a program to display all users in
http://www.rlmueller.net/LockedUsers.htm
And, a program to query the locked/unlocked status of a specific user and
http://www.rlmueller.net/IsUserLocked.htm
--
Richard
Microsoft MVP Scripting and ADSI
HilltopLab web site - http://www.rlmueller.net
--
Loading...