password expiration check

Team,

Is there  a way i can get the list of users whose AD password will going to be expire.

July 28th, 2015 8:29am

Hi

 You can check these articles about account expiration;

http://blogs.msdn.com/b/adpowershell/archive/2010/02/26/find-out-when-your-password-expires.aspx

http://www.itninja.com/blog/view/track-user-password-expiration-using-active-directory

Free Windows Admin Tool Kit Click here and download it now
July 28th, 2015 8:36am

Hi

 You can check these articles about account expiration;

http://blogs.msdn.com/b/adpowershell/archive/2010/02/26/find-out-when-your-password-expires.aspx

http://www.itninja.com/blog/view/track-user-password-expiration-using-active-directory

July 28th, 2015 8:36am

Hi,

you can use the below command provided you have Active directory PowerShell module installed & configured.

Get-Aduser -Filter * -Properties *|select name,SamAccountName,PasswordExpired,PasswordLastSet,LastLogonDate,Enabled,DistinguishedName,DisplayName,GivenName,SurName|export-csv C:\output.csv

Free Windows Admin Tool Kit Click here and download it now
July 28th, 2015 8:44am

You can download PowerShell script from below given technet link and apply the same into your environment accordingly : https://gallery.technet.microsoft.com/Password-Expiry-Email-177c3e27

Moreover, if you wish to get notified password expiration automatically, you can look into our Lepide user password expiration reminder tool that reminds users when their password is about to expire through customizable email notifications within given time-frame.

July 28th, 2015 10:09am

Export AD Users Password Expiration info into CSV

http://seneej.com/2015/07/29/export-ad-users-password-expiration-report-to-csv-with-powershell-from-domain-controller/

How to Setup a Password Expiration Notification Email Solution

http://blogs.technet.com/b/askpfeplat/archive/2015/05/04/how-to-setup-a-password-expiration-notification-email-solution.aspx


July 29th, 2015 7:51am

Hi,
 
Just checking in to see if above information was helpful. Please let us know if you would like further assistance.
 

Regards,

Eth

Free Windows Admin Tool Kit Click here and download it now
August 2nd, 2015 10:10pm

Hi,
 
I'm marking the reply as answer as there has been no update for a couple of days.
 
If you come back to find it doesn't work for you, please reply to us and unmark the answer.
 

Regards,

Eth

August 6th, 2015 1:33am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics