mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 17:14:28 +01:00
790 B
790 B
PowerShell Scripts
Useful cross-platform PowerShell scripts, to be used on the command-line (CLI) or by automation software like Jenkins.
What is PowerShell?
- PowerShell is open-source: see the repository at github.com/PowerShell/PowerShell
- PowerShell is cross-platform: available for Windows, Linux and Mac OS
- PowerShell is powerful: fully control your computer
- PowerShell is easy to learn
Script Standards
Each script provides:
- A comment header containing a description, author, license and source
- Exits 0 for success, otherwise the error code (mostly 1)
License & Copyright
This open source release is licensed under the CC0 license. All trademarks are the property of their respective owners.