a script to disable inactive users for spefied time

T

The minister

I want to run a script in my NT4 domain User manager
database and disable accounts that never been used for the
last three months (inactive accounts).
please assist
 
J

Jerold Schulman

I want to run a script in my NT4 domain User manager
database and disable accounts that never been used for the
last three months (inactive accounts).
please assist


You can get halfway there using tip 964 in the 'Tips & Tricks' at
http://www.jsiinc.com

If you pipe it to a file, then

net user TheUserName /Active:No /Domain


/



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