Active-Directory-Search

This Active Directory Search tool was written in C# and VB.NET Windows Forms and exports the results from LDAP to csv format.

MIT License

Stars
28
Committers
2

This Active Directory Search tool was written in C#/VB.NET Windows Forms and exports the results from LDAP to csv format. It uses LDAP (Lightweight Directory Access Protocol) to search Active Directory items from the treeview, the toolbar "Find" button or double clicking on the item in the listview.

Table of Contents

  • Dependencies
  • Glossary of Terms
  • Functionality

Dependencies

Software Dependency
Microsoft Visual Studio Community Solution
www.IconArchive.com Icons
Snagit Read Me
Badges (Library, Custom, Star/Fork) Read Me

Glossary of Terms

Term Meaning
LDAP Lightweight Directory Access Protocol
CSV Comma-Separated Values

Functionality

Listed below is the detailed functionality of this application and its components.

Find Text (Dropdown)

  • Lists all the values searched for in the current session

Find (Button)

  • Queries Active Directory for the text in the "Find Text" textbox

Save (Button)

  • Saves the current listbox view to a .csv file to the user's desktop

User List (Button)

  • This will change the layout of the listbox to show more information about each member of a group

Settings (Button)

  • Opens the settings form. The domain name must be updated here.

About (Button)

  • Opens the about form