Link to home
Start Free TrialLog in
Avatar of mrfite
mrfiteFlag for United States of America

asked on

AD QUERY - no expire password - not disabled user accounts

Good Day,

I need to run a tool, AD QUERY, or Powershell Script that does the following:

1. find non-disabled user passwords that are set not to expire or have no password
2. output the Name of the user (Last, First), Username, Account Creation Date, Last logon Date, Domain and OU the account is in
3. send the output to a CSV file for easy sorting

Your help is appreciated.
ASKER CERTIFIED SOLUTION
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can not get information about password (if password is blank) from Active Directory.

(whithout hacking)

And Will posted a script for everything else already. ;)
Avatar of mrfite

ASKER

Just what I was looking for,

Thanks again
No prob, glad to help.

Will.