Account Locked

  • Thread starter Thread starter NetAdmin2
  • Start date Start date
N

NetAdmin2

Exist a tool to make a query to identify accounts locked
on my domain, I am using dsget but bring me all the users
and I want to filter them.
 
NetAdmin2 said:
Exist a tool to make a query to identify accounts locked
on my domain, I am using dsget but bring me all the users
and I want to filter them.

Hi

Take a look at the free Unlock.exe at
http://www.joeware.net/win32/index.html


Here is what the output can look like:

F:\Dev\cpp\Unlock>unlock . * -view

Unlock V02.00.00cpp Joe Richards ([email protected]) March 2003

Processed at w2kasdc1.joehome.com
Default Naming Context: DC=joehome,DC=com

1: bob 03/12/2003-23:19:14 LOCKED VIEW_ONLY
2: joe.richards 03/12/2003-23:13:13 LOCKED VIEW_ONLY

F:\Dev\cpp\Unlock>unlock . j*

Unlock V02.00.00cpp Joe Richards ([email protected]) March 2003

Processed at w2kasdc1.joehome.com
Default Naming Context: DC=joehome,DC=com

1: joe.richards 03/12/2003-23:13:13 LOCKED UNLOCKED
 
Excelent, works, it exist something similar for identify
if the user have to change his password.
 
Back
Top