500+ PowerShell scripts (.ps1) for every system!
Go to file
2020-05-22 07:54:16 +00:00
crash_dumps.ps1 Added crash_dumps.ps1 2020-05-04 09:54:58 +00:00
init_git.ps1 Added init_git.ps1 2020-05-20 13:06:15 +02: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 Added txt2wav.ps1 2020-05-22 07:54:16 +00: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
txt2wav.ps1 Added txt2wav.ps1 2020-05-22 07:54:16 +00:00
wakeup.ps1 Added new_password.ps1 2020-05-02 12:35:58 +00:00

Collection of PowerShell Scripts

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

PowerShell Scripts

  • password.ps1 - generates and prints a single new password
  • passwords.ps1 - generates and prints a list of new passwords
  • poweroff.ps1 - halts the local computer, administrator rights might be needed
  • reboot.ps1 - reboots the local computer, administrator rights might be needed
  • speak.ps1 - speaks the given text
  • translate.ps1 - translates the given text
  • txt2wav.ps1 - converts text into a audio .WAV file
  • wakeup.ps1 - sends a magic packet to the given computer, waking him up

What is PowerShell?

PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language.

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 missing
  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.