Property Name
PasswordExpires
Property Type
Boolean
Description
Gets and sets if the password expires or not.
Example
Dim UserObject As IADsUser
Set UserObject = GetObject("NTDS://DomainName/UserName")
Debug.Print UserObject.PasswordExpires
See Also