ActiveDirectoryLib Methods ACDLib API Documentation

The ActiveDirectoryLib type exposes the following members.

Methods

  Name Description
Public method Static member CreateInstance
Creates an instance of the current type under the indentity of the current user.
Public method Static member CreateInstance(String, String, String)
Creates an instance of the current type using the identity of an impersonated account.
Public method CreateUserAccount
Creates a user account within the selected active directory object
Public method CreateUserGroup
Creates a new security group within the selected active directory object
Public method Dispose
Disposes of the current object
Public method EnumerateDomainsInCurrentForest
Enumerates the list of ActiveDirectoryDomainObject domain instances within the current active directory forest
Public method EnumerateObjects
Enumerates the list of active directory objects within the current object based on a search mask
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method FindBadPasswordAttemptsAccounts
Finds all active directory user and computer accounts within the selected active directory object with failed password input since or up to a given date
Public method FindExpiredAccounts
Finds all active directory user and computer accounts within the selected active directory object whose password expiration date is since or up to a given date
Public method FindLockedAccounts
Finds all active directory user and computer accounts within the selected active directory object in a locked state since or up to a given date
Public method FindLoggedOnAccounts
Finds all active directory user and computer accounts within the selected active directory object which have logged on since or up to a given date
Public method FindObject
Finds an object within the current object based on a search mask or name
Public method FindPasswordChangedAccounts
Finds all active directory user and computer accounts within the selected active directory object which had their password changed since or up to a given date
Public method GetCurrentUserObject
Retrieves the ActiveDirectoryUserObject user object under which the current assembly is running
Public method GetDomainRootObject
Retrieves the ActiveDirectoryDomainObject instance of the active directory root using the friendly domain name
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also

Reference