T Tony Aug 22, 2005 #1 Does anyone know how I can expire the accounts that haven't been used for 45 days? Thanks, Tony
T Torgeir Bakken \(MVP\) Aug 22, 2005 #2 Tony said: Does anyone know how I can expire the accounts that haven't been used for 45 days? Click to expand... Hi, Assuming this is Active Directory user accounts, you can e.g. use the free command line tool OldCmp.exe to do this, but you will need to run the tool regularly (e.g. daily or weekly). You can download OldCmp.exe here: http://www.joeware.net/win/free/tools/oldcmp.htm
Tony said: Does anyone know how I can expire the accounts that haven't been used for 45 days? Click to expand... Hi, Assuming this is Active Directory user accounts, you can e.g. use the free command line tool OldCmp.exe to do this, but you will need to run the tool regularly (e.g. daily or weekly). You can download OldCmp.exe here: http://www.joeware.net/win/free/tools/oldcmp.htm
T Tony Aug 23, 2005 #3 Will the below command works: dsquery user domainroot -inactive 6 | dsmod user -acctexpires 0 Any idea? Tony
Will the below command works: dsquery user domainroot -inactive 6 | dsmod user -acctexpires 0 Any idea? Tony