Active Directory Querier is a Windows GUI for creating, saving, and executing one or more PowerShell commands against a Local Active Directory.
To begin using Active Directory Querier, no additional software installation is required. Simply go to the latest releases tab and select the version that matches your architecture.
If you are interested in pursuing or expanding this project, here are the requirements you will need to begin:
- One or more of the following IDEs:
- On the system you'll be doing your development on, install the following:
- .Net 8.0 SDK is the language we have used to program the application.
- Remote Server Administration Tools will make all Active Directory commands available to the program.
- Set up your dev/test environment:
- Windows Server 2019 – Will act as your Active Directory Domain host.
- Windows Enterprise – Will act as a single system on the Active Directory Domain.
- Setting up an AD dev environment – Instruction on how to get a working test environment set up.