Streamline Active Directory management with an intuitive interface for user account operations.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This tool is designed to streamline the management of Active Directory by providing an intuitive interface for creating, editing, and unlocking user accounts. It simplifies the administrative tasks associated with user management, allowing IT professionals to efficiently handle user account operations with ease. By offering a user-friendly platform, this tool enhances productivity and reduces the complexity of managing Active Directory environments, making it an invaluable resource for system administrators.
To get a local copy up and running follow these simple example steps.
Software needed for this application to work
- python 3.8
-
- Windows:
-
- Linux:
-
-
- Ubuntu/Debian
-
-
-
-
sudo apt install python3 python3-tk python3-pillow
-
-
-
-
- Fedora
-
-
-
-
sudo dnf install python3 python3-tkinter python3-pillow-tk
-
-
- Clone the repo
git clone https://github.com/bradheff/Arxis_AD_User_tool.git && cd Arxis_AD_User_tool
- Install Requirements
python3 -m pip install -r requirements.txt
cd into bin directory
cd usr/local/bin
make script executable
chmod +x AADT
then run the script file
./AADT
- Create Stylish GUI
- Create Functions and Features
- Imported Modules
- GUI in separate module
- Functions in separate module
- Thread control for running jobs
- Linux Compatibility
- Build Scripts for packaging
- Create Logging for Debug and Testing
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
-->
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Brad Heffernan - @bradheffernan - [email protected]
Project Link: https://github.com/bradheff/Arxis_AD_User_tool