2021-03-25 17:09:17 +01:00
Mega Collection of PowerShell Scripts
=====================================
2020-05-01 11:44:56 +02:00
2021-08-29 12:20:37 +02:00
**This repository provides more than 200 useful and cross-platform PowerShell scripts in the [Scripts ](Scripts/ ) subfolder - to be used by command-line interface (CLI), for remote control (e.g. via SSH), by context menu, by voice control, by automation software like Jenkins, automatically as daily tasks, or simply to learn PowerShell. See the [PowerShell FAQ page ](Docs/FAQ.md ) if you need help or have any questions.**
2020-10-03 23:43:59 +02:00
2021-08-19 12:02:55 +02:00
**Note:** the scripts fully support Unicode I/O. It's recommended to use a modern console supporting UTF-8 (e.g. Windows Terminal).
2021-04-20 10:36:11 +02:00
2021-06-20 09:52:01 +02:00
🔊 Scripts for Audio & Voice
-----------------------------
2021-08-29 15:56:42 +02:00
| Script | Description | Documentation |
| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- |
2021-08-29 16:04:25 +02:00
| [mute-audio.ps1 ](Scripts/mute-audio.ps1 ) | mutes the audio device | [Manual ](Docs/mute-audio.ps1.md ) |
| [list-voices.ps1 ](Scripts/list-voices.ps1 ) | lists the installed text-to-speech (TTS) voices | [Manual ](Docs/list-voices.ps1.md ) |
2021-08-29 16:12:27 +02:00
| [play-beep.ps1 ](Scripts/play-beep.ps1 ) | plays a beep sound | [Manual ](Docs/play-beept.ps1.md ) |
| [play-files.ps1 ](Scripts/play-files.ps1 ) | plays the given audio files | [Manual ](Docs/play-files.ps1.md ) |
| [play-happy-birthday.ps1 ](Scripts/play-happy-birthday.ps1 ) | plays the Happy Birthday song | [Manual ](Docs/play-happy-birthday.ps1.md ) |
| [play-imperial-march.ps1 ](Scripts/play-imperial-march.ps1 ) | plays the Imperial March (Star Wars) | [Manual ](Docs/play-imperial-march.ps1.md ) |
| [play-jingle-bells.ps1 ](Scripts/play-jingle-bells.ps1 ) | plays Jingle Bells | [Manual ](Docs/play-jingle-bells.ps1.md ) |
| [play-mission-impossible.ps1 ](Scripts/play-mission-impossible.ps1 ) | plays the Mission Impossible theme | [Manual ](Docs/play-mission-impossible.ps1.md ) |
| [play-m3u.ps1 ](Scripts/play-m3u.ps1 ) | plays the given playlist (M3U file format) | [Manual ](Docs/play-m3u.ps1.md ) |
| [play-mp3.ps1 ](Scripts/play-mp3.ps1 ) | plays the given sound file (MP3 file format) | [Manual ](Docs/play-mp3.ps1.md ) |
| [play-super-mario.ps1 ](Scripts/play-super-mario.ps1 ) | plays the Super Mario Intro | [Manual ](Docs/play-super-mario.ps1.md ) |
| [play-tetris-melody.ps1 ](Scripts/play-tetris-melody.ps1 ) | plays the Tetris melody | [Manual ](Docs/play-tetris-melody.ps1.md ) |
| [speak-checklist.ps1 ](Scripts/speak-checklist.ps1 ) | speaks the given checklist by text-to-speech (TTS) | [Manual ](Docs/speak-checklist.ps1.md ) |
| [speak-countdown.ps1 ](Scripts/speak-countdown.ps1 ) | starts a countdown by text-to-speech (TTS) | [Manual ](Docs/speak-countdown.ps1.md ) |
| [speak-date.ps1 ](Scripts/speak-date.ps1 ) | speaks the current date by text-to-speech (TTS) | [Manual ](Docs/speak-date.ps1.md ) |
| [speak-english.ps1 ](Scripts/speak-english.ps1 ) | speaks the given text with an English text-to-speech (TTS) voice | [Manual ](Docs/speak-english.ps1.md ) |
| [speak-epub.ps1 ](Scripts/speak-epub.ps1 ) | speaks the content of the given Epub file by text-to-speech (TTS) | [Manual ](Docs/speak-epub.ps1.md ) |
| [speak-file.ps1 ](Scripts/speak-file.ps1 ) | speaks the content of the given text file by text-to-speech (TTS) | [Manual ](Docs/speak-file.ps1.md ) |
| [speak-french.ps1 ](Scripts/speak-french.ps1 ) | speaks the given text with a French text-to-speech (TTS) voice | [Manual ](Docs/speak-french.ps1.md ) |
| [speak-german.ps1 ](Scripts/speak-german.ps1 ) | speaks the given text with a German text-to-speech (TTS) voice | [Manual ](Docs/speak-german.ps1.md ) |
| [speak-italian.ps1 ](Scripts/speak-italian.ps1 ) | speaks the given text with an Italian text-to-speech (TTS) voice | [Manual ](Docs/speak-italian.ps1.md ) |
| [speak-joke.ps1 ](Scripts/speak-joke.ps1 ) | speaks a random Chuck Norris joke by text-to-speech (TTS) | [Manual ](Docs/speak-joke.ps1.md ) |
| [speak-quote.ps1 ](Scripts/speak-quote.ps1 ) | speaks a random quote by text-to-speech (TTS) | [Manual ](Docs/speak-quote.ps1.md ) |
| [speak-spanish.ps1 ](Scripts/speak-spanish.ps1 ) | speaks the given text with a Spanish text-to-speech (TTS) voice | [Manual ](Docs/speak-spanish.ps1.md ) |
| [speak-test.ps1 ](Scripts/speak-test.ps1 ) | performs a speak test by text-to-speech (TTS) | [Manual ](Docs/speak-test.ps1.md ) |
| [speak-text.ps1 ](Scripts/speak-text.ps1 ) | speaks the given text by text-to-speech (TTS) | [Manual ](Docs/speak-text.ps1.md ) |
| [speak-time.ps1 ](Scripts/speak-time.ps1 ) | speaks the current time by text-to-speech (TTS) | [Manual ](Docs/speak-time.ps1.md ) |
| [turn-volume-up.ps1 ](Scripts/turn-volume-up.ps1 ) | turns the audio volume up (+10% by default) | [Manual ](Docs/turn-volume-up.ps1.md ) |
| [turn-volume-down.ps1 ](Scripts/turn-volume-down.ps1 ) | turns the audio volume down (-10% by default) | [Manual ](Docs/turn-volume-down.ps1.md ) |
| [unmute-audio.ps1 ](Scripts/unmute-audio.ps1 ) | unmutes the audio device | [Manual ](Docs/unmute-audio.ps1.md ) |
| [voice-control.ps1 ](Scripts/voice-control.ps1 ) | executes the PowerShell scripts by voice | [Manual ](Docs/voice-control.ps1.md ) |
2021-02-19 17:52:02 +01:00
2021-06-20 09:52:01 +02:00
⚙️ Scripts for Computer Management
-----------------------------------
2021-04-05 10:48:34 +02:00
* [add-firewall-rules.ps1 ](Scripts/add-firewall-rules.ps1 ) - adds firewall rules for the given executables (needs admin rights)
2021-03-20 16:13:54 +01:00
* [check-cpu-temp.ps1 ](Scripts/check-cpu-temp.ps1 ) - checks the CPU temperature
2021-03-20 15:51:03 +01:00
* [check-dns-resolution.ps1 ](Scripts/check-dns-resolution.ps1 ) - checks the DNS resolution with frequently used domain names
2021-02-26 11:06:01 +01:00
* [check-drive-space.ps1 ](Scripts/check-drive-space.ps1 ) - checks the given drive for free space left
2021-04-05 10:48:34 +02:00
* [check-file-system.ps1 ](Scripts/check-file-system.ps1 ) - checks the validity of the file system (needs admin rights)
2021-03-20 15:51:03 +01:00
* [check-health.ps1 ](Scripts/check-health.ps1 ) - checks the system health
2021-03-30 09:06:30 +02:00
* [check-ping.ps1 ](Scripts/check-ping.ps1 ) - checks the ping latency to the internet
2021-03-15 17:22:33 +01:00
* [check-swap-space.ps1 ](Scripts/check-swap-space.ps1 ) - checks the swap space for free space left
2021-04-05 10:48:34 +02:00
* [check-windows-system-files.ps1 ](Scripts/check-windows-system-files.ps1 ) - checks the validity of the Windows system files (needs admin rights)
2021-02-24 11:41:48 +01:00
* [enable-crash-dumps.ps1 ](Scripts/enable-crash-dumps.ps1 ) - enables the writing of crash dumps
2021-04-05 10:48:34 +02:00
* [hibernate.ps1 ](Scripts/hibernate.ps1 ) - enables hibernate mode for the local computer (needs admin rights)
2021-08-24 21:46:11 +02:00
* [install-github-cli.ps1 ](Scripts/install-github-cli.ps1 ) - installs GitHub CLI
2021-04-10 10:57:52 +02:00
* [install-google-chrome.ps1 ](Scripts/install-google-chrome.ps1 ) - installs the Google Chrome browser
2021-08-22 16:09:50 +02:00
* [install-knot-resolver.ps1 ](Scripts/install-knot-resolver.ps1 ) - installs the Knot Resolver (needs admin rights)
2021-08-02 21:01:08 +02:00
* [install-ssh-client.ps1 ](Scripts/install-ssh-client.ps1 ) - installs the SSH client (needs admin rights)
* [install-ssh-server.ps1 ](Scripts/install-ssh-server.ps1 ) - installs the SSH server (needs admin rights)
2021-06-29 20:29:22 +02:00
* [install-signal-cli.ps1 ](Scripts/install-signal-cli.ps1 ) - installs signal-cli from github.com/AsamK/signal-cli
2021-08-02 21:01:08 +02:00
* [install-wsl.ps1 ](Scripts/install-wsl.ps1 ) - installs Windows Subsystem for Linux (WSL), needs admin rights
2021-07-22 20:09:17 +02:00
* [list-cli-tools.ps1 ](Scripts/list-cli-tools.ps1 ) - lists available command-line interface (CLI) tools
2021-03-15 17:22:33 +01:00
* [list-drives.ps1 ](Scripts/list-drives.ps1 ) - lists all drives
2021-02-24 11:41:48 +01:00
* [list-network-shares.ps1 ](Scripts/list-network-shares.ps1 ) - lists the network shares of the local computer
* [list-installed-apps.ps1 ](Scripts/list-installed-apps.ps1 ) - lists the installed Windows Store apps
* [list-installed-software.ps1 ](Scripts/list-installed-software.ps1 ) - lists the installed software (except Windows Store apps)
* [list-printers.ps1 ](Scripts/list-printers.ps1 ) - lists all printer known to the computer
* [list-processes.ps1 ](Scripts/list-processes.ps1 ) - lists the local computer processes
2021-04-07 15:42:56 +02:00
* [list-services.ps1 ](Scripts/list-services.ps1 ) - lists the services on the local computer
2021-04-10 09:52:55 +02:00
* [list-system-info.ps1 ](Scripts/list-system-info.ps1 ) - lists system information on the local computer
2021-03-27 10:02:38 +01:00
* [list-tasks.ps1 ](Scripts/list-tasks.ps1 ) - lists all Windows scheduler tasks
2021-04-17 18:38:38 +02:00
* [list-timezone.ps1 ](Scripts/list-timezone.ps1 ) - lists the current time zone details
2021-02-24 11:41:48 +01:00
* [list-timezones.ps1 ](Scripts/list-timezones.ps1 ) - lists all time zones available
* [list-user-groups.ps1 ](Scripts/list-user-groups.ps1 ) - lists the user groups on the local computer
2021-04-05 10:48:34 +02:00
* [poweroff.ps1 ](Scripts/poweroff.ps1 ) - halts the local computer (needs admin rights)
2021-02-24 11:41:48 +01:00
* [query-smart-data.ps1 ](Scripts/query-smart-data.ps1 ) - queries the S.M.A.R.T. data of your HDD/SSD's
2021-04-05 10:48:34 +02:00
* [reboot.ps1 ](Scripts/reboot.ps1 ) - reboots the local computer (needs admin rights)
2021-08-27 15:00:49 +02:00
* [restart-network-adapters.ps1 ](Scripts/restart-network-adapters.ps1 ) - restarts all local network adapters
2021-08-16 16:51:31 +02:00
* [upgrade-ubuntu.ps1 ](Scripts/upgrade-ubuntu.ps1 ) - upgrades Ubuntu Linux to the latest (LTS) release
2021-02-24 11:41:48 +01:00
* [wakeup.ps1 ](Scripts/wakeup.ps1 ) - sends a magic packet to the given computer, waking him up
2021-06-20 09:52:01 +02:00
💻 Scripts for the Desktop
---------------------------
2021-01-09 15:59:37 +01:00
* [close-calculator.ps1 ](Scripts/close-calculator.ps1 ) - closes the calculator program gracefully
2020-12-28 09:40:26 +01:00
* [close-chrome.ps1 ](Scripts/close-chrome.ps1 ) - closes Google Chrome gracefully
2021-02-13 16:59:38 +01:00
* [close-cortana.ps1 ](Scripts/close-cortana.ps1 ) - closes Cortana gracefully
2020-12-28 10:23:17 +01:00
* [close-edge.ps1 ](Scripts/close-edge.ps1 ) - closes Microsoft Edge gracefully
* [close-file-explorer.ps1 ](Scripts/close-file-explorer.ps1 ) - closes Microsoft File Explorer gracefully
2021-08-17 20:02:48 +02:00
* [close-firefox.ps1 ](Scripts/close-firefox.ps1 ) - closes the Firefox Web browser gracefully
2020-12-27 11:02:20 +01:00
* [close-program.ps1 ](Scripts/close-program.ps1 ) - closes the given program gracefully
2021-08-17 20:14:27 +02:00
* [close-netflix.ps1 ](Scripts/close-netflix.ps1 ) - closes Netflix gracefully
2021-08-17 20:46:51 +02:00
* [close-onedrive.ps1 ](Scripts/close-onedrive.ps1 ) - closes Microsoft OneDrive gracefully
2021-02-13 17:10:43 +01:00
* [close-system-settings.ps1 ](Scripts/close-system-settings.ps1 ) - closes the System Settings gracefully
2020-12-28 09:40:26 +01:00
* [close-thunderbird.ps1 ](Scripts/close-thunderbird.ps1 ) - closes Mozilla Thunderbird gracefully
2021-02-13 17:15:43 +01:00
* [close-vlc.ps1 ](Scripts/close-vlc.ps1 ) - closes the VLC media player gracefully
2020-12-27 11:02:20 +01:00
* [close-windows-terminal.ps1 ](Scripts/close-windows-terminal.ps1 ) - closes Windows Terminal gracefully
2021-03-22 18:37:33 +01:00
* [enable-god-mode.ps1 ](Scripts/enable-god-mode.ps1 ) - enables the god mode (adds a new icon to the desktop)
2021-02-19 17:52:02 +01:00
* [list-clipboard.ps1 ](Scripts/list-clipboard.ps1 ) - lists the contents of the clipboard
* [new-email.ps1 ](Scripts/new-email.ps1 ) - starts the default email client to write a new email
* [open-browser.ps1 ](Scripts/open-browser.ps1 ) - starts the default Web browser
* [open-calculator.ps1 ](Scripts/open-calculator.ps1 ) - starts the calculator program
* [open-email-client.ps1 ](Scripts/open-browser.ps1 ) - starts the default email client
2021-04-07 14:12:57 +02:00
* [open-file-explorer.ps1 ](Scripts/open-file-explorer.ps1 ) - starts the File Explorer
2021-08-17 20:26:13 +02:00
* [open-netflix.ps1 ](Scripts/open-netflix.ps1 ) - starts the Netflix app
2021-08-17 20:39:53 +02:00
* [open-onedrive.ps1 ](Scripts/open-onedrive.ps1 ) - opens the user's OneDrive folder
2021-05-02 11:07:39 +02:00
* [open-recycle-bin.ps1 ](Scripts/open-recycle-bin.ps1 ) - starts the File Explorer with the recycle bin folder
2021-02-19 17:52:02 +01:00
* [set-wallpaper.ps1 ](Scripts/set-wallpaper.ps1 ) - sets the given image as wallpaper
2021-02-20 09:20:47 +01:00
* [take-screenshot.ps1 ](Scripts/take-screenshot.ps1 ) - takes a single screenshot
2021-02-21 12:37:54 +01:00
* [take-screenshots.ps1 ](Scripts/take-screenshots.ps1 ) - takes multiple screenshots (every minute by default)
2021-02-19 17:52:02 +01:00
2021-06-20 09:52:01 +02:00
📁 Scripts for Files & Folders
-------------------------------
2021-04-21 07:29:52 +02:00
* [cd-desktop.ps1 ](Scripts/cd-desktop.ps1 ) - go to the user's desktop folder
2021-04-21 08:14:25 +02:00
* [cd-docs.ps1 ](Scripts/cd-docs.ps1 ) - go to the user's documents folder
2021-04-21 07:29:52 +02:00
* [cd-downloads.ps1 ](Scripts/cd-downloads.ps1 ) - go to the user's downloads folder
2021-04-21 18:58:21 +02:00
* [cd-dropbox.ps1 ](Scripts/cd-dropbox.ps1 ) - go to the user's Dropbox folder
2021-04-21 07:29:52 +02:00
* [cd-home.ps1 ](Scripts/cd-home.ps1 ) - go to the user's home folder
* [cd-music.ps1 ](Scripts/cd-music.ps1 ) - go to the user's music folder
2021-04-21 18:58:21 +02:00
* [cd-onedrive.ps1 ](Scripts/cd-onedrive.ps1 ) - go to the user's OneDrive folder
2021-04-21 08:18:40 +02:00
* [cd-pics.ps1 ](Scripts/cd-pics.ps1 ) - go to the user's pictures folder
2021-05-02 11:38:19 +02:00
* [cd-recycle-bin.ps1 ](Scripts/cd-recycle-bin.ps1 ) - go to the user's recycle bin folder
2021-04-21 07:29:52 +02:00
* [cd-repos.ps1 ](Scripts/cd-repos.ps1 ) - go to the user's Git repositories folder
* [cd-root.ps1 ](Scripts/cd-root.ps1 ) - go to the root directory (C:\ on Windows)
* [cd-scripts.ps1 ](Scripts/cd-scripts.ps1 ) - go to the PowerShell Scripts folder
2021-04-21 19:15:41 +02:00
* [cd-up.ps1 ](Scripts/cd-up.ps1 ) - go one directory level up
* [cd-up2.ps1 ](Scripts/cd-up2.ps1 ) - go two directory levels up
* [cd-up3.ps1 ](Scripts/cd-up3.ps1 ) - go three directory levels up
* [cd-up4.ps1 ](Scripts/cd-up4.ps1 ) - go four directory levels up
2021-04-21 08:22:47 +02:00
* [cd-videos.ps1 ](Scripts/cd-videos.ps1 ) - go to the user's videos folder
2021-02-19 17:52:02 +01:00
* [check-symlinks.ps1 ](Scripts/check-symlinks.ps1 ) - checks every symlink in the given directory tree
* [check-xml-file.ps1 ](Scripts/check-xml-file.ps1 ) - checks the given XML file for validity
2021-07-15 17:45:59 +02:00
* [clear-recycle-bin.ps1 ](Scripts/clear-recycle-bin.ps1 ) - removes the content of the recycle bin folder (can not be undo!)
* [copy-photos-sorted.ps1 ](Scripts/copy-photos-sorted.ps1 ) - Copies all photos sorted by year and month
2021-03-15 08:06:37 +01:00
* [create-shortcut.ps1 ](Scripts/create-shortcut.ps1 ) - creates a shortcut
2021-02-17 08:24:03 +01:00
* [create-symlink.ps1 ](Scripts/create-symlink.ps1 ) - creates a symbolic link
2021-02-19 17:52:02 +01:00
* [decrypt-file.ps1 ](Scripts/decrypt-file.ps1 ) - encrypts the given file
2021-04-14 13:40:04 +02:00
* [download-dir.ps1 ](Scripts/download-dir.ps1 ) - downloads a directory tree from the given URL
* [download-file.ps1 ](Scripts/download-file.ps1 ) - downloads a file from the given URL
2021-03-29 19:26:42 +02:00
* [edit.ps1 ](Scripts/edit.ps1 ) - edits the given file with the built-in text editor
2021-02-19 17:52:02 +01:00
* [encrypt-file.ps1 ](Scripts/encrypt-file.ps1 ) - encrypts the given file
* [inspect-exe.ps1 ](Scripts/inspect-exe.ps1 ) - prints basic information of the given executable file
2021-04-20 16:59:34 +02:00
* [list-dir.ps1 ](Scripts/list-dir.ps1 ) - lists the directory content (formatted in columns)
* [list-dir-tree.ps1 ](Scripts/list-dir-tree.ps1 ) - lists the directory tree content
2021-02-19 17:52:02 +01:00
* [list-empty-dirs.ps1 ](Scripts/list-empty-dirs.ps1 ) - lists empty subfolders within the given directory tree
* [list-empty-files.ps1 ](Scripts/list-empty-files.ps1 ) - lists empty files within the given directory tree
* [list-files.ps1 ](Scripts/list-files.ps1 ) - lists all files in the given folder and also in every subfolder
2021-02-27 11:37:50 +01:00
* [list-hidden-files.ps1 ](Scripts/list-hidden-files.ps1 ) - lists hidden files within the given directory tree
2021-05-02 11:14:48 +02:00
* [list-recycle-bin.ps1 ](Scripts/list-recycle-bin.ps1 ) - lists the content of the recycle bin folder
2021-02-20 09:20:47 +01:00
* [list-unused-files.ps1 ](Scripts/list-unused-files.ps1 ) - lists unused files in a directory tree
2021-04-18 10:34:46 +02:00
* [list-workdir.ps1 ](Scripts/list-workdir.ps1 ) - lists the current working directory
2021-02-20 09:20:47 +01:00
* [make-install.ps1 ](Scripts/make-install.ps1 ) - installs built executables and libs to the installation directory
2021-02-19 17:52:02 +01:00
* [MD5.ps1 ](Scripts/MD5.ps1 ) - prints the MD5 checksum of the given file
2021-07-16 16:40:06 +02:00
* [publish-to-ipfs.ps1 ](Scripts/publish-to-ipfs.ps1 ) - publishes the given files or directory to IPFS
2021-02-19 17:52:02 +01:00
* [remove-empty-dirs.ps1 ](Scripts/remove-empty-dirs.ps1 ) - removes empty subfolders within the given directory tree
2021-04-10 11:07:40 +02:00
* [search-filename.ps1 ](Scripts/search-filename.ps1 ) - searches the directory tree for filenames by given pattern
2021-02-19 17:52:02 +01:00
* [search-files.ps1 ](Scripts/search-files.ps1 ) - searches the given pattern in the given files
* [SHA1.ps1 ](Scripts/SHA1.ps1 ) - prints the SHA1 checksum of the given file
* [SHA256.ps1 ](Scripts/SHA256.ps1 ) - prints the SHA256 checksum of the given file
2021-04-14 10:23:14 +02:00
* [upload-file.ps1 ](Scripts/zip-dir.ps1 ) - uploads the local file to the given FTP server
2021-08-27 19:39:48 +02:00
* [zip-dir.ps1 ](Scripts/zip-dir.ps1 ) - creates a .zip archive of the given directory
2021-02-19 17:52:02 +01:00
2021-08-29 15:29:43 +02:00
♻️ Scripts to Convert Files
2021-08-29 14:32:36 +02:00
---------------------------
2021-08-29 14:35:19 +02:00
| Script | Description | Documentation |
| ------------------------------------------------------ | ------------------------------------------------------------------ | --------------------------------------- |
2021-08-29 15:25:45 +02:00
| [convert-csv2txt.ps1 ](Scripts/convert-csv2txt.ps1 ) | converts a given .CSV file to a text file | [Manual ](Docs/convert-csv2txt.ps1.md ) |
| [convert-mysql2csv.ps1 ](Scripts/convert-mysql2csv.ps1 ) | converts a MySQL database table to a .CSV file | [Manual ](Docs/convert-mysql2csv.ps1.md ) |
| [convert-ps2bat.ps1 ](Scripts/convert-ps2bat.ps1 ) | converts a PowerShell script to a .BAT file | [Manual ](Docs/convert-ps2bat.ps1.md ) |
2021-08-29 14:35:19 +02:00
| [convert-ps2md.ps1 ](Scripts/convert-ps2md.ps1 ) | converts the comment-based help of a PowerShell script to Markdown | [Manual ](Docs/convert-ps2md.ps1.md ) |
2021-08-29 15:25:45 +02:00
| [convert-sql2csv.ps1 ](Scripts/convert-sql2csv.ps1 ) | converts a SQL database table to a .CSV file | [Manual ](Docs/convert-sql2csv.ps1.md ) |
| [convert-txt2wav.ps1 ](Scripts/convert-txt2wav.ps1 ) | converts a text file to a .WAV audio file | [Manual ](Docs/convert-txt2wav.ps1.md ) |
2021-08-29 14:32:36 +02:00
2021-06-20 09:52:01 +02:00
📝 Scripts for Git
-------------------
2021-08-29 15:48:15 +02:00
| Script | Description | Documentation |
| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- |
| [cherry-picker.ps1 ](Scripts/cherry-picker.ps1 ) | cherry-picks a Git commit into multiple branches
| [clean-repo.ps1 ](Scripts/clean-repo.ps1 ) | cleans the current/given Git repository from untracked files (including submodules)
| [clean-repos.ps1 ](Scripts/clean-repos.ps1 ) | cleans all Git repositories under the current/given directory from untracked files (including submodules)
| [clone-repos.ps1 ](Scripts/clone-repos.ps1 ) | clones well-known Git repositories
| [configure-git.ps1 ](Scripts/configure-git.ps1 ) | sets up the Git user configuration
| [create-branch.ps1 ](Scripts/create-branch.ps1 ) | creates a new branch in the current/given Git repository
| [create-tag.ps1 ](Scripts/create-tag.ps1 ) | creates a new tag in the current/given Git repository
| [fetch-repo.ps1 ](Scripts/fetch-repo.ps1 ) | fetches updates for the current/given Git repository (including submodules)
| [fetch-repos.ps1 ](Scripts/fetch-repos.ps1 ) | fetches updates for all Git repositories under the current/given directory (including submodules)
| [list-branches.ps1 ](Scripts/list-branches.ps1 ) | lists all branches in the current/given Git repository
| [list-commits.ps1 ](Scripts/list-commits.ps1 ) | lists all commits in the current/given Git repository
| [list-latest-tag.ps1 ](Scripts/list-latest-tag.ps1 ) | lists the latest tag on the current branch in a Git repository
| [list-latest-tags.ps1 ](Scripts/list-latest-tags.ps1 ) | lists the latests tags in all Git repositories under the current/given directory
| [list-submodules.ps1 ](Scripts/list-submodules.ps1 ) | lists the submodules of the current/given Git repository
| [list-tags.ps1 ](Scripts/list-tags.ps1 ) | lists all tags in the current/given Git repository
| [make-repo.ps1 ](Scripts/make-repo.ps1 ) | builds the current/given Git repository
| [make-repos.ps1 ](Scripts/make-repos.ps1 ) | builds all Git repositories under the current/given directory
| [pull-repo.ps1 ](Scripts/pull-repo.ps1 ) | pulls updates for the current/given Git repository (including submodules)
| [pull-repos.ps1 ](Scripts/pull-repos.ps1 ) | pulls updates for all Git repositories under the current/given directory (including submodules)
| [switch-branch.ps1 ](Scripts/switch-branch.ps1 ) | switches the branch in the current/given Git repository (including submodules)
| [sync-repo.ps1 ](Scripts/sync-repo.ps1 ) | synchronizes a Git repository by push & pull (including submodules)
2021-02-21 12:32:08 +01:00
2021-03-05 12:55:20 +01:00
🔎 Scripts for PowerShell
2021-02-24 07:35:59 +01:00
------------------------
2021-08-29 15:14:36 +02:00
| Script | Description | Documentation |
| ------------------------------------------------------ | ------------------------------------------------------------------ | --------------------------------------- |
| [daily-tasks.sh ](Scripts/daily-tasks.sh ) | execute PowerShell scripts automatically as daily tasks (Linux only) | [Manual ](Docs/daily-tasks.sh.md ) |
| [introduce-powershell.ps1 ](Scripts/introduce-powershell.ps1 ) | introduces PowerShell to new users | [Manual ](Docs/introduce-powershell.ps1.md ) |
| [list-aliases.ps1 ](Scripts/list-aliases.ps1 ) | lists all PowerShell aliases | [Manual ](Docs/list-aliases.ps1.md ) |
| [list-automatic-variables.ps1 ](Scripts/list-automatic-variables.ps1 ) | lists the automatic variables of PowerShell | [Manual ](Docs/list-automatic-variables.ps1.md ) |
| [list-cheat-sheet.ps1 ](Scripts/list-cheat-sheet.ps1 ) | lists the PowerShell cheat sheet | [Manual ](Docs/list-cheat-sheet.ps1.md ) |
| [list-cmdlets.ps1 ](Scripts/list-cmdlets.ps1 ) | lists the PowerShell cmdlets | [Manual ](Docs/list-cmdlets.ps1.md ) |
| [list-console-colors.ps1 ](Scripts/list-console-colors.ps1 ) | lists all console colors | [Manual ](Docs/list-console-colors.ps1.md ) |
| [list-modules.ps1 ](Scripts/list-modules.ps1 ) | lists the PowerShell modules | [Manual ](Docs/list-modules.ps1.md ) |
| [list-profiles.ps1 ](Scripts/list-profiles.ps1 ) | lists your PowerShell profiles | [Manual ](Docs/list-profiles.ps1.md ) |
| [list-scripts.ps1 ](Scripts/list-scripts.ps1 ) | lists all PowerShell scripts in this repository | [Manual ](Docs/list-scripts.ps1.md ) |
2021-08-29 15:21:01 +02:00
| [set-profile.ps1 ](Scripts/set-profile.ps1 ) | updates your PowerShell user profile | [Manual ](Docs/set-profile.ps1.md ) |
2021-08-29 15:14:36 +02:00
| [template.ps1 ](Scripts/template.ps1 ) | copy this template PowerShell script to write a new one | [Manual ](Docs/template.ps1.md ) |
2021-02-24 07:35:59 +01:00
2021-03-25 17:07:19 +01:00
🛒 Various PowerShell Scripts
------------------------------
2021-05-04 16:31:15 +02:00
* [add-memo.ps1 ](Scripts/add-memo.ps1 ) - adds the given memo text to $HOME/Memos.csv
2021-02-19 17:52:02 +01:00
* [check-ipv4-address.ps1 ](Scripts/check-ipv4-address.ps1 ) - checks the given IPv4 address for validity
* [check-ipv6-address.ps1 ](Scripts/check-ipv6-address.ps1 ) - checks the given IPv6 address for validity
* [check-mac-address.ps1 ](Scripts/check-mac-address.ps1 ) - checks the given MAC address for validity
2021-08-27 15:35:34 +02:00
* [check-subnet-mask.ps1 ](Scripts/check-subnet-mask.ps1 ) - checks the given subnet mask for validity
2021-04-19 19:20:49 +02:00
* [check-weather.ps1 ](Scripts/check-weather.ps1 ) - checks the current weather for critical values
2021-01-09 12:36:37 +01:00
* [display-time.ps1 ](Scripts/display-time.ps1 ) - displays the current time for 10 seconds by default
2020-12-30 16:40:07 +01:00
* [generate-qrcode.ps1 ](Scripts/generate-qrcode.ps1 ) - generates a QR code
2020-12-22 11:42:32 +01:00
* [list-anagrams.ps1 ](Scripts/list-anagrams.ps1 ) - lists all anagrams of the given word
2021-04-18 11:39:32 +02:00
* [list-city-weather.ps1 ](Scripts/list-city-weather.ps1 ) - lists the current weather of cities worldwide (west to east)
2021-08-27 19:30:32 +02:00
* [list-countries.ps1 ](Scripts/list-countries.ps1 ) - lists details of all countries
2021-04-25 18:51:36 +02:00
* [list-credits.ps1 ](Scripts/list-credits.ps1 ) - shows the credits
2021-08-26 16:59:23 +02:00
* [list-crypto-rates.ps1 ](Scripts/list-crypto-rates.ps1 ) - lists the current crypto exchange rates
2021-02-01 07:30:14 +01:00
* [list-environment-variables.ps1 ](Scripts/list-environment-variables.ps1 ) - lists all environment variables
2021-04-20 19:26:39 +02:00
* [list-emojis.ps1 ](Scripts/list-emojis.ps1 ) - lists the emojis of Unicode 13.0
2021-01-03 11:49:06 +01:00
* [list-fritzbox-calls.ps1 ](Scripts/list-fritzbox-calls.ps1 ) - lists the FRITZ!Box calls
2021-01-03 17:27:38 +01:00
* [list-fritzbox-devices.ps1 ](Scripts/list-fritzbox-devices.ps1 ) - lists FRITZ!Box's known devices
2020-12-29 15:21:04 +01:00
* [list-earthquakes.ps1 ](Scripts/list-earthquakes.ps1 ) - lists earthquakes with magnitude >= 6.0 for the last 30 days
2021-08-26 16:59:23 +02:00
* [list-exchange-rates.ps1 ](Scripts/list-exchange-rates.ps1 ) - lists the current exchange rates for the given currency
2021-05-04 16:39:06 +02:00
* [list-memos.ps1 ](Scripts/list-memos.ps1 ) - lists the memos at $HOME/Memos.csv
2021-04-10 10:51:05 +02:00
* [list-mysql-tables.ps1 ](Scripts/list-mysql-tables.ps1 ) - lists the MySQL server tables
2020-12-29 15:21:04 +01:00
* [list-news.ps1 ](Scripts/list-news.ps1 ) - lists the latest news
2021-04-26 07:41:22 +02:00
* [list-os-releases.ps1 ](Scripts/list-os-releases.ps1 ) - lists operating system releases and download URL
* [list-os-updates.ps1 ](Scripts/list-os-updates.ps1 ) - lists operating system updates
2021-08-19 17:08:09 +02:00
* [list-passwords.ps1 ](Scripts/list-passwords.ps1 ) - prints a list of random passwords
* [list-pins.ps1 ](Scripts/list-pins.ps1 ) - prints a list of random PIN's
2021-04-10 10:51:05 +02:00
* [list-sql-tables.ps1 ](Scripts/list-sql-tables.ps1 ) - lists the SQL server tables
2021-06-24 10:15:46 +02:00
* [list-tiobe-index.ps1 ](Scripts/list-tiobe-index.ps1 ) - lists the TIOBE index of top programming languages
2021-04-22 10:26:30 +02:00
* [list-weather.ps1 ](Scripts/list-weather.ps1 ) - lists the hourly weather
2020-12-16 12:03:47 +01:00
* [locate-city.ps1 ](Scripts/locate-city.ps1 ) - prints the geographic location of the given city
* [locate-ipaddress.ps1 ](Scripts/locate-ipaddress.ps1 ) - prints the geographic location of the given IP address
2020-12-17 08:56:21 +01:00
* [locate-zip-code.ps1 ](Scripts/locate-zip-code.ps1 ) - prints the geographic location of the given zip-code
2020-09-25 15:03:48 +02:00
* [moon.ps1 ](Scripts/moon.ps1 ) - prints the current moon phase
2021-01-03 11:26:27 +01:00
* [reboot-fritzbox.ps1 ](Scripts/reboot-fritzbox.ps1 ) - reboots the FRITZ!box device
2020-11-28 10:00:04 +01:00
* [scan-ports.ps1 ](Scripts/scan-ports.ps1 ) - scans the network for open/closed ports
2020-11-28 09:18:36 +01:00
* [send-email.ps1 ](Scripts/send-email.ps1 ) - sends an email message
2020-12-09 10:22:41 +01:00
* [send-tcp.ps1 ](Scripts/send-udp.ps1 ) - sends a TCP message to the given IP address and port
2020-11-28 09:18:36 +01:00
* [send-udp.ps1 ](Scripts/send-udp.ps1 ) - sends a UDP datagram message to the given IP address and port
2020-12-18 14:15:08 +01:00
* [set-timer.ps1 ](Scripts/set-timer.ps1 ) - sets a timer for a countdown
2020-12-15 15:21:50 +01:00
* [simulate-matrix.ps1 ](Scripts/simulate-matrix.ps1 ) - simulates the Matrix (fun)
2020-11-30 16:28:56 +01:00
* [simulate-presence.ps1 ](Scripts/simulate-presence.ps1 ) - simulates the human presence against burglars
2021-07-16 16:49:42 +02:00
* [start-calibre-server.ps1 ](Scripts/start-calibre-server.ps1 ) - starts a local Calibre server
2021-06-24 11:39:48 +02:00
* [start-ipfs-server.ps1 ](Scripts/start-ipfs-server.ps1 ) - starts a local IPFS server
2020-12-01 10:54:41 +01:00
* [switch-shelly1.ps1 ](Scripts/switch-shelly1.ps1 ) - switches a Shelly1 device in the local network
2021-04-08 08:39:13 +02:00
* [translate-file.ps1 ](Scripts/translate-file.ps1 ) - translates the given text file into other languages
2021-04-09 12:53:22 +02:00
* [translate-files.ps1 ](Scripts/translate-files.ps1 ) - translates the given text files into any supported language
2021-04-08 08:39:13 +02:00
* [translate-text.ps1 ](Scripts/translate-text.ps1 ) - translates the given text in English into other languages
2020-09-25 15:03:48 +02:00
* [weather.ps1 ](Scripts/weather.ps1 ) - prints the current weather forecast
2020-11-11 11:12:18 +01:00
* [weather-report.ps1 ](Scripts/weather-report.ps1 ) - prints the local weather report
2021-04-27 15:54:52 +02:00
* [what-is.ps1 ](Scripts/what-is.ps1 ) - prints a description of the given abbreviation
2021-02-06 14:38:58 +01:00
* [write-animated.ps1 ](Scripts/write-animated.ps1 ) - writes animated text
2020-12-18 16:32:03 +01:00
* [write-big.ps1 ](Scripts/write-big.ps1 ) - writes the given text in big letters
2020-12-21 14:42:05 +01:00
* [write-blue.ps1 ](Scripts/write-blue.ps1 ) - writes the given text in a blue foreground color
2020-12-22 09:24:30 +01:00
* [write-braille.ps1 ](Scripts/write-braille.ps1 ) - writes the given text in Braille
2020-12-21 14:42:05 +01:00
* [write-green.ps1 ](Scripts/write-green.ps1 ) - writes the given text in a green foreground color
2021-08-05 14:45:53 +02:00
* [write-joke.ps1 ](Scripts/write-joke.ps1 ) - writes a random Juck Norris joke
2021-08-05 14:53:40 +02:00
* [write-lowercase.ps1 ](Scripts/write-lowercase.ps1 ) - writes the given text in lowercase letters
2021-01-03 18:32:46 +01:00
* [write-marquee.ps1 ](Scripts/write-marquee.ps1 ) - writes the given text as marquee
2020-12-21 18:03:36 +01:00
* [write-morse-code.ps1 ](Scripts/write-morse-code.ps1 ) - writes the given text in Morse code
2020-12-22 11:42:32 +01:00
* [write-motd.ps1 ](Scripts/write-motd.ps1 ) - writes the message of the day (MOTD)
2021-08-08 11:02:12 +02:00
* [write-quote.ps1 ](Scripts/write-quote.ps1 ) - writes a random quote
2020-12-21 14:42:05 +01:00
* [write-red.ps1 ](Scripts/write-red.ps1 ) - writes the given text in a red foreground color
2020-12-22 11:42:32 +01:00
* [write-rot13.ps1 ](Scripts/write-rot13.ps1 ) - encodes or decodes the given text with ROT13
2020-12-21 14:42:05 +01:00
* [write-typewriter.ps1 ](Scripts/write-typewriter.ps1 ) - writes the given text with the typewriter effect
2020-12-18 15:40:56 +01:00
* [write-uppercase.ps1 ](Scripts/write-uppercase.ps1 ) - writes the given text in uppercase letters
2020-12-18 15:53:17 +01:00
* [write-vertical.ps1 ](Scripts/write-vertical.ps1 ) - writes the given text in vertical direction
2020-05-22 09:54:16 +02:00
2020-06-15 15:09:54 +02:00
Feedback
--------
2020-06-15 16:01:12 +02:00
Send your email feedback to: markus [at] fleschutz [dot] de
2020-06-15 15:09:54 +02:00
2020-05-02 13:01:03 +02:00
License & Copyright
-------------------
This open source release is licensed under the CC0 license. All trademarks are the property of their respective owners.