IADsUser Property: GraceLoginsAllowed

Property Name
GraceLoginsAllowed

Property Type
Long

Description
Gets the number of times user can log on after password has expired.

Example

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

 

See Also