Rename folder Data to data

This commit is contained in:
Markus Fleschutz
2023-10-31 11:22:55 +01:00
parent 893273739a
commit 35e940a00c
109 changed files with 16 additions and 17 deletions

438
data/scripts.csv Normal file
View File

@ -0,0 +1,438 @@
SCRIPT,CATEGORY,DESCRIPTION,
add-firewall-rules.ps1,misc,Adds firewall rules for executables (needs admin rights),
add-memo.ps1,misc,Adds a memo text,
alert.ps1,misc,Handles and escalates an alert,
build-repo.ps1,git,Builds a repository,
build-repos.ps1,git,Builds Git repositories,
cd-autostart.ps1,filesystem,Sets the working directory to the user's autostart folder,
cd-crashdumps.ps1,filesystem,Change to the crash dumps folder,
cd-desktop.ps1,filesystem,Sets the working directory to the user's desktop folder,
cd-docs.ps1,filesystem,Sets the working directory to the documents folder,
cd-downloads.ps1,filesystem,Sets the working directory to the user's downloads folder,
cd-dropbox.ps1,filesystem,Sets the working directory to the user's Dropbox folder,
cd-etc.ps1,filesystem,Changes to the /etc directory,
cd-fonts.ps1,filesystem,Sets the working directory to the fonts folder,
cd-home.ps1,filesystem,Sets the working directory to the user's home folder,
cd-music.ps1,filesystem,Set the working directory to the user's music folder,
cd-onedrive.ps1,filesystem,Set the working directory to the user's OneDrive folder,
cd-pics.ps1,filesystem,Set the working directory to the user's pictures folder,
cd-recycle-bin.ps1,filesystem,Set the working directory to the user's recycle bin folder,
cd-repos.ps1,filesystem,Set the working directory to the user's Git repositories folder,
cd-root.ps1,filesystem,Set the working directory to the root directory (C: on Windows),
cd-scripts.ps1,filesystem,Set the working directory to the PowerShell Scripts folder,
cd-ssh.ps1,filesystem,Set the working directory to the user's SSH folder,
cd-up.ps1,filesystem,Set the working directory to one directory level up,
cd-up2.ps1,filesystem,Set the working directory to two directory levels up,
cd-up3.ps1,filesystem,Set the working directory to three directory levels up,
cd-up4.ps1,filesystem,Set the working directory to four directory levels up,
cd-videos.ps1,filesystem,Set the working directory to the user's videos folder,
check-cpu-temp.ps1,misc,Checks the CPU temperature,
check-dns-resolution.ps1,misc,Checks the DNS resolution with frequently used domain names,
check-drive-space.ps1,filesystem,Checks a drive for free space left,
check-file-system.ps1,filesystem,Checks the file system of a drive (needs admin rights),
check-health.ps1,misc,Checks the system health,
check-ipv4-address.ps1,misc,Checks the given IPv4 address for validity,
check-ipv6-address.ps1,misc,Checks the given IPv6 address for validity,
check-mac-address.ps1,misc,Checks the given MAC address for validity,
check-ping.ps1,misc,Checks the ping latency to the internet,
check-subnet-mask.ps1,misc,Checks the given subnet mask for validity,
check-swap-space.ps1,misc,Checks the swap space for free space left,
check-symlinks.ps1,filesystem,Checks every symlink in a directory tree,
check-weather.ps1,misc,Checks the current weather for critical values,
check-windows-system-files.ps1,filesystem,Checks the validity of the Windows system files,
check-xml-file.ps1,filesystem,Checks the given XML file for validity,
clean-repo.ps1,git,Cleans the current/given Git repository from untracked files (including submodules),
clean-repos.ps1,git,Cleans all Git repositories under the current/given directory from untracked files (including submodules),
clear-recycle-bin.ps1,desktop,Removes the content of the recycle bin folder (can not be undo!),
clone-repos.ps1,git,Clones well-known Git repositories,
close-calculator.ps1,desktop,Closes the calculator program gracefully,
close-chrome.ps1,desktop,Closes the Google Chrome Web browser,
close-cortana.ps1,desktop,Closes Cortana gracefully,
close-file-explorer.ps1,desktop,Closes Microsoft File Explorer gracefully,
close-firefox.ps1,desktop,Closes the Mozilla Firefox browser,
close-program.ps1,desktop,Closes the given program gracefully,
close-microsoft-edge.ps1,desktop,Closes the Microsoft Edge Web browser,
close-microsoft-store.ps1,desktop ,Closes the Microsoft Store app,
close-netflix.ps1,desktop,Closes the Netflix application gracefully,
close-onedrive.ps1,desktop,Closes Microsoft OneDrive gracefully,
close-serenade.ps1,desktop,Closes the Serenade.ai application gracefully,
close-snipping-tool.ps1,desktop,Closes the Snipping Tool application gracefully,
close-spotify.ps1,desktop,Closes Spotify,
close-system-settings.ps1,desktop,Closes the System Settings gracefully,
close-thunderbird.ps1,desktop,Closes Mozilla Thunderbird gracefully,
close-vlc.ps1,desktop,Closes the VLC media player application,
close-windows-terminal.ps1,desktop,Closes the Windows Terminal application,
copy-photos-sorted.ps1,desktop,Copy image files sorted by year and month,
configure-git.ps1,git,Sets up the Git user configuration,
convert-csv2txt.ps1,filesystem,Converts the given CSV file into a text list,
convert-mysql2csv.ps1,filesystem,Converts the MySQL database table to a CSV file,
convert-ps2bat.ps1,filesystem,Converts PowerShell script(s) to .bat files,
convert-ps2md.ps1,filesystem,Converts the comment-based help of a PowerShell script to Markdown,
convert-sql2csv.ps1,filesystem,Converts the SQL database table to a CSV file,
convert-txt2wav.ps1,filesystem,Converts text into a audio .WAV file,
decrypt-file.ps1,filesystem,Decrypts a file,
disable-ipv6.ps1,misc,Disables IPv6 (requires admin rights),
disconnect-vpn.ps1,misc,Disconnects the VPN,
download-dir.ps1,filesystem,Downloads a folder (including subfolders) from an URL,
download-file.ps1,filesystem,Downloads a file from an URL,
edit.ps1,desktop,Edits the given file with the built-in text editor,
enable-crash-dumps.ps1,filesystem,Enables the writing of crash dumps,
enable-god-mode.ps1,desktop,Enables the god mode (adds a new icon to the desktop),
encrypt-file.ps1,filesystem,Encrypts the given file,
export-to-manuals.ps1,filesystem,Converts all scripts as manuals,
export-to-serenade.ps1, ,Converts all scripts to Serenade for voice control,
fetch-repo.ps1, ,Fetches updates for the current/given Git repository (including submodules),
fetch-repos.ps1, ,Fetches updates for all Git repositories under the current/given directory (including submodules),
get-md5.ps1, ,Prints the MD5 checksum of the given file,
get-sha1.ps1, ,Prints the SHA1 checksum of the given file,
get-sha256.ps1, ,Prints the SHA256 checksum of the given file,
hibernate.ps1, ,Enables hibernate mode for the local computer (needs admin rights),
inspect-exe.ps1, ,Prints basic information of the given executable file,
install-audacity.ps1, ,Installs Audacity,
install-basic-apps.ps1, ,Installs basic apps,
install-basic-snaps.ps1, ,Installs basic Linux snaps,
install-calibre-server.ps1, ,Installs Calibre server (needs admin rights),
install-chocolatey.ps1, ,Installs Chocolatey (needs admin rights),
install-chrome.ps1, ,Installs Chrome,
install-crystal-disk-info.ps1, ,Installs CrystalDiskInfo,
install-crystal-disk-mark.ps1, ,Installs CrystalDiskMark,
install-discord.ps1, ,Installs Discord,
install-edge.ps1, ,Installs Microsoft Edge,
install-evcc.ps1, ,Installs evcc,
install-firefox.ps1, ,Installs Mozilla Firefox,
install-git-extensions.ps1, ,Installs Git Extensions,
install-git-for-windows.ps1, ,Installs Git for Windows,
install-github-cli.ps1, ,Installs GitHub CLI,
install-irfanview.ps1, ,Installs IrfanView,
install-knot-resolver.ps1, ,Installs Knot Resolver (needs admin rights),
install-microsoft-teams.ps1, ,Installs Microsoft Teams,
install-netflix.ps1, ,Installs Netflix,
install-nine-zip.ps1, ,Installs 9 ZIP,
install-obs-studio.ps1, ,Installs OBS Studio (needs admin rights),
install-octoprint.ps1, ,install-octoprint.ps1,
install-one-calendar.ps1, ,Installs One Calendar,
install-opera-browser.ps1, ,Installs Opera Browser,
install-opera-gx.ps1, ,Installs Opera GX,
install-paint-3d.ps1, ,Installs Paint 3D,
install-power-toys.ps1, ,Installs Microsoft Powertoys,
install-powershell.ps1, ,"Install PowerShell on Windows, Linux or macOS",
install-rufus.ps1, ,Installs Rufus,
install-signal-cli.ps1, ,Installs signal-cli,
install-skype.ps1, ,Installs Skype,
install-spotify.ps1, ,Installs Spotify,
install-ssh-client.ps1, ,Installs a SSH client (needs admin rights),
install-ssh-server.ps1, ,Installs a SSH server (needs admin rights),
install-thunderbird.ps1, ,Installs Thunderbird,
install-twitter.ps1, ,Installs Twitter,
install-unbound-server.ps1, ,Installs Unbound server (needs admin rights),
install-updates.ps1, ,Installs software updates,
install-visual-studio-code.ps1, ,Installs Visual Studio Code,
install-vivaldi.ps1, ,Installs Vivaldi,
install-vlc.ps1, ,Installs VLC,
install-windows-terminal.ps1, ,Installs Windows Terminal,
install-wsl.ps1, ,Installs Windows Subsystem for Linux (needs admin rights),
install-zoom.ps1, ,Installs Zoom,
introduce-powershell.ps1, ,Introduces PowerShell to new users,
list-aliases.ps1, ,Lists all PowerShell aliases,
list-anagrams.ps1, ,Lists all anagrams of the given word,
list-automatic-variables.ps1, ,Lists the automatic variables of PowerShell,
list-branches.ps1, ,Lists all branches in the current/given Git repository,
list-cheat-sheet.ps1, ,Lists the PowerShell cheat sheet,
list-city-weather.ps1, ,Lists the current weather of cities worldwide (east to west),
list-commits.ps1, ,Lists all commits in the current/given Git repository,
list-console-colors.ps1, ,Lists all console colors,
list-countries.ps1, ,Lists details of all countries,
list-cli-tools.ps1, ,Lists available command-line interface (CLI) tools,
list-clipboard.ps1, ,Lists the contents of the clipboard,
list-credits.ps1, ,Shows the credits,
list-crypto-rates.ps1, ,Lists the current crypto exchange rates,
list-dir-tree.ps1, ,Lists the directory tree content,
list-drives.ps1, ,Lists all drives,
list-environment-variables.ps1, ,Lists all environment variables,
list-emojis.ps1, ,Lists the emojis of Unicode 13.0,
list-empty-dirs.ps1, ,Lists empty subfolders within the given directory tree,
list-empty-files.ps1, ,Lists empty files within the given directory tree,
list-files.ps1, ,Lists all files in the given folder and also in every subfolder,
list-folder.ps1, ,Lists the folder content,
list-fritzbox-calls.ps1, ,Lists the FRITZ!Box calls,
list-fritzbox-devices.ps1, ,Lists FRITZ!Box's known devices,
list-hidden-files.ps1, ,Lists hidden files within the given directory tree,
list-installed-apps.ps1, ,Lists the installed Windows Store apps,
list-installed-software.ps1, ,Lists the installed software (except Windows Store apps),
list-latest-tag.ps1, ,Lists the latest tag on the current branch in a Git repository,
list-latest-tags.ps1, ,Lists the latests tags in all Git repositories under the current/given directory,
list-memos.ps1, ,Lists the memos at $HOME/Memos.csv,
list-unused-files.ps1, ,Lists unused files in a directory tree,
list-cmdlets.ps1, ,Lists the PowerShell cmdlets,
list-earthquakes.ps1, ,Lists earthquakes with magnitude >= 6.0 for the last 30 days,
list-exchange-rates.ps1, ,Lists the exchange rates for the given currency,
list-modules.ps1, ,Lists the PowerShell modules,
list-mysql-tables.ps1, ,Lists the MySQL server tables,
list-network-shares.ps1, ,Lists the network shares of the local computer,
list-news.ps1, ,Lists the latest news,
list-os-releases.ps1, ,Lists operating system releases and download URL,
list-os-updates.ps1, ,Lists operating system updates,
list-passwords.ps1, ,Prints a list of random passwords,
list-pins.ps1, ,Prints a list of random PIN's,
list-printers.ps1, ,Lists all printer known to the computer,
list-print-jobs.ps1, ,Lists all jobs of all printers,
list-processes.ps1, ,Lists the local computer processes,
list-profiles.ps1, ,Lists your PowerShell profiles,
list-recycle-bin.ps1, ,Lists the content of the recycle bin folder,
list-scripts.ps1, ,Lists all PowerShell scripts in this repository,
list-services.ps1, ,Lists the services on the local computer,
list-sql-tables.ps1, ,Lists the SQL server tables,
list-submodules.ps1, ,Lists the submodules of the current/given Git repository,
list-system-info.ps1, ,Lists system information on the local computer,
list-tags.ps1, ,Lists all tags in the current/given Git repository,
list-tasks.ps1, ,Lists all Windows scheduler tasks,
list-timezone.ps1, ,Lists the current time zone details,
list-timezones.ps1, ,Lists all time zones available,
list-tiobe-index.ps1, ,Lists the TIOBE index of top programming languages,
list-user-groups.ps1, ,Lists the user groups on the local computer,
list-voices.ps1, ,Lists the installed text-to-speech (TTS) voices,
list-weather.ps1, ,Lists the hourly weather,
list-workdir.ps1, ,Lists the current working directory,
locate-city.ps1, ,Prints the geographic location of the given city,
locate-ipaddress.ps1, ,Prints the geographic location of the given IP address,
locate-zip-code.ps1, ,Prints the geographic location of the given zip-code,
make-install.ps1,git,Copies newer EXE's + DLL's from the build directory to the installation directory,
measure-BubbleSort.ps1,misc,Measures the speed of BubbleSort,
measure-BucketSort.ps1,misc,Measures the speed of BucketSort,
measure-CountingSort.ps1,misc,Measures the speed of CountingSort,
measure-HeapSort.ps1,misc,Measures the speed of HeapSort,
measure-InsertionSort.ps1,misc,Measures the speed of InsertionSort,
measure-MergeSort.ps1,misc,Measures the speed of MergeSort,
measure-QuickSort.ps1,misc,Measures the speed of QuickSort,
measure-SelectionSort.ps1,misc,Measures the speed of SelectionSort,
measure-sorting-algorithms.ps1,misc,Measures the speed of sorting algorithms,
minimize-all-windows.ps1,desktop,Minimizes all windows,
move-mouse-pointer.ps1,desktop,Moves the mouse pointer,
new-branch.ps1,git,Creates a new Git branch,
new-email.ps1,desktop,Opens the default email client to write a new email,
new-qrcode.ps1,misc,Generates a QR code,
new-script.ps1,misc,Creates a new PowerShell script file,
new-shortcut.ps1,filesystem,Creates a new shortcut file,
new-symlink.ps1,filesystem,Creates a new symbolic link file,
new-tag.ps1,git,Creates a new tag in a Git repository,
new-user.ps1,misc,Creates a new user account,
new-zipfile.ps1,filesystem,Creates a new .ZIP file from a folder (including subfolders),
on-desktop-login.ps1,desktop,Executes tasks on desktop login,
open-apps-folder.ps1,desktop,Opens the Apps folder,
open-auto-start-folder.ps1,desktop,Opens the autostart folder,
open-browser.ps1, ,Starts the default Web browser,
open-calculator.ps1, ,Starts the calculator program,
open-c-drive.ps1, ,Opens the C: drive folder,
open-downloads-folder.ps1, ,Opens the user's downloads folder,
open-dropbox-folder.ps1, ,Opens the user's Dropbox folder,
open-email-client.ps1, ,Starts the default email client,
open-facebook.ps1, ,Opens Facebook's website,
open-file-explorer.ps1, ,Opens the File Explorer,
open-fritz-box.ps1, ,Opens FRITZ!Box's web interface,
open-github.ps1,desktop,Opens GitHub's website,
open-google-books.ps1,desktop,Opens Google Books,
open-google-calendar.ps1,desktop,Opens Google Calendar,
open-google-contacts.ps1,desktop,Opens Google Contacts,
open-google-docs.ps1,desktop,Opens Google Docs,
open-google-earth.ps1,desktop,Opens Google Earth,
open-google-mail.ps1,desktop,Opens Google Mail,
open-google-maps.ps1,desktop,Opens Google Maps,
open-google-news.ps1,desktop,Opens Google News,
open-google-photos.ps1, ,Opens Google Photos,
open-google-play.ps1, ,Opens Google Play,
open-google-search.ps1, ,Opens Google Search,
open-google-stadia.ps1, ,Opens Google Stadia,
open-google-translate.ps1, ,Opens Google Translate,
open-home-folder.ps1, ,Opens the user's home folder,
open-music-folder.ps1, ,Opens the user's music folder,
open-microsoft-edge.ps1, ,Launches the Microsoft Edge Web browser,
open-microsoft-store.ps1, ,Starts the Microsoft Store app,
open-netflix.ps1, ,Starts the Netflix app,
open-notepad.ps1, ,Starts the Notepad app,
open-onedrive-folder.ps1, ,Opens the user's OneDrive folder,
open-recycle-bin.ps1, ,Opens the user's recycle bin folder,
open-repos-folder.ps1, ,Opens the user's Git repositories folder,
open-snipping-tools.ps1, ,Opens the Snipping Tool,
open-speed-test.ps1, ,Opens Cloudflare's speed test,
open-spotify.ps1, ,Opens the Spotify app,
open-system-settings.ps1, ,Launches the Windows system settings,
open-task-manager.ps1, ,Launches the Task Manager,
open-toggl-track.ps1, ,Opens Toggl Track,
open-videos-folder.ps1, ,Opens the user's videos folder,
open-windows-terminal.ps1, ,Launches Windows Terminal,
open-wikipedia.ps1, ,Opens Wikipedia's website,
open-youtube.ps1, ,Opens YouTube.com,
pick-commit.ps1,git,Cherry-picks a Git commit into multiple branches,
ping-weather.ps1, ,Ping the currrent weather conditions,
play-bee-sound.ps1,audio,"Plays a bee sound",
play-beep-sound.ps1,audio,"Plays a short beep sound",
play-cat-sound.ps1,audio,"Plays a cat sound",
play-cow-sound.ps1,audio,"Plays a cow sound",
play-dog-sound.ps1,audio,"Plays a dog sound",
play-donkey-sound.ps1,audio,"Plays a donkey sound",
play-elephant-sound.ps1,audio,"Plays an elephant sound",
play-elk-sound.ps1,audio,"Plays an elk sound",
play-files.ps1,audio,"Plays audio files (MP3 and WAV)",
play-frog-sound.ps1,audio,"Plays a frog sound",
play-goat-sound.ps1,audio,"Plays a goat sound",
play-gorilla-sound.ps1,audio,"Plays a gorilla sound",
play-happy-birthday.ps1,audio,"Plays the Happy Birthday song",
play-horse-sound.ps1,audio,"Plays a horse sound",
play-imperial-march.ps1,audio,"Plays the Imperial March (Star Wars)",
play-jingle-bells.ps1,audio,"Plays Jingle Bells",
play-lion-sound.ps1,audio,"Plays a lion sound",
play-m3u.ps1,audio,"Plays a playlist (.M3U format)",
play-mission-impossible.ps1,audio,"Plays the Mission Impossible theme",
play-mp3.ps1,audio,"Plays a MP3 sound file",
play-parrot-sound.ps1,audio,"Plays a parrot sound",
play-pig-sound.ps1,audio,"Plays a pig sound",
play-pong.ps1,game,"play-pong.ps1",
play-rattlesnake-sound.ps1,audio,"Plays a rattlesnake sound",
play-rick.ps1,fun,"Plays Rick Astley",
play-snake.ps1,game,"Play the Snake game",
play-super-mario.ps1,audio,"Plays the Super Mario intro",
play-tetris-melody.ps1,audio,"Plays the Tetris melody",
play-vulture-sound.ps1,audio,"Plays a vulture sound",
play-wolf-sound.ps1,audio,"Plays a wolf sound",
poweroff.ps1, ,Halts the local computer (needs admin rights),
publish-to-ipfs.ps1, ,Publishes the given files or directory to IPFS,
pull-repo.ps1,git,Pulls updates for the current/given Git repository (including submodules),
pull-repos.ps1,git,Pulls updates for all Git repositories under the current/given directory (including submodules),
query-smart-data.ps1, ,Queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory,
new-branch.ps1, ,Creates a new branch in the current/given Git repository,
new-email.ps1, ,Starts the default email client to write a new email,
new-qrcode.ps1, ,Generates a new QR code,
new-script.ps1, ,Creates a new PowerShell script,
new-shortcut.ps1, ,Creates a new shortcut file,
new-symlink.ps1, ,Creates a new symbolic link file,
new-tag.ps1, ,Creates a new tag in a Git repository,
new-zipfile.ps1, ,Creates a new .zip file from a directory,
reboot.ps1, ,Reboots the local computer (needs admin rights),
reboot-fritzbox.ps1, ,Reboots the FRITZ!box device,
remind-me.ps1, ,Creates a scheduled task that will display a popup message,
remove-empty-dirs.ps1,filesystem,"Removes all empty subfolders within a directory tree",
remove-old-dirs.ps1,filesystem,"Removes old directories",
remove-print-jobs.ps1,misc,"Removes all jobs from all printers",
remove-tag.ps1,git,"Removes a Git tag (locally, remote, or both)",
replace-in-files.ps1, ,Search and replace a pattern in the given files by the replacement,
restart-network-adapters.ps1, ,Restarts all local network adapters,
save-screenshot.ps1, ,Saves a single screenshot,
search-filename.ps1, ,Searches the directory tree for filenames by given pattern,
search-files.ps1, ,Searches the given pattern in the given files,
scan-ports.ps1, ,Scans the network for open/closed ports,
send-email.ps1, ,Sends an email message,
send-tcp.ps1, ,Sends a TCP message to the given IP address and port,
send-udp.ps1, ,Sends a UDP datagram message to the given IP address and port,
set-profile.ps1, ,Updates your PowerShell user profile,
set-timer.ps1, ,Sets a timer for a countdown,
set-wallpaper.ps1, ,Sets the given image as wallpaper,
simulate-matrix.ps1, ,Simulates the Matrix (fun),
simulate-presence.ps1, ,Simulates the human presence against burglars,
speak-arabic.ps1,audio,"Speaks text in Arabic",
speak-checklist.ps1,audio,"Speaks a checklist by text-to-speech",
speak-countdown.ps1,audio,"Speaks a countdown by text-to-speech",
speak-croatian.ps1,audio,"Speaks text in Croatian",
speak-danish.ps1,audio,"Speaks text in Danish",
speak-dutch.ps1,audio,"Speaks text in Dutch",
speak-english.ps1,audio,"Speaks text in English",
speak-epub.ps1,audio,"Speaks an Epub file by text-to-speech (TTS).",
speak-esperanto.ps1,audio,"Speaks text in Esperanto",
speak-file.ps1,audio,"Speaks file content by text-to-speech",
speak-finnish.ps1,audio,"Speaks text in Finnish",
speak-french.ps1,audio,"Speaks text in French",
speak-german.ps1,audio,"Speaks text in German",
speak-greek.ps1,audio,"Speaks text in Greek",
speak-hebrew.ps1,audio,"Speaks text in Hebrew",
speak-hindi.ps1,audio,"Speaks text in Hindi",
speak-italian.ps1,audio,"Speaks text in Italian",
speak-japanese.ps1,audio,"Speaks text in Japanese",
speak-korean.ps1,audio,"Speaks text in Korean",
speak-latin.ps1,audio,"Speaks text in Latin",
speak-mandarin.ps1,audio,"Speaks text in Mandarin",
speak-norwegian.ps1,audio,"Speaks text in Norwegian",
speak-polish.ps1,audio,"Speaks text in Polish",
speak-portuguese.ps1,audio,"Speaks text in Portuguese",
speak-russian.ps1,audio,"Speaks text in Russian",
speak-spanish.ps1,audio,"Speaks text in Spanish",
speak-swedish.ps1,audio,"Speaks text in Swedish",
speak-test.ps1,audio,"speak-test.ps1",
speak-text.ps1,audio,"Speaks text by the default text-to-speech voice",
speak-thai.ps1,audio,"Speaks text in Thai",
speak-turkish.ps1,audio,"Speaks text in Turkish",
speak-ukrainian.ps1,audio,"Speaks text in Ukrainian",
start-calibre-server.ps1, ,Starts a local Calibre server,
start-ipfs-server.ps1, ,Starts a local IPFS server,
switch-branch.ps1,git,"Switches the Git branch",
switch-shelly1.ps1,misc,"Switches a Shelly1 device",
switch-tabs.ps1,desktop,"Switches browser tabs",
sync-repo.ps1, ,Synchronizes a Git repository by pull & push (including submodules),
tell-joke.ps1, ,Tells a random joke by text-to-speech,
tell-quote.ps1, ,Tells a random quote by text-to-speech,
toggle-caps-lock.ps1,desktop,Toggle Caps Lock,
toggle-num-lock.ps1,desktop,Toggle Num Lock,
toggle-scroll-lock.ps1,desktop,Toggle Scroll Lock,
translate-file.ps1, ,Translates the given text file into another language,
translate-files.ps1, ,Translates the given text files into any supported language,
translate-text.ps1, ,Translates the given text into other languages,
turn-volume-down.ps1,audio,Turns the volume down,
turn-volume-fully-up.ps1,audio,Turns the volume fully up,
turn-volume-off.ps1,audio,Turn audio off,
turn-volume-on.ps1,audio,Turn audio on,
turn-volume-up.ps1,audio,Turns the volume up,
uninstall-all-apps.ps1, ,"Uninstalls all apps",
uninstall-bloatware.ps1, ,"Uninstalls bloatware",
uninstall-chrome.ps1, ,"Uninstalls the Chrome browser",
uninstall-crystal-disk-info.ps1, ,"Uninstalls CrystalDiskInfo",
uninstall-crystal-disk-mark.ps1, ,"Uninstalls CrystalDiskMark",
uninstall-discord.ps1, ,"Uninstalls Discord",
uninstall-edge.ps1, ,"Uninstalls Microsoft Edge",
uninstall-firefox.ps1, ,"Uninstalls Mozilla Firefox",
uninstall-git-extensions.ps1, ,"Uninstalls Git Extensions",
uninstall-github-cli.ps1, ,"Uninstalls GitHub CLI",
uninstall-irfanview.ps1, ,"Uninstalls IrfanView",
uninstall-microsoft-teams.ps1, ,"Uninstalls Microsoft Teams",
uninstall-netflix.ps1, ,"Uninstalls Netflix",
uninstall-nine-zip.ps1, ,"Uninstalls 9 ZIP",
uninstall-one-calendar.ps1, ,"Uninstalls One Calendar",
uninstall-opera-browser.ps1, ,"Uninstalls Opera Browser",
uninstall-opera-gx.ps1, ,"Uninstalls Opera GX",
uninstall-paint-3d.ps1, ,"Uninstalls Paint 3D",
uninstall-rufus.ps1, ,"Uninstalls Rufus",
uninstall-skype.ps1, ,"Uninstalls Skype",
uninstall-spotify.ps1, ,"Uninstalls Spotify",
uninstall-twitter.ps1, ,"Uninstalls Twitter",
uninstall-visual-studio-code.ps1, ,"Uninstalls Visual Studio Code",
uninstall-vlc.ps1, ,"Uninstalls VLC",
uninstall-windows-terminal.ps1, ,"Uninstalls Windows Terminal",
upgrade-ubuntu.ps1, ,Upgrades Ubuntu Linux,
upload-file.ps1, ,Uploads a local file to a FTP server,
upload-to-dropbox.ps1, ,Uploads a file to Dropbox,
wake-up.ps1, ,Wakes up a computer using Wake-on-LAN,
weather-report.ps1, ,Lists the local weather report,
weather.ps1, ,Lists the current weather forecast,
what-is.ps1, ,Explains an abbreviation,
write-animated.ps1, ,Writes animated text,
write-ascii-image.ps1, ,write-ascii-image.ps1,
write-big.ps1, ,Writes text in big letters,
write-blue.ps1, ,Writes text in a blue foreground color,
write-braille.ps1, ,Writes text in Braille,
write-changelog.ps1, ,Writes a changelog,
write-chart.ps1, ,write-chart.ps1,
write-green.ps1, ,Writes text in a green foreground color,
write-in-emojis.ps1, ,Writes text in Emojis,
write-joke.ps1, ,Writes a random joke,
write-lowercase.ps1, ,Writes text in lowercase letters,
write-marquee.ps1, ,Writes text as marquee,
write-moon.ps1, ,Writes the moon phase,
write-morse-code.ps1, ,Writes Morse code,
write-motd.ps1, ,Writes the message of the day,
write-qr-code.ps1, ,Writes a QR code,
write-quote.ps1, ,Writes a random quote,
write-red.ps1, ,Writes text in a red foreground color,
write-rot13.ps1, ,Writes text encoded or decoded with ROT13,
write-shit.ps1, ,Writes shit,
write-sine-curves.ps1, ,Write sine curves,
write-time.ps1, ,Writes the current time,
write-typewriter.ps1, ,Writes text á la typewriter,
write-uppercase.ps1, ,Writes text in uppercase letters,
write-vertical.ps1, ,Writes text in vertical direction,
1 SCRIPT CATEGORY DESCRIPTION
2 add-firewall-rules.ps1 misc Adds firewall rules for executables (needs admin rights)
3 add-memo.ps1 misc Adds a memo text
4 alert.ps1 misc Handles and escalates an alert
5 build-repo.ps1 git Builds a repository
6 build-repos.ps1 git Builds Git repositories
7 cd-autostart.ps1 filesystem Sets the working directory to the user's autostart folder
8 cd-crashdumps.ps1 filesystem Change to the crash dumps folder
9 cd-desktop.ps1 filesystem Sets the working directory to the user's desktop folder
10 cd-docs.ps1 filesystem Sets the working directory to the documents folder
11 cd-downloads.ps1 filesystem Sets the working directory to the user's downloads folder
12 cd-dropbox.ps1 filesystem Sets the working directory to the user's Dropbox folder
13 cd-etc.ps1 filesystem Changes to the /etc directory
14 cd-fonts.ps1 filesystem Sets the working directory to the fonts folder
15 cd-home.ps1 filesystem Sets the working directory to the user's home folder
16 cd-music.ps1 filesystem Set the working directory to the user's music folder
17 cd-onedrive.ps1 filesystem Set the working directory to the user's OneDrive folder
18 cd-pics.ps1 filesystem Set the working directory to the user's pictures folder
19 cd-recycle-bin.ps1 filesystem Set the working directory to the user's recycle bin folder
20 cd-repos.ps1 filesystem Set the working directory to the user's Git repositories folder
21 cd-root.ps1 filesystem Set the working directory to the root directory (C: on Windows)
22 cd-scripts.ps1 filesystem Set the working directory to the PowerShell Scripts folder
23 cd-ssh.ps1 filesystem Set the working directory to the user's SSH folder
24 cd-up.ps1 filesystem Set the working directory to one directory level up
25 cd-up2.ps1 filesystem Set the working directory to two directory levels up
26 cd-up3.ps1 filesystem Set the working directory to three directory levels up
27 cd-up4.ps1 filesystem Set the working directory to four directory levels up
28 cd-videos.ps1 filesystem Set the working directory to the user's videos folder
29 check-cpu-temp.ps1 misc Checks the CPU temperature
30 check-dns-resolution.ps1 misc Checks the DNS resolution with frequently used domain names
31 check-drive-space.ps1 filesystem Checks a drive for free space left
32 check-file-system.ps1 filesystem Checks the file system of a drive (needs admin rights)
33 check-health.ps1 misc Checks the system health
34 check-ipv4-address.ps1 misc Checks the given IPv4 address for validity
35 check-ipv6-address.ps1 misc Checks the given IPv6 address for validity
36 check-mac-address.ps1 misc Checks the given MAC address for validity
37 check-ping.ps1 misc Checks the ping latency to the internet
38 check-subnet-mask.ps1 misc Checks the given subnet mask for validity
39 check-swap-space.ps1 misc Checks the swap space for free space left
40 check-symlinks.ps1 filesystem Checks every symlink in a directory tree
41 check-weather.ps1 misc Checks the current weather for critical values
42 check-windows-system-files.ps1 filesystem Checks the validity of the Windows system files
43 check-xml-file.ps1 filesystem Checks the given XML file for validity
44 clean-repo.ps1 git Cleans the current/given Git repository from untracked files (including submodules)
45 clean-repos.ps1 git Cleans all Git repositories under the current/given directory from untracked files (including submodules)
46 clear-recycle-bin.ps1 desktop Removes the content of the recycle bin folder (can not be undo!)
47 clone-repos.ps1 git Clones well-known Git repositories
48 close-calculator.ps1 desktop Closes the calculator program gracefully
49 close-chrome.ps1 desktop Closes the Google Chrome Web browser
50 close-cortana.ps1 desktop Closes Cortana gracefully
51 close-file-explorer.ps1 desktop Closes Microsoft File Explorer gracefully
52 close-firefox.ps1 desktop Closes the Mozilla Firefox browser
53 close-program.ps1 desktop Closes the given program gracefully
54 close-microsoft-edge.ps1 desktop Closes the Microsoft Edge Web browser
55 close-microsoft-store.ps1 desktop Closes the Microsoft Store app
56 close-netflix.ps1 desktop Closes the Netflix application gracefully
57 close-onedrive.ps1 desktop Closes Microsoft OneDrive gracefully
58 close-serenade.ps1 desktop Closes the Serenade.ai application gracefully
59 close-snipping-tool.ps1 desktop Closes the Snipping Tool application gracefully
60 close-spotify.ps1 desktop Closes Spotify
61 close-system-settings.ps1 desktop Closes the System Settings gracefully
62 close-thunderbird.ps1 desktop Closes Mozilla Thunderbird gracefully
63 close-vlc.ps1 desktop Closes the VLC media player application
64 close-windows-terminal.ps1 desktop Closes the Windows Terminal application
65 copy-photos-sorted.ps1 desktop Copy image files sorted by year and month
66 configure-git.ps1 git Sets up the Git user configuration
67 convert-csv2txt.ps1 filesystem Converts the given CSV file into a text list
68 convert-mysql2csv.ps1 filesystem Converts the MySQL database table to a CSV file
69 convert-ps2bat.ps1 filesystem Converts PowerShell script(s) to .bat files
70 convert-ps2md.ps1 filesystem Converts the comment-based help of a PowerShell script to Markdown
71 convert-sql2csv.ps1 filesystem Converts the SQL database table to a CSV file
72 convert-txt2wav.ps1 filesystem Converts text into a audio .WAV file
73 decrypt-file.ps1 filesystem Decrypts a file
74 disable-ipv6.ps1 misc Disables IPv6 (requires admin rights)
75 disconnect-vpn.ps1 misc Disconnects the VPN
76 download-dir.ps1 filesystem Downloads a folder (including subfolders) from an URL
77 download-file.ps1 filesystem Downloads a file from an URL
78 edit.ps1 desktop Edits the given file with the built-in text editor
79 enable-crash-dumps.ps1 filesystem Enables the writing of crash dumps
80 enable-god-mode.ps1 desktop Enables the god mode (adds a new icon to the desktop)
81 encrypt-file.ps1 filesystem Encrypts the given file
82 export-to-manuals.ps1 filesystem Converts all scripts as manuals
83 export-to-serenade.ps1 Converts all scripts to Serenade for voice control
84 fetch-repo.ps1 Fetches updates for the current/given Git repository (including submodules)
85 fetch-repos.ps1 Fetches updates for all Git repositories under the current/given directory (including submodules)
86 get-md5.ps1 Prints the MD5 checksum of the given file
87 get-sha1.ps1 Prints the SHA1 checksum of the given file
88 get-sha256.ps1 Prints the SHA256 checksum of the given file
89 hibernate.ps1 Enables hibernate mode for the local computer (needs admin rights)
90 inspect-exe.ps1 Prints basic information of the given executable file
91 install-audacity.ps1 Installs Audacity
92 install-basic-apps.ps1 Installs basic apps
93 install-basic-snaps.ps1 Installs basic Linux snaps
94 install-calibre-server.ps1 Installs Calibre server (needs admin rights)
95 install-chocolatey.ps1 Installs Chocolatey (needs admin rights)
96 install-chrome.ps1 Installs Chrome
97 install-crystal-disk-info.ps1 Installs CrystalDiskInfo
98 install-crystal-disk-mark.ps1 Installs CrystalDiskMark
99 install-discord.ps1 Installs Discord
100 install-edge.ps1 Installs Microsoft Edge
101 install-evcc.ps1 Installs evcc
102 install-firefox.ps1 Installs Mozilla Firefox
103 install-git-extensions.ps1 Installs Git Extensions
104 install-git-for-windows.ps1 Installs Git for Windows
105 install-github-cli.ps1 Installs GitHub CLI
106 install-irfanview.ps1 Installs IrfanView
107 install-knot-resolver.ps1 Installs Knot Resolver (needs admin rights)
108 install-microsoft-teams.ps1 Installs Microsoft Teams
109 install-netflix.ps1 Installs Netflix
110 install-nine-zip.ps1 Installs 9 ZIP
111 install-obs-studio.ps1 Installs OBS Studio (needs admin rights)
112 install-octoprint.ps1 install-octoprint.ps1
113 install-one-calendar.ps1 Installs One Calendar
114 install-opera-browser.ps1 Installs Opera Browser
115 install-opera-gx.ps1 Installs Opera GX
116 install-paint-3d.ps1 Installs Paint 3D
117 install-power-toys.ps1 Installs Microsoft Powertoys
118 install-powershell.ps1 Install PowerShell on Windows, Linux or macOS
119 install-rufus.ps1 Installs Rufus
120 install-signal-cli.ps1 Installs signal-cli
121 install-skype.ps1 Installs Skype
122 install-spotify.ps1 Installs Spotify
123 install-ssh-client.ps1 Installs a SSH client (needs admin rights)
124 install-ssh-server.ps1 Installs a SSH server (needs admin rights)
125 install-thunderbird.ps1 Installs Thunderbird
126 install-twitter.ps1 Installs Twitter
127 install-unbound-server.ps1 Installs Unbound server (needs admin rights)
128 install-updates.ps1 Installs software updates
129 install-visual-studio-code.ps1 Installs Visual Studio Code
130 install-vivaldi.ps1 Installs Vivaldi
131 install-vlc.ps1 Installs VLC
132 install-windows-terminal.ps1 Installs Windows Terminal
133 install-wsl.ps1 Installs Windows Subsystem for Linux (needs admin rights)
134 install-zoom.ps1 Installs Zoom
135 introduce-powershell.ps1 Introduces PowerShell to new users
136 list-aliases.ps1 Lists all PowerShell aliases
137 list-anagrams.ps1 Lists all anagrams of the given word
138 list-automatic-variables.ps1 Lists the automatic variables of PowerShell
139 list-branches.ps1 Lists all branches in the current/given Git repository
140 list-cheat-sheet.ps1 Lists the PowerShell cheat sheet
141 list-city-weather.ps1 Lists the current weather of cities worldwide (east to west)
142 list-commits.ps1 Lists all commits in the current/given Git repository
143 list-console-colors.ps1 Lists all console colors
144 list-countries.ps1 Lists details of all countries
145 list-cli-tools.ps1 Lists available command-line interface (CLI) tools
146 list-clipboard.ps1 Lists the contents of the clipboard
147 list-credits.ps1 Shows the credits
148 list-crypto-rates.ps1 Lists the current crypto exchange rates
149 list-dir-tree.ps1 Lists the directory tree content
150 list-drives.ps1 Lists all drives
151 list-environment-variables.ps1 Lists all environment variables
152 list-emojis.ps1 Lists the emojis of Unicode 13.0
153 list-empty-dirs.ps1 Lists empty subfolders within the given directory tree
154 list-empty-files.ps1 Lists empty files within the given directory tree
155 list-files.ps1 Lists all files in the given folder and also in every subfolder
156 list-folder.ps1 Lists the folder content
157 list-fritzbox-calls.ps1 Lists the FRITZ!Box calls
158 list-fritzbox-devices.ps1 Lists FRITZ!Box's known devices
159 list-hidden-files.ps1 Lists hidden files within the given directory tree
160 list-installed-apps.ps1 Lists the installed Windows Store apps
161 list-installed-software.ps1 Lists the installed software (except Windows Store apps)
162 list-latest-tag.ps1 Lists the latest tag on the current branch in a Git repository
163 list-latest-tags.ps1 Lists the latests tags in all Git repositories under the current/given directory
164 list-memos.ps1 Lists the memos at $HOME/Memos.csv
165 list-unused-files.ps1 Lists unused files in a directory tree
166 list-cmdlets.ps1 Lists the PowerShell cmdlets
167 list-earthquakes.ps1 Lists earthquakes with magnitude >= 6.0 for the last 30 days
168 list-exchange-rates.ps1 Lists the exchange rates for the given currency
169 list-modules.ps1 Lists the PowerShell modules
170 list-mysql-tables.ps1 Lists the MySQL server tables
171 list-network-shares.ps1 Lists the network shares of the local computer
172 list-news.ps1 Lists the latest news
173 list-os-releases.ps1 Lists operating system releases and download URL
174 list-os-updates.ps1 Lists operating system updates
175 list-passwords.ps1 Prints a list of random passwords
176 list-pins.ps1 Prints a list of random PIN's
177 list-printers.ps1 Lists all printer known to the computer
178 list-print-jobs.ps1 Lists all jobs of all printers
179 list-processes.ps1 Lists the local computer processes
180 list-profiles.ps1 Lists your PowerShell profiles
181 list-recycle-bin.ps1 Lists the content of the recycle bin folder
182 list-scripts.ps1 Lists all PowerShell scripts in this repository
183 list-services.ps1 Lists the services on the local computer
184 list-sql-tables.ps1 Lists the SQL server tables
185 list-submodules.ps1 Lists the submodules of the current/given Git repository
186 list-system-info.ps1 Lists system information on the local computer
187 list-tags.ps1 Lists all tags in the current/given Git repository
188 list-tasks.ps1 Lists all Windows scheduler tasks
189 list-timezone.ps1 Lists the current time zone details
190 list-timezones.ps1 Lists all time zones available
191 list-tiobe-index.ps1 Lists the TIOBE index of top programming languages
192 list-user-groups.ps1 Lists the user groups on the local computer
193 list-voices.ps1 Lists the installed text-to-speech (TTS) voices
194 list-weather.ps1 Lists the hourly weather
195 list-workdir.ps1 Lists the current working directory
196 locate-city.ps1 Prints the geographic location of the given city
197 locate-ipaddress.ps1 Prints the geographic location of the given IP address
198 locate-zip-code.ps1 Prints the geographic location of the given zip-code
199 make-install.ps1 git Copies newer EXE's + DLL's from the build directory to the installation directory
200 measure-BubbleSort.ps1 misc Measures the speed of BubbleSort
201 measure-BucketSort.ps1 misc Measures the speed of BucketSort
202 measure-CountingSort.ps1 misc Measures the speed of CountingSort
203 measure-HeapSort.ps1 misc Measures the speed of HeapSort
204 measure-InsertionSort.ps1 misc Measures the speed of InsertionSort
205 measure-MergeSort.ps1 misc Measures the speed of MergeSort
206 measure-QuickSort.ps1 misc Measures the speed of QuickSort
207 measure-SelectionSort.ps1 misc Measures the speed of SelectionSort
208 measure-sorting-algorithms.ps1 misc Measures the speed of sorting algorithms
209 minimize-all-windows.ps1 desktop Minimizes all windows
210 move-mouse-pointer.ps1 desktop Moves the mouse pointer
211 new-branch.ps1 git Creates a new Git branch
212 new-email.ps1 desktop Opens the default email client to write a new email
213 new-qrcode.ps1 misc Generates a QR code
214 new-script.ps1 misc Creates a new PowerShell script file
215 new-shortcut.ps1 filesystem Creates a new shortcut file
216 new-symlink.ps1 filesystem Creates a new symbolic link file
217 new-tag.ps1 git Creates a new tag in a Git repository
218 new-user.ps1 misc Creates a new user account
219 new-zipfile.ps1 filesystem Creates a new .ZIP file from a folder (including subfolders)
220 on-desktop-login.ps1 desktop Executes tasks on desktop login
221 open-apps-folder.ps1 desktop Opens the Apps folder
222 open-auto-start-folder.ps1 desktop Opens the autostart folder
223 open-browser.ps1 Starts the default Web browser
224 open-calculator.ps1 Starts the calculator program
225 open-c-drive.ps1 Opens the C: drive folder
226 open-downloads-folder.ps1 Opens the user's downloads folder
227 open-dropbox-folder.ps1 Opens the user's Dropbox folder
228 open-email-client.ps1 Starts the default email client
229 open-facebook.ps1 Opens Facebook's website
230 open-file-explorer.ps1 Opens the File Explorer
231 open-fritz-box.ps1 Opens FRITZ!Box's web interface
232 open-github.ps1 desktop Opens GitHub's website
233 open-google-books.ps1 desktop Opens Google Books
234 open-google-calendar.ps1 desktop Opens Google Calendar
235 open-google-contacts.ps1 desktop Opens Google Contacts
236 open-google-docs.ps1 desktop Opens Google Docs
237 open-google-earth.ps1 desktop Opens Google Earth
238 open-google-mail.ps1 desktop Opens Google Mail
239 open-google-maps.ps1 desktop Opens Google Maps
240 open-google-news.ps1 desktop Opens Google News
241 open-google-photos.ps1 Opens Google Photos
242 open-google-play.ps1 Opens Google Play
243 open-google-search.ps1 Opens Google Search
244 open-google-stadia.ps1 Opens Google Stadia
245 open-google-translate.ps1 Opens Google Translate
246 open-home-folder.ps1 Opens the user's home folder
247 open-music-folder.ps1 Opens the user's music folder
248 open-microsoft-edge.ps1 Launches the Microsoft Edge Web browser
249 open-microsoft-store.ps1 Starts the Microsoft Store app
250 open-netflix.ps1 Starts the Netflix app
251 open-notepad.ps1 Starts the Notepad app
252 open-onedrive-folder.ps1 Opens the user's OneDrive folder
253 open-recycle-bin.ps1 Opens the user's recycle bin folder
254 open-repos-folder.ps1 Opens the user's Git repositories folder
255 open-snipping-tools.ps1 Opens the Snipping Tool
256 open-speed-test.ps1 Opens Cloudflare's speed test
257 open-spotify.ps1 Opens the Spotify app
258 open-system-settings.ps1 Launches the Windows system settings
259 open-task-manager.ps1 Launches the Task Manager
260 open-toggl-track.ps1 Opens Toggl Track
261 open-videos-folder.ps1 Opens the user's videos folder
262 open-windows-terminal.ps1 Launches Windows Terminal
263 open-wikipedia.ps1 Opens Wikipedia's website
264 open-youtube.ps1 Opens YouTube.com
265 pick-commit.ps1 git Cherry-picks a Git commit into multiple branches
266 ping-weather.ps1 Ping the currrent weather conditions
267 play-bee-sound.ps1 audio Plays a bee sound
268 play-beep-sound.ps1 audio Plays a short beep sound
269 play-cat-sound.ps1 audio Plays a cat sound
270 play-cow-sound.ps1 audio Plays a cow sound
271 play-dog-sound.ps1 audio Plays a dog sound
272 play-donkey-sound.ps1 audio Plays a donkey sound
273 play-elephant-sound.ps1 audio Plays an elephant sound
274 play-elk-sound.ps1 audio Plays an elk sound
275 play-files.ps1 audio Plays audio files (MP3 and WAV)
276 play-frog-sound.ps1 audio Plays a frog sound
277 play-goat-sound.ps1 audio Plays a goat sound
278 play-gorilla-sound.ps1 audio Plays a gorilla sound
279 play-happy-birthday.ps1 audio Plays the Happy Birthday song
280 play-horse-sound.ps1 audio Plays a horse sound
281 play-imperial-march.ps1 audio Plays the Imperial March (Star Wars)
282 play-jingle-bells.ps1 audio Plays Jingle Bells
283 play-lion-sound.ps1 audio Plays a lion sound
284 play-m3u.ps1 audio Plays a playlist (.M3U format)
285 play-mission-impossible.ps1 audio Plays the Mission Impossible theme
286 play-mp3.ps1 audio Plays a MP3 sound file
287 play-parrot-sound.ps1 audio Plays a parrot sound
288 play-pig-sound.ps1 audio Plays a pig sound
289 play-pong.ps1 game play-pong.ps1
290 play-rattlesnake-sound.ps1 audio Plays a rattlesnake sound
291 play-rick.ps1 fun Plays Rick Astley
292 play-snake.ps1 game Play the Snake game
293 play-super-mario.ps1 audio Plays the Super Mario intro
294 play-tetris-melody.ps1 audio Plays the Tetris melody
295 play-vulture-sound.ps1 audio Plays a vulture sound
296 play-wolf-sound.ps1 audio Plays a wolf sound
297 poweroff.ps1 Halts the local computer (needs admin rights)
298 publish-to-ipfs.ps1 Publishes the given files or directory to IPFS
299 pull-repo.ps1 git Pulls updates for the current/given Git repository (including submodules)
300 pull-repos.ps1 git Pulls updates for all Git repositories under the current/given directory (including submodules)
301 query-smart-data.ps1 Queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory
302 new-branch.ps1 Creates a new branch in the current/given Git repository
303 new-email.ps1 Starts the default email client to write a new email
304 new-qrcode.ps1 Generates a new QR code
305 new-script.ps1 Creates a new PowerShell script
306 new-shortcut.ps1 Creates a new shortcut file
307 new-symlink.ps1 Creates a new symbolic link file
308 new-tag.ps1 Creates a new tag in a Git repository
309 new-zipfile.ps1 Creates a new .zip file from a directory
310 reboot.ps1 Reboots the local computer (needs admin rights)
311 reboot-fritzbox.ps1 Reboots the FRITZ!box device
312 remind-me.ps1 Creates a scheduled task that will display a popup message
313 remove-empty-dirs.ps1 filesystem Removes all empty subfolders within a directory tree
314 remove-old-dirs.ps1 filesystem Removes old directories
315 remove-print-jobs.ps1 misc Removes all jobs from all printers
316 remove-tag.ps1 git Removes a Git tag (locally, remote, or both)
317 replace-in-files.ps1 Search and replace a pattern in the given files by the replacement
318 restart-network-adapters.ps1 Restarts all local network adapters
319 save-screenshot.ps1 Saves a single screenshot
320 search-filename.ps1 Searches the directory tree for filenames by given pattern
321 search-files.ps1 Searches the given pattern in the given files
322 scan-ports.ps1 Scans the network for open/closed ports
323 send-email.ps1 Sends an email message
324 send-tcp.ps1 Sends a TCP message to the given IP address and port
325 send-udp.ps1 Sends a UDP datagram message to the given IP address and port
326 set-profile.ps1 Updates your PowerShell user profile
327 set-timer.ps1 Sets a timer for a countdown
328 set-wallpaper.ps1 Sets the given image as wallpaper
329 simulate-matrix.ps1 Simulates the Matrix (fun)
330 simulate-presence.ps1 Simulates the human presence against burglars
331 speak-arabic.ps1 audio Speaks text in Arabic
332 speak-checklist.ps1 audio Speaks a checklist by text-to-speech
333 speak-countdown.ps1 audio Speaks a countdown by text-to-speech
334 speak-croatian.ps1 audio Speaks text in Croatian
335 speak-danish.ps1 audio Speaks text in Danish
336 speak-dutch.ps1 audio Speaks text in Dutch
337 speak-english.ps1 audio Speaks text in English
338 speak-epub.ps1 audio Speaks an Epub file by text-to-speech (TTS).
339 speak-esperanto.ps1 audio Speaks text in Esperanto
340 speak-file.ps1 audio Speaks file content by text-to-speech
341 speak-finnish.ps1 audio Speaks text in Finnish
342 speak-french.ps1 audio Speaks text in French
343 speak-german.ps1 audio Speaks text in German
344 speak-greek.ps1 audio Speaks text in Greek
345 speak-hebrew.ps1 audio Speaks text in Hebrew
346 speak-hindi.ps1 audio Speaks text in Hindi
347 speak-italian.ps1 audio Speaks text in Italian
348 speak-japanese.ps1 audio Speaks text in Japanese
349 speak-korean.ps1 audio Speaks text in Korean
350 speak-latin.ps1 audio Speaks text in Latin
351 speak-mandarin.ps1 audio Speaks text in Mandarin
352 speak-norwegian.ps1 audio Speaks text in Norwegian
353 speak-polish.ps1 audio Speaks text in Polish
354 speak-portuguese.ps1 audio Speaks text in Portuguese
355 speak-russian.ps1 audio Speaks text in Russian
356 speak-spanish.ps1 audio Speaks text in Spanish
357 speak-swedish.ps1 audio Speaks text in Swedish
358 speak-test.ps1 audio speak-test.ps1
359 speak-text.ps1 audio Speaks text by the default text-to-speech voice
360 speak-thai.ps1 audio Speaks text in Thai
361 speak-turkish.ps1 audio Speaks text in Turkish
362 speak-ukrainian.ps1 audio Speaks text in Ukrainian
363 start-calibre-server.ps1 Starts a local Calibre server
364 start-ipfs-server.ps1 Starts a local IPFS server
365 switch-branch.ps1 git Switches the Git branch
366 switch-shelly1.ps1 misc Switches a Shelly1 device
367 switch-tabs.ps1 desktop Switches browser tabs
368 sync-repo.ps1 Synchronizes a Git repository by pull & push (including submodules)
369 tell-joke.ps1 Tells a random joke by text-to-speech
370 tell-quote.ps1 Tells a random quote by text-to-speech
371 toggle-caps-lock.ps1 desktop Toggle Caps Lock
372 toggle-num-lock.ps1 desktop Toggle Num Lock
373 toggle-scroll-lock.ps1 desktop Toggle Scroll Lock
374 translate-file.ps1 Translates the given text file into another language
375 translate-files.ps1 Translates the given text files into any supported language
376 translate-text.ps1 Translates the given text into other languages
377 turn-volume-down.ps1 audio Turns the volume down
378 turn-volume-fully-up.ps1 audio Turns the volume fully up
379 turn-volume-off.ps1 audio Turn audio off
380 turn-volume-on.ps1 audio Turn audio on
381 turn-volume-up.ps1 audio Turns the volume up
382 uninstall-all-apps.ps1 Uninstalls all apps
383 uninstall-bloatware.ps1 Uninstalls bloatware
384 uninstall-chrome.ps1 Uninstalls the Chrome browser
385 uninstall-crystal-disk-info.ps1 Uninstalls CrystalDiskInfo
386 uninstall-crystal-disk-mark.ps1 Uninstalls CrystalDiskMark
387 uninstall-discord.ps1 Uninstalls Discord
388 uninstall-edge.ps1 Uninstalls Microsoft Edge
389 uninstall-firefox.ps1 Uninstalls Mozilla Firefox
390 uninstall-git-extensions.ps1 Uninstalls Git Extensions
391 uninstall-github-cli.ps1 Uninstalls GitHub CLI
392 uninstall-irfanview.ps1 Uninstalls IrfanView
393 uninstall-microsoft-teams.ps1 Uninstalls Microsoft Teams
394 uninstall-netflix.ps1 Uninstalls Netflix
395 uninstall-nine-zip.ps1 Uninstalls 9 ZIP
396 uninstall-one-calendar.ps1 Uninstalls One Calendar
397 uninstall-opera-browser.ps1 Uninstalls Opera Browser
398 uninstall-opera-gx.ps1 Uninstalls Opera GX
399 uninstall-paint-3d.ps1 Uninstalls Paint 3D
400 uninstall-rufus.ps1 Uninstalls Rufus
401 uninstall-skype.ps1 Uninstalls Skype
402 uninstall-spotify.ps1 Uninstalls Spotify
403 uninstall-twitter.ps1 Uninstalls Twitter
404 uninstall-visual-studio-code.ps1 Uninstalls Visual Studio Code
405 uninstall-vlc.ps1 Uninstalls VLC
406 uninstall-windows-terminal.ps1 Uninstalls Windows Terminal
407 upgrade-ubuntu.ps1 Upgrades Ubuntu Linux
408 upload-file.ps1 Uploads a local file to a FTP server
409 upload-to-dropbox.ps1 Uploads a file to Dropbox
410 wake-up.ps1 Wakes up a computer using Wake-on-LAN
411 weather-report.ps1 Lists the local weather report
412 weather.ps1 Lists the current weather forecast
413 what-is.ps1 Explains an abbreviation
414 write-animated.ps1 Writes animated text
415 write-ascii-image.ps1 write-ascii-image.ps1
416 write-big.ps1 Writes text in big letters
417 write-blue.ps1 Writes text in a blue foreground color
418 write-braille.ps1 Writes text in Braille
419 write-changelog.ps1 Writes a changelog
420 write-chart.ps1 write-chart.ps1
421 write-green.ps1 Writes text in a green foreground color
422 write-in-emojis.ps1 Writes text in Emojis
423 write-joke.ps1 Writes a random joke
424 write-lowercase.ps1 Writes text in lowercase letters
425 write-marquee.ps1 Writes text as marquee
426 write-moon.ps1 Writes the moon phase
427 write-morse-code.ps1 Writes Morse code
428 write-motd.ps1 Writes the message of the day
429 write-qr-code.ps1 Writes a QR code
430 write-quote.ps1 Writes a random quote
431 write-red.ps1 Writes text in a red foreground color
432 write-rot13.ps1 Writes text encoded or decoded with ROT13
433 write-shit.ps1 Writes shit
434 write-sine-curves.ps1 Write sine curves
435 write-time.ps1 Writes the current time
436 write-typewriter.ps1 Writes text á la typewriter
437 write-uppercase.ps1 Writes text in uppercase letters
438 write-vertical.ps1 Writes text in vertical direction