If you want to find out when a users Active directory password expires then do the following :-
Open an elevated command prompt and run the command
net user %USERNAME% /domain
Your now get details of the user returned.
If you want to find out when a users Active directory password expires then do the following :-
Open an elevated command prompt and run the command
net user %USERNAME% /domain
Your now get details of the user returned.