Command Line Admin

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!
 
J

Jerold Schulman

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
 
C

Clay Calvert

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"
 
J

Jerold Schulman

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top