Active Directory Extension Library which encapsulates active directory operations
Inheritance Hierarchy
Inkostar.ClassesActiveDirectoryLib
Namespace: Inkostar.Classes
Assembly: ACDLib (in ACDLib.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
The ActiveDirectoryLib type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateInstance |
Creates an instance of the current type under the indentity of the current user.
| |
| CreateInstance(String, String, String) |
Creates an instance of the current type using the identity of an impersonated account.
| |
| CreateUserAccount |
Creates a user account within the selected active directory object
| |
| CreateUserGroup |
Creates a new security group within the selected active directory object
| |
| Dispose |
Disposes of the current object
| |
| EnumerateDomainsInCurrentForest |
Enumerates the list of ActiveDirectoryDomainObject domain instances within the current active directory forest
| |
| EnumerateObjects |
Enumerates the list of active directory objects within the current object based on a search mask
| |
| Equals | (Inherited from Object.) | |
| 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
| |
| 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
| |
| 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
| |
| 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
| |
| FindObject |
Finds an object within the current object based on a search mask or name
| |
| 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
| |
| GetCurrentUserObject |
Retrieves the ActiveDirectoryUserObject user object under which the current assembly is running
| |
| GetDomainRootObject |
Retrieves the ActiveDirectoryDomainObject instance of the active directory root using the friendly domain name
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also