0
votes
2answers
211 views
Where can I get dsquery and other tools useful for debugging Active Directory issues?
The dsquery command line tool is mentioned in the solution to several questions about Active Directory. However, my workstation does not have this command line tool. Where do I get it?
2
votes
2answers
2k 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 …
