IADsDomain Property: MinPasswordLength

Property Name
MinPasswordLength

Property Type
Long

Description
It gets and sets the minimum number of characters that must be typed in for a password.

Remarks
Specifies the minimum allowable password length. Valid values for this element are 0 through 256.

Example

Dim DomainObject As IADsDomain
Set DomainObject = GetObject("NTDS://YourDomainName")
Debug.Print DomainObject.MinPasswordLength

 

See Also