500+ PowerShell scripts (.ps1) for every system!
Go to file
2020-05-04 14:27:48 +02:00
crash_dumps.ps1 Added crash_dumps.ps1 2020-05-04 09:54:58 +00:00
LICENSE Initial commit 2020-04-30 17:49:27 +02:00
password.ps1 Updated header 2020-05-04 14:15:26 +02:00
passwords.ps1 Added translate.ps1 2020-05-03 16:54:49 +00:00
poweroff.ps1 Added new_password.ps1 2020-05-02 12:35:58 +00:00
README.md Update README.md 2020-05-04 14:27:48 +02:00
reboot.ps1 Added new_password.ps1 2020-05-02 12:35:58 +00:00
speak.ps1 Added translate.ps1 2020-05-03 16:54:49 +00:00
test.ps1 Added new_password.ps1 2020-05-02 12:35:58 +00:00
translate.ps1 Added translate.ps1 2020-05-03 16:54:49 +00:00
wakeup.ps1 Added new_password.ps1 2020-05-02 12:35:58 +00:00

PowerShell Scripts

Useful cross-platform PowerShell scripts, to be used on the command-line (CLI) or by automation software like Jenkins.

What is PowerShell?

Script Standards

Each script provides:

  1. a comment header containing a description, author, source, and license
  2. prefers command-line options but may ask the user if unspecified
  3. exits 0 for success, otherwise the error code (mostly 1)

This open source release is licensed under the CC0 license. All trademarks are the property of their respective owners.