IADsUser Property: BadLoginAddress

Property Name
BadLoginAddress

Property Type
String

Description
Gets the address of the last node considered an "intruder".
This property is read-only.

Example

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

 

See Also