mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 17:14:28 +01:00
500+ PowerShell scripts (.ps1) for every system!
automationcollectioncommand-linecross-platformpowershellpowershell-scriptsps1remote-controlscriptstaskstts
LICENSE | ||
new_password.ps1 | ||
poweroff.ps1 | ||
README.md | ||
reboot.ps1 | ||
test.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 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
Each Script Provides:
- A comment header containing a description, author, license and source
- Exits 0 for success, otherwise the error code (mostly 1)