From LedHed's Wiki
Jump to: navigation, search

Overview

ADUserTool is an application that can create and modify Active Directory User Accounts. It simplifies the user creation process by combining the most common user properties into a single location.


Disclaimer of Warranty

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

Limitation of Liability

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

Use at your own risk!


Features

  • Bulk Import users from a .csv file
  • Add a photo to user objects (thumbnailPhoto attribute)
  • Simplify User Offboarding tasks with a single button click.
  • ...


Download

ADUserTool_v1.zip


ScreenShots

ADUserTool.pngBatchTable.pngThumbnailEditor.png


Notes

The batch import utility requires Microsoft.ACE.OLEDB.12.0 (ACEOLEDB.DLL) This is not included in the distribution, but may already be installed if you have Office 2007 or higher installed.
If not you can install the Microsoft Access Database Engine 2010 Redistributable which can be freely downloaded.


ChangeLog

V1.0.0.2 (11/13/2013)

  • Added "Offboard" feature. Offboarding a user account consists of: Disabling, Renaming, Updating Description, and optionally Moving to an Offboard OU and Resetting the password to a random generated password.
  • Added a Comment field, stores notes in the "comment" attribute of the user object (in case the description field isn't enough).
  • Installer can now upgrade existing installations (rather than requiring the user to manually remove old versions prior to installation).


V1.0.0.1 (9/6/2013)

  • Minor bug fixes


V1.0.0.0 (8/25/2013)

  • Initial realease

Credits

This application uses icons obtained from http://www.icons-land.com

The image control used to the thumbnail editor is a modified version of Anthony Queen's Image Control

The application also makes use of Cjwdev's Active Directory Treeview Control