Visual-Studio-projects / Active-Directory-Search

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C# 61.5%Language:Visual Basic .NET 38.5%