Tuesday 9 October 2018

Powershell: Check Last Password Set Date and Time for an AD-User

To check when the password for an account in Active Directory was last set.
Just TYPE:

Get-ADUser -Filter 'name -like "Insert SamAccountName Here"' -Properties PasswordLastSet

Result:


No comments:

Post a Comment