Skip to content

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

License

Notifications You must be signed in to change notification settings

Visual-Studio-projects/Active-Directory-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Join the chat at https://gitter.im/ScriptHelp/Lobby License: MIT Latest Release Github commits (since latest release) GitHub issues

MyApp


Table of Contents


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