PowerShell/README.md

27 lines
893 B
Markdown
Raw Normal View History

2020-05-01 11:44:56 +02:00
PowerShell Scripts
==================
2020-04-30 17:59:12 +02:00
Useful cross-platform PowerShell scripts, to be used on the command-line (CLI) or by automation software like Jenkins.
2020-05-01 11:44:56 +02:00
What is PowerShell?
-------------------
2020-05-04 14:16:49 +02:00
* PowerShell is open-source: see the repository at https://github.com/PowerShell/PowerShell
2020-05-01 11:44:56 +02:00
* PowerShell is cross-platform: available for Windows, Linux and Mac OS
* PowerShell is powerful: fully control your computer
* PowerShell is easy to learn
2020-05-01 12:09:03 +02:00
Script Standards
----------------
Each script provides:
2020-05-01 11:44:56 +02:00
* A comment header containing a description, author, license and source
* Exits 0 for success, otherwise the error code (mostly 1)
2020-05-02 13:01:03 +02:00
2020-05-02 15:02:42 +02:00
Links
-----
* Official PowerShell documentation: https://docs.microsoft.com/en-us/powershell/
2020-05-02 13:01:03 +02:00
License & Copyright
-------------------
This open source release is licensed under the CC0 license. All trademarks are the property of their respective owners.