faizuuu
asked on
How can i know when was last time password chnage in AD 2003
I want to generate a report that will give me detail about when was last time password changed for All AD users...
Thanks in Advance
Thanks in Advance
see http://forums.techarena.in/showthread.php?t=80844
You could use VBScript but you can manage old user accounts an easier way. Logon to your DC, open a command prompt and type:
"dsquery user -stalepwd 45"
This will give you a list of all users that haven't changed their password for 45 days.
"dsquery user -stalepwd 45"
This will give you a list of all users that haven't changed their password for 45 days.
ASKER
i tried dsquery on my windows 2000 AD but its not working can u help me out why
Are you running Windows 2003 or Windows 2000?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.