It is very simple….
Get-QADUser myuser | select PasswordLastSet
If you want to know no. of days since the user changed his password, use below command
((get-date) – (Get-QADUser pamarths).PasswordLastSet).days
Happy Learning..,
Sitaram Pamarthi
It is very simple….
Get-QADUser myuser | select PasswordLastSet
If you want to know no. of days since the user changed his password, use below command
((get-date) – (Get-QADUser pamarths).PasswordLastSet).days
Happy Learning..,
Sitaram Pamarthi
Next post: Get online help about powershell commands
Previous post: Windows 7 Application Compatibility List for IT Professionals