Tagged Questions
4
votes
2answers
10k views
How can I query users with an expired password in Active Directory?
I need to query Active Directory for a list of users whose password is about to expire. The obvious (and easy) way to do this is with:
dsquery user -stalepwd n
The problem is that I need to add ...