Powershell Script for User Password date and time change

Hello

Is there a PowerShell script that will show user password last change by date and time?

Thank you

Dunno about a “script,” but you can certainly query that attribute from Active Directory. “Get-ADUser -Prop *” would do it, provided you have the ActiveDirectory module (Win7+) and a DC running the AD Management Gateway (comes with 2008R2+, available for 2003-2008).