This repository contains a collection of PowerShell scripts designed to automate various tasks, streamline workflows, and enhance productivity. Whether you're an IT professional, a DevOps engineer, or a PowerShell enthusiast, you'll find useful scripts to simplify your daily operations.
To use the scripts in this repository, ensure you have the following:
- Windows PowerShell 5.1 or later / PowerShell Core
- Administrator privileges (if required by certain scripts)
- Required modules (mentioned in individual script documentation)
- Clone the repository: git clone https://github.com/pauljebastin/powershell.git
- Navigate to the script directory: cd your-repo
- Run the desired script: ./scriptname.ps1
- Some scripts may require parameters. Refer to the script documentation.
We welcome contributions! To contribute:
- Fork the repository
- Create a new branch (git checkout -b feature-name)
- Commit your changes (git commit -m 'Added new feature')
- Push to the branch (git push origin feature-name)
- Open a pull request
If you encounter issues or have feature requests, please open an issue in the Issues section.
This project is licensed under the MIT License.