Exchange 2010 How to Find User With “Password Never Expired” Setting in Exchange 2010 Date: November 24, 2013Author: mno 0 Comments From Exchange Power Shell, you can find user wtih “Password Never Expired” setting by using this command: Get-ADUser -Filter 'PasswordNeverExpires -eq $true' -Server ServerName | select name Example: Rate this:Share this:ShareFacebookTwitterRedditLinkedInEmailPrintLike this:Like Loading... Related