This PowerShell script reboots the FRITZ!Box device
Username Specifies the user name
Password Specifies the password
PS> ./reboot-fritzboxAuthor: Markus Fleschutz | License: CC0
This PowerShell script pulls remote updates into a local Git repository (including submodules).
pathToRepo Specifies the file path to the local Git repository (default is working directory)
PS> ./pull-repo.ps1⏳ (1/4) Searching for Git executable... git version 2.44.0.windows.1⏳ (2/4) Checking local repository... C:\Repos\rust⏳ (3/4) Pulling remote updates...⏳ (4/4) Updating submodules...✅ Updates pulled into 📂rust repo in 14s.Author: Markus Fleschutz | License: CC0
This PowerShell script shows the printer dialogue to print the given image file.
Path Specifies the path to the image file
PS> ./print-image dog.jpgAuthor: Markus Fleschutz | License: CC0
This script halts the local computer immediately (needs admin rights).
PS> ./poweroffAuthor: Markus Fleschutz | License: CC0
This PowerShell script plays the Tetris melody.
PS> ./play-tetris-melodyAuthor: Markus Fleschutz | License: CC0
This PowerShell script plays all available system sounds.
PS> ./play-system-sounds.ps1(listen and enjoy)Author: Markus Fleschutz | License: CC0
This PowerShell script plays the Super Mario intro.
PS> ./play-super-marioAuthor: Markus Fleschutz | License: CC0
This PowerShell script lets you play the famous Snake game. NOTE: use the arrow keys to control the snake
PS> ./play-snake.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script lets 2 players play the famous Pong game. NOTE: Player 1: moves up, moves down | Player 2: or | to quit
PS> ./play-pong.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script plays the given sound file (MPEG-1 audio layer-3 file format).
path Specifies the file path to the .MP3 file
PS> ./play-mp3.ps1 C:\thunder.mp3▶️ Playing 'thunder.mp3' (00:03) ...Author: Markus Fleschutz | License: CC0