a script to disable inactive users for spefied time

  • Thread starter Thread starter The minister
  • Start date Start date
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
 
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
 
Back
Top