About ADWrapper

ADWrapper is a .NET wrapper for the Active Directory.
ADWrapper uses the LDAP Protocol to communicate with the Active Directory
With ADWrapper you can quickly execute Active Directory methods with a few lines of code!

Features:

  • Fully object orientated
With ADWrapper, you can easly use ADWrappers available objects and use them in your own software.
  • Add, Delete and Edit users
With ADWrapper, you can add, edit and delete users in the Active Directory
  • Retrieve user information
With ADWrapper, you can retrieve almost every attribute that is available from the Active Directory.
  • Retrieve all users
With ADWrapper, you can retrieve a list of all available users in the Active Directory.
  • Retrieve all groups
With ADWrapper, you can retrieve a list of all available groups in the Active Directory.
  • Retrieve all members from a group
With ADWrapper, you can retrieve all members from a given group.
  • Retrieve all groups for a user
With ADWrapper, you can retrieve all groups where a user is in.
  • Retrieve group information
With ADWrapper, you can easily retrieve all attributes from a group.
  • Check if a user belongs to a group
By giving in the group and username, you can check if a user belongs to a group.
  • Set the Account Options for a user
With ADWrapper, you can set all the account options for a user.
  • Add and Remove a group
By using group object, you can easily add and remove a group from the Active Directory
  • Add user to a group
By giving in the group and username, you can easily add a user to a group
  • Remove a user from a group
By giving in the group and username, you can easily remove a user from a group