How to get users with old passwords
We needed to find out who hasnt changed their password since 4/1/2007 (I know, for political reasons we cant force changes regularly). So after doing some digging in the technet whitepages, I came up with this little command line: dsquery user -stalepwd 1639 -limit 0 | dsget user -samid -mustchpwd -disabled > oldpw.txt So for […]