Here you will find a collection of my Powershell scripts that I made to make my job easier, and automate as many tedious tasks as I possibly can.
In order to run these scripts, you can clone the repository to a directory of your choice, and then simply open Powershell with elevated privileges, navigate to the directory where you cloned the repository, and then run .\scriptname.ps1.
The scripts are used to automate your daily IT tasks as a systems administrator, making your life easier.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
First created on 02/21/2021.
Created and maintained by Hunter Watkins aka sud0nt
Completely open source. Free to use, edit, and whatever else your heart desires.