Skip to content

Installation

Vabolos edited this page Jan 14, 2025 · 2 revisions

Info

Welcome to the PowerModule Wiki! 🎉 Here you'll find all the information you need to get started, use, and contribute to the project.

Getting Started

🚀 Installation

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! 🚀

📦 Dependencies

To install the dependencies, run the following command:

pip install -r requirements.txt

🛠️ Usage

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.

Features

🔧 Active Directory Manager (ADM)

PowerModule includes an ADM (Active Directory Manager) feature that allows you to manage Active Directory components easily.

Examples

  • Get all users:
    Get-ADMUsers
  • Add a new user:
    Add-ADMUser -Name "John Doe" -Department "IT"

🤝 Contributing

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.

How to Contribute

  1. 🍴 Fork the repository
  2. 🌿 Create your feature branch (git checkout -b feature/AmazingFeature)
  3. 💾 Commit your changes (git commit -m 'Add some AmazingFeature')
  4. 📤 Push to the branch (git push origin feature/AmazingFeature)
  5. 📬 Open a pull request

FAQ

❓ How do I install PowerModule?

Refer to the Installation section for details.

❓ How do I use the ADM feature?

Check out the Active Directory Manager (ADM) section for examples.

🌟 Support

If you need help or have questions, feel free to open an issue on the GitHub repository.

📜 License

MIT License