2019-04-12

Get powershell version

Open PowerShell and run the following command:

$PSVersionTable.PSVersion

Find last password change of specified user

Open powershell and run the following command:

Get-ADUser username -properties passwordlastset