How to automatically disable user accounts by system

  • Thread starter Thread starter Mars Liu
  • Start date Start date
M

Mars Liu

How to automatically disable user accounts by system if they did not use
over 30 days. Thanks.

Mars
 
Look into using the AD command line tools for Windows 2003. If you install
Adminpak from W2003 on an XP Pro SP1 domain computer you can use them to
manage a W2K domain. For instance you can use dsquery to look for accounts
that have a password over a certain age and then pipe it to dsmod to disable
the account or force the user to change the password at next logon. See the
link below for more information on these tools. --- Steve

http://www.microsoft.com/windowsxp/...using/productdoc/en/DS_command_line_tools.asp
http://tinyurl.com/2wbvd -- same link, shorter in case of wrap.
 
Thanks all. will test and did you know any third party tools with GUI can do
this? or they have a collection report about users sitatuation (disable,
last logon,....etc). Thanks.

Mars
 
Back
Top