Steronius' Programmatically Tolerable Repository of Technical Goodies
PLEASE do NOT Ad-block
-- Doing so de-monetizes my efforts in providing quality information.
January 12, 2017
PowerShell list users with Expired Passwords
Get-ADUser -filter {Enabled -eq $True -and PasswordExpired -eq $True} -Properties "DisplayName"
Please see this for automated expiration emails:
https://steronius.blogspot.com/2018/04/in-production-active-directory-password.html
‹
›
Home
View web version