mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-19 08:28:19 +02:00
Added a description
This commit is contained in:
parent
dfc4b8c775
commit
9de9ddcecc
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user