Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/visual-studio-projects/active-directory-search
active-directory csharp csv export-to-excel ldap visual-studio visual-studio-2017 visual-studio-community windows-forms
Last synced: 3 months ago
JSON representation
: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.
- Host: GitHub
- URL: https://github.com/visual-studio-projects/active-directory-search
- Owner: Visual-Studio-projects
- License: mit
- Created: 2017-05-29T01:12:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T00:18:46.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T08:03:05.733Z (3 months ago)
- Topics: active-directory, csharp, csv, export-to-excel, ldap, visual-studio, visual-studio-2017, visual-studio-community, windows-forms
- Language: C#
- Homepage:
- Size: 1.68 MB
- Stars: 28
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://badges.gitter.im/ActiveDirectorySearch/Lobby.svg)](https://gitter.im/ActiveDirectorySearch/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © Anthony Duguid")
[![Latest Release](https://img.shields.io/github/release/Visual-Studio-projects/Active-Directory-Search.svg?label=latest%20release)](https://github.com/Visual-Studio-projects/Active-Directory-Search/releases)
[![Github commits (since latest release)](https://img.shields.io/github/commits-since/Visual-Studio-projects/Active-Directory-Search/latest.svg)](https://github.com/Visual-Studio-projects/Active-Directory-Search/commits/master)
[![GitHub issues](https://img.shields.io/github/issues/Visual-Studio-projects/Active-Directory-Search.svg)](https://github.com/Visual-Studio-projects/Active-Directory-Search/issues)
## Table of Contents
- Dependencies
- Glossary of Terms
- Functionality
## Dependencies
|Software |Dependency |
|:-------------------------------|:--------------------------|
|[Microsoft Visual Studio Community](https://www.visualstudio.com/vs/whatsnew/)|Solution|
|[www.IconArchive.com](http://www.iconarchive.com/show/silk-icons-by-famfamfam.html)|Icons|
|[Snagit](http://discover.techsmith.com/snagit-non-brand-desktop/?gclid=CNzQiOTO09UCFVoFKgod9EIB3g)|Read Me|
|Badges ([Library](https://shields.io/), [Custom](https://rozaxe.github.io/factory/), [Star/Fork](http://githubbadges.com))|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