IADsUser Property: PasswordExpirationDate

Property Name
PasswordExpirationDate

Property Type
Date

Description
Gets the date & time when password will expire.

Example

Dim UserObject As IADsUser
Set UserObject = GetObject("NTDS://DomainName/UserName")
Debug.Print UserObject.PasswordExpirationDate

 

See Also