Property Name
PasswordLastChanged
Property Type
Date
Description
Gets the last time the user's password was changed.
This property is read-only.
Example
Dim UserObject As IADsUser
Set UserObject = GetObject("NTDS://DomainName/UserName")
Debug.Print UserObject.PasswordLastChanged
See Also