Property Name
PasswordChangeAllowed
Property Type
Boolean
Description
Indicates whether a password change is allowed.
Example
Dim UserObject As IADsUser
Set UserObject = GetObject("NTDS://DomainName/UserName")
Debug.Print UserObject.PasswordChangeAllowed
See Also