D dechomai Aug 16, 2004 #1 Do you know of a utility that will allow me to check when was the last time a password was changed. thanks,
Do you know of a utility that will allow me to check when was the last time a password was changed. thanks,
M mote Aug 16, 2004 #3 Download and install acctinfo.dll.... from Ms "Account Lockout and Management Tools" http://www.microsoft.com/downloads/...9c-91f3-4e63-8629-b999adde0b9e&displaylang=en register acctinfo.dll by copying it into Windows\system32 or Winnt\system32 and running from run command "regsvr32 acctinfo.dll". Then simply open AD Users and Computers and look in the tab called "Additional Account Info". Cheers,
Download and install acctinfo.dll.... from Ms "Account Lockout and Management Tools" http://www.microsoft.com/downloads/...9c-91f3-4e63-8629-b999adde0b9e&displaylang=en register acctinfo.dll by copying it into Windows\system32 or Winnt\system32 and running from run command "regsvr32 acctinfo.dll". Then simply open AD Users and Computers and look in the tab called "Additional Account Info". Cheers,
J Joe Richards [MVP] Aug 21, 2004 #4 From commandline you can use net user userid /domain getuserinfo domain\userid adfind -b "dc=domain,dc=com" -f name=userid pwdlastset -tdc secdata dcname userid Getuserinfo, secdata, and adfind can be found on the free win32 tools page of www.joeware.net joe
From commandline you can use net user userid /domain getuserinfo domain\userid adfind -b "dc=domain,dc=com" -f name=userid pwdlastset -tdc secdata dcname userid Getuserinfo, secdata, and adfind can be found on the free win32 tools page of www.joeware.net joe