ActiveDirectoryUserObject Properties ACDLib API Documentation

The ActiveDirectoryUserObject type exposes the following members.

Properties

  Name Description
Public property AccountExpirationDate
Gets or sets the nullable account expiration date
Public property AccountGuid
Gets the account's GUID value
Public property AccountLockoutTime
Gets the nullable date the account was locked out
Public property BadLogonCount
Gets the number of invalid logon attempts were made using this account
Public property Description
Gets or sets the account's description
Public property DisplayName
Gets or sets the account's display name
Public property DistinguishedName
Gets the account's distinguished name (DN)
Public property EmailAddress
Gets or sets the accoount's email address
Public property EmployeeId
Gets or sets the account's employee ID
Public property Enabled
Gets or sets whether the account is enabled
Public property GivenName
Gets or sets the account's given name
Public property HomeDirectory
Gets or sets the account's home directory
Public property HomeDrive
Gets or sets the account's home drive
Public property IsAccountLockedOut
Gets whether the account is currently locked out
Public property LastBadPasswordAttempt
Gets the nullable datetime of the account's last bad password attempt
Public property LastLogon
Gets the nullable datetime of the account's last logon attempt
Public property LastPasswordSet
Gets the nullable datetime of the account's last password change
Public property MiddleName
Gets or sets the account's middle name
Public property Name
Gets or sets the name of the account
Public property ObjectName
Returns the active directory object name
(Inherited from ActiveDirectoryObject.)
Public property ObjectPath
Returns the active directory object path
(Inherited from ActiveDirectoryObject.)
Public property ObjectType
Returns the enumerated active directory object type
(Inherited from ActiveDirectoryObject.)
Public property PasswordNeverExpires
Gets or sets whether the account expires
Public property PasswordNotRequired
Gets or sets whether the account password is required
Public property SamAccountName
Gets or sets the SAM account name
Public property ScriptPath
Gets or sets the account's script path
Public property SmartcardLogonRequired
Gets or sets whether the account requires a smart card to log on
Public property StructuralObjectClass
Gets the account's structural object class attribute
Public property Surname
Gets or sets the account's surname
Public property UserCannotChangePassword
Gets or sets whether the user can change the password
Public property UserPrincipalName
Gets or sets the account principal name (UPN)
Public property VoiceTelephoneNumber
Gets or sets the account voice telephone number
Top
See Also

Reference