Added a description

This commit is contained in:
Markus Fleschutz 2020-05-04 14:39:06 +02:00 committed by GitHub
parent dfc4b8c775
commit 9de9ddcecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,12 @@ Useful cross-platform PowerShell scripts, to be used on the command-line (CLI) o
What is PowerShell? What is PowerShell?
------------------- -------------------
PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language.
* PowerShell is cross-platform: available for Windows, Linux and Mac OS * PowerShell is cross-platform: available for Windows, Linux and Mac OS
* PowerShell is powerful: fully control your computer * PowerShell is powerful: fully control your computer
* PowerShell is open-source: see the repository at https://github.com/PowerShell/PowerShell * PowerShell is open-source: see the repository at https://github.com/PowerShell/PowerShell
* PowerShell is easy to learn: see the tutorial at https://www.guru99.com/powershell-tutorial.html * PowerShell is easy to learn: see the tutorial at https://www.guru99.com/powershell-tutorial.html
* PowerShell is fully documented: see the official docs at https://docs.microsoft.com/en-us/powershell/
Script Standards Script Standards
---------------- ----------------
@ -18,10 +19,6 @@ Each script provides:
2. prefers command-line options but may ask the user if unspecified 2. prefers command-line options but may ask the user if unspecified
3. exits 0 for success, otherwise the error code (mostly 1) 3. exits 0 for success, otherwise the error code (mostly 1)
Links
-----
* Official PowerShell documentation: https://docs.microsoft.com/en-us/powershell/
License & Copyright License & Copyright
------------------- -------------------
This open source release is licensed under the CC0 license. All trademarks are the property of their respective owners. This open source release is licensed under the CC0 license. All trademarks are the property of their respective owners.