This article will show you how to find out when a user password will expire and when It was changed.
To find out when a user password will expire we can use PowerShell or the cmd command line tool with the line below:
Net user test01 /domain
Below I use the cmd command line tool