Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to identify redundant user accounts 3

Status
Not open for further replies.

andrew12

IS-IT--Management
Joined
Jun 28, 2002
Messages
56
Location
GB
by last logon date. Is there a quick way of doing this on a multi-server domain or a reporting tool I could use?

Thank You.
 
hi, there is a tool in the NT server resource kit that can produce a report of usernames/last login date/ last login server etc. I use it myself to identify unused accounts
I cant remember the exact *.exe name though! have a look through the resource kit notes to find it.

Also, you may be tempted to just delete the accounts that havent logged on for a long period. My advice is to disable them first to ensure that no problems are caused etc (i.e. it may be a system account that a service uses that is not documented etc.

 
addusers /d:c:\temp\users.txt
also, do a addusers /? for more options
 
Thanks for that. Found the tool you mentioned - usrstat.exe and it worked a treat.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top