500+ PowerShell scripts (.ps1) for every system!
Go to file
2020-05-02 12:35:58 +00:00
LICENSE Initial commit 2020-04-30 17:49:27 +02:00
new_password.ps1 Added new_password.ps1 2020-05-02 12:35:58 +00:00
poweroff.ps1 Added new_password.ps1 2020-05-02 12:35:58 +00:00
README.md Added test.ps1 2020-05-01 09:44:56 +00:00
reboot.ps1 Added new_password.ps1 2020-05-02 12:35:58 +00:00
test.ps1 Added new_password.ps1 2020-05-02 12:35:58 +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?

  • 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)