Property Name
RequiredUniquePassword
Property Type
Variant
Description
Gets whether the new password must be different than one in the
password history list.
Example
Dim UserObject As IADsUser
Set UserObject = GetObject("NTDS://DomainName/UserName")
Debug.Print UserObject.RequireUniquePassword
See Also