mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 07:53:21 +01:00
500+ PowerShell scripts (.ps1) for every system!
automationcollectioncommand-linecross-platformpowershellpowershell-scriptsps1remote-controlscriptstaskstts
crash_dumps.ps1 | ||
LICENSE | ||
password.ps1 | ||
passwords.ps1 | ||
poweroff.ps1 | ||
README.md | ||
reboot.ps1 | ||
speak.ps1 | ||
test.ps1 | ||
translate.ps1 | ||
wakeup.ps1 |
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 cross-platform: available for Windows, Linux and Mac OS
- PowerShell is powerful: fully control your computer
- 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
Script Standards
Each script provides:
- a comment header containing a description, author, source, and license
- prefers command-line options but may ask the user if unspecified
- exits 0 for success, otherwise the error code (mostly 1)
Links
- Official PowerShell documentation: https://docs.microsoft.com/en-us/powershell/
License & Copyright
This open source release is licensed under the CC0 license. All trademarks are the property of their respective owners.