Command Line Admin

  • Thread starter Thread starter Alan Tang
  • Start date Start date
A

Alan Tang

Hello:

Does any utility that can allow reset account lock out, password reset,
user id creation or user id deletion on NT4 Domain?

Thanks a lot!
 
Hello:

Does any utility that can allow reset account lock out, password reset,
user id creation or user id deletion on NT4 Domain?

Thanks a lot!

See tip 6426 in the 'Tips & Tricks' at http://www.jsiinc.com to unlock.

To reset the password:
net user username newpassword /domain

To creeate an account, see the net user syntax in tip 4646.

To delete an account, net user username /delete /domain




Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
See tip 6426 in the 'Tips & Tricks' at http://www.jsiinc.com to unlock.

Does that work in an NT4 domain?

Another option that is built in is:

net user username /domain /active:yes

Note that it will also enable accounts that have been disabled, so it
may be too much functionality.
To reset the password:
net user username newpassword /domain

To creeate an account, see the net user syntax in tip 4646.

To delete an account, net user username /delete /domain




Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com

Clay Calvert
(e-mail address removed)
Replace "W" with "L"
 
I don't know. Ask the author, Joe Richards.


Does that work in an NT4 domain?

Another option that is built in is:

net user username /domain /active:yes

Note that it will also enable accounts that have been disabled, so it
may be too much functionality.


Clay Calvert
(e-mail address removed)
Replace "W" with "L"


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Back
Top