On Mon, 16 Aug 2004 13:57:42 -0400, Jerold Schulman <(E-Mail Removed)>
wrote:
>On Mon, 16 Aug 2004 22:29:37 +0800, Alan Tang <(E-Mail Removed)> wrote:
>
>>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.
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 Removed)
Replace "W" with "L"