-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Welcome to the PowerModule Wiki! 🎉 Here you'll find all the information you need to get started, use, and contribute to the project.
To install PowerModule, run the following command in PowerShell:
Install-Module -Name PowerModule
Note: This module is still in development, so it might not be available on PowerShell Gallery yet. Stay tuned for updates! 🚀
To install the dependencies, run the following command:
pip install -r requirements.txt
To use PowerModule, import it into your PowerShell session:
Import-Module -Name PowerModule
You can now start using the various features and functions provided by PowerModule.
PowerModule includes an ADM (Active Directory Manager) feature that allows you to manage Active Directory components easily.
-
Get all users:
Get-ADMUsers
-
Add a new user:
Add-ADMUser -Name "John Doe" -Department "IT"
We welcome contributions! If you have ideas or improvements, feel free to open a pull request. For major changes, please open an issue first to discuss what you'd like to change.
- 🍴 Fork the repository
- 🌿 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
Refer to the Installation section for details.
Check out the Active Directory Manager (ADM) section for examples.
If you need help or have questions, feel free to open an issue on the GitHub repository.