PowerShell/Data/scripts.csv
2021-10-12 22:06:12 +02:00

16 KiB

1ScriptDescription
2add-firewall-rules.ps1Adds firewall rules to the given executables (needs admin rights)
3add-memo.ps1Adds the given memo text to $HOME/Memos.csv
4build-repo.ps1Builds a Git repository
5build-repos.ps1Builds all Git repositories in a folder
6cd-desktop.ps1Change the working directory to the user's desktop folder
7cd-docs.ps1Change the working directory to the user's documents folder
8cd-downloads.ps1Change the working directory to the user's downloads folder
9cd-dropbox.ps1Change the working directory to the user's Dropbox folder
10cd-home.ps1Change the working directory to the user's home folder
11cd-music.ps1Change the working directory to the user's music folder
12cd-onedrive.ps1Change the working directory to the user's OneDrive folder
13cd-pics.ps1Change the working directory to the user's pictures folder
14cd-recycle-bin.ps1Change the working directory to the user's recycle bin folder
15cd-repos.ps1Change the working directory to the user's Git repositories folder
16cd-root.ps1Change the working directory to the root directory (C: on Windows)
17cd-scripts.ps1Change the working directory to the PowerShell Scripts folder
18cd-ssh.ps1Change the working directory to the user's SSH folder
19cd-up.ps1Change the working directory to one directory level up
20cd-up2.ps1Change the working directory to two directory levels up
21cd-up3.ps1Change the working directory to three directory levels up
22cd-up4.ps1Change the working directory to four directory levels up
23cd-videos.ps1Change the working directory to the user's videos folder
24check-cpu-temp.ps1Checks the CPU temperature
25check-dns-resolution.ps1Checks the DNS resolution with frequently used domain names
26check-drive-space.ps1Checks a drive for free space left
27check-file-system.ps1Checks the file system of a drive (needs admin rights)
28check-health.ps1Checks the system health
29check-ipv4-address.ps1Checks the given IPv4 address for validity
30check-ipv6-address.ps1Checks the given IPv6 address for validity
31check-mac-address.ps1Checks the given MAC address for validity
32check-ping.ps1Checks the ping latency to the internet
33check-subnet-mask.ps1Checks the given subnet mask for validity
34check-swap-space.ps1Checks the swap space for free space left
35check-symlinks.ps1Checks every symlink in a directory tree
36check-weather.ps1Checks the current weather for critical values
37check-windows-system-files.ps1Checks the validity of the Windows system files
38check-xml-file.ps1Checks the given XML file for validity
39clean-repo.ps1Cleans the current/given Git repository from untracked files (including submodules)
40clean-repos.ps1Cleans all Git repositories under the current/given directory from untracked files (including submodules)
41clear-recycle-bin.ps1Removes the content of the recycle bin folder (can not be undo!)
42clone-repos.ps1Clones well-known Git repositories
43close-calculator.ps1Closes the calculator program gracefully
44close-chrome.ps1Closes the Google Chrome Web browser
45close-cortana.ps1Closes Cortana gracefully
46close-edge.ps1Closes the Microsoft Edge Web browser
47close-file-explorer.ps1Closes Microsoft File Explorer gracefully
48close-firefox.ps1Closes the Firefox Web browser
49close-program.ps1Closes the given program gracefully
50close-netflix.ps1Closes the Netflix application gracefully
51close-onedrive.ps1Closes Microsoft OneDrive gracefully
52close-system-settings.ps1Closes the System Settings gracefully
53close-thunderbird.ps1Closes Mozilla Thunderbird gracefully
54close-vlc.ps1Closes the VLC media player application
55close-windows-terminal.ps1Closes the Windows Terminal application
56copy-photos-sorted.ps1Copy image files sorted by year and month
57configure-git.ps1Sets up the Git user configuration
58convert-csv2txt.ps1Converts the given CSV file into a text list
59convert-mysql2csv.ps1Converts the MySQL database table to a CSV file
60convert-ps2bat.ps1Converts PowerShell script(s) to .bat files
61convert-ps2md.ps1Converts the comment-based help of a PowerShell script to Markdown
62convert-sql2csv.ps1Converts the SQL database table to a CSV file
63convert-txt2wav.ps1Converts text into a audio .WAV file
64daily-tasks.shExecute PowerShell scripts automatically as daily tasks (Linux only)
65decrypt-file.ps1Decrypts the given file
66display-time.ps1Displays the current time for 10 seconds by default
67download-dir.ps1Downloads a directory tree from the given URL
68download-file.ps1Downloads a file from the given URL
69edit.ps1Edits the given file with the built-in text editor
70enable-crash-dumps.ps1Enables the writing of crash dumps
71enable-god-mode.ps1Enables the god mode (adds a new icon to the desktop)
72encrypt-file.ps1Encrypts the given file
73export-to-manuals.ps1Converts all scripts as manuals
74export-to-serenade.ps1Converts all scripts to Serenade for voice control
75fetch-repo.ps1Fetches updates for the current/given Git repository (including submodules)
76fetch-repos.ps1Fetches updates for all Git repositories under the current/given directory (including submodules)
77get-md5.ps1Prints the MD5 checksum of the given file
78get-sha1.ps1Prints the SHA1 checksum of the given file
79get-sha256.ps1Prints the SHA256 checksum of the given file
80hibernate.ps1Enables hibernate mode for the local computer (needs admin rights)
81inspect-exe.ps1Prints basic information of the given executable file
82install-github-cli.ps1Installs GitHub CLI
83install-google-chrome.ps1Installs the Google Chrome browser
84install-knot-resolver.ps1Installs the Knot Resolver (needs admin rights)
85install-signal-cli.ps1Installs signal-cli from github.com/AsamK/signal-cli
86install-ssh-client.ps1Installs the SSH client (needs admin rights)
87install-ssh-server.ps1Installs the SSH server (needs admin rights)
88install-updates.ps1Installs updates (needs admin rights)
89install-vscode.ps1Installs Visual Studio Code
90introduce-powershell.ps1Introduces PowerShell to new users
91list-aliases.ps1Lists all PowerShell aliases
92list-anagrams.ps1Lists all anagrams of the given word
93list-automatic-variables.ps1Lists the automatic variables of PowerShell
94list-branches.ps1Lists all branches in the current/given Git repository
95list-cheat-sheet.ps1Lists the PowerShell cheat sheet
96list-city-weather.ps1Lists the current weather of cities worldwide (east to west)
97list-commits.ps1Lists all commits in the current/given Git repository
98list-console-colors.ps1Lists all console colors
99list-countries.ps1Lists details of all countries
100list-cli-tools.ps1Lists available command-line interface (CLI) tools
101list-clipboard.ps1Lists the contents of the clipboard
102list-credits.ps1Shows the credits
103list-crypto-rates.ps1Lists the current crypto exchange rates
104list-dir-tree.ps1Lists the directory tree content
105list-drives.ps1Lists all drives
106list-environment-variables.ps1Lists all environment variables
107list-emojis.ps1Lists the emojis of Unicode 13.0
108list-empty-dirs.ps1Lists empty subfolders within the given directory tree
109list-empty-files.ps1Lists empty files within the given directory tree
110list-files.ps1Lists all files in the given folder and also in every subfolder
111list-folder.ps1Lists the folder content
112list-fritzbox-calls.ps1Lists the FRITZ!Box calls
113list-fritzbox-devices.ps1Lists FRITZ!Box's known devices
114list-hidden-files.ps1Lists hidden files within the given directory tree
115list-installed-apps.ps1Lists the installed Windows Store apps
116list-installed-software.ps1Lists the installed software (except Windows Store apps)
117list-latest-tag.ps1Lists the latest tag on the current branch in a Git repository
118list-latest-tags.ps1Lists the latests tags in all Git repositories under the current/given directory
119list-memos.ps1Lists the memos at $HOME/Memos.csv
120list-unused-files.ps1Lists unused files in a directory tree
121list-cmdlets.ps1Lists the PowerShell cmdlets
122list-earthquakes.ps1Lists earthquakes with magnitude >= 6.0 for the last 30 days
123list-exchange-rates.ps1Lists the exchange rates for the given currency
124list-modules.ps1Lists the PowerShell modules
125list-mysql-tables.ps1Lists the MySQL server tables
126list-network-shares.ps1Lists the network shares of the local computer
127list-news.ps1Lists the latest news
128list-os-releases.ps1Lists operating system releases and download URL
129list-os-updates.ps1Lists operating system updates
130list-passwords.ps1Prints a list of random passwords
131list-pins.ps1Prints a list of random PIN's
132list-printers.ps1Lists all printer known to the computer
133list-print-jobs.ps1Lists all jobs of all printers
134list-processes.ps1Lists the local computer processes
135list-profiles.ps1Lists your PowerShell profiles
136list-recycle-bin.ps1Lists the content of the recycle bin folder
137list-scripts.ps1Lists all PowerShell scripts in this repository
138list-services.ps1Lists the services on the local computer
139list-sql-tables.ps1Lists the SQL server tables
140list-submodules.ps1Lists the submodules of the current/given Git repository
141list-system-info.ps1Lists system information on the local computer
142list-tags.ps1Lists all tags in the current/given Git repository
143list-tasks.ps1Lists all Windows scheduler tasks
144list-timezone.ps1Lists the current time zone details
145list-timezones.ps1Lists all time zones available
146list-tiobe-index.ps1Lists the TIOBE index of top programming languages
147list-user-groups.ps1Lists the user groups on the local computer
148list-voices.ps1Lists the installed text-to-speech (TTS) voices
149list-weather.ps1Lists the hourly weather
150list-workdir.ps1Lists the current working directory
151locate-city.ps1Prints the geographic location of the given city
152locate-ipaddress.ps1Prints the geographic location of the given IP address
153locate-zip-code.ps1Prints the geographic location of the given zip-code
154make-install.ps1Installs built executables and libs to the installation directory
155moon.ps1Prints the current moon phase
156mute-audio.ps1Mutes the audio device
157open-browser.ps1Starts the default Web browser
158open-calculator.ps1Starts the calculator program
159open-email-client.ps1Starts the default email client
160open-file-explorer.ps1Starts the Microsoft File Explorer
161open-netflix.ps1Starts the Netflix app
162open-onedrive.ps1Opens the user's OneDrive folder
163open-recycle-bin.ps1Starts the File Explorer with the recycle bin folder
164pick-commit.ps1Cherry-picks a Git commit into multiple branches
165play-beep.ps1Plays a beep sound
166play-files.ps1Plays the given audio files
167play-happy-birthday.ps1Plays the Happy Birthday song
168play-imperial-march.ps1Plays the Imperial March (Star Wars)
169play-jingle-bells.ps1Plays Jingle Bells
170play-mission-impossible.ps1Plays the Mission Impossible theme
171play-m3u.ps1Plays the given playlist (M3U file format)
172play-mp3.ps1Plays the given sound file (MP3 file format)
173play-super-mario.ps1Plays the Super Mario Intro
174play-tetris-melody.ps1Plays the Tetris melody
175poweroff.ps1Halts the local computer (needs admin rights)
176publish-to-ipfs.ps1Publishes the given files or directory to IPFS
177pull-repo.ps1Pulls updates for the current/given Git repository (including submodules)
178pull-repos.ps1Pulls updates for all Git repositories under the current/given directory (including submodules)
179query-smart-data.ps1Queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory
180new-branch.ps1Creates a new branch in the current/given Git repository
181new-email.ps1Starts the default email client to write a new email
182new-qrcode.ps1Generates a new QR code
183new-script.ps1Creates a new PowerShell script
184new-shortcut.ps1Creates a new shortcut file
185new-symlink.ps1Creates a new symbolic link file
186new-tag.ps1Creates a new tag in a Git repository
187new-zipfile.ps1Creates a new .zip file from a directory
188reboot.ps1Reboots the local computer (needs admin rights)
189reboot-fritzbox.ps1Reboots the FRITZ!box device
190remind-me.ps1Creates a scheduled task that will display a popup message
191remove-empty-dirs.ps1Removes empty subfolders within the given directory tree
192remove-print-jobs.ps1Removes all jobs from all printers
193remove-tag.ps1Removes a tag in a Git repository
194replace-in-files.ps1Search and replace a pattern in the given files by the replacement
195restart-network-adapters.ps1Restarts all local network adapters
196say-date.ps1Say the current date by text-to-speech
197say-time.ps1Say the current time by text-to-speech
198search-filename.ps1Searches the directory tree for filenames by given pattern
199search-files.ps1Searches the given pattern in the given files
200scan-ports.ps1Scans the network for open/closed ports
201send-email.ps1Sends an email message
202send-tcp.ps1Sends a TCP message to the given IP address and port
203send-udp.ps1Sends a UDP datagram message to the given IP address and port
204set-profile.ps1Updates your PowerShell user profile
205set-timer.ps1Sets a timer for a countdown
206set-wallpaper.ps1Sets the given image as wallpaper
207simulate-matrix.ps1Simulates the Matrix (fun)
208simulate-presence.ps1Simulates the human presence against burglars
209speak-checklist.ps1Speaks the given checklist by text-to-speech (TTS)
210speak-countdown.ps1Starts a countdown by text-to-speech (TTS)
211speak-english.ps1Speaks the given text with an English text-to-speech (TTS) voice
212speak-epub.ps1Speaks the content of the given Epub file by text-to-speech (TTS)
213speak-file.ps1Speaks the content of the given text file by text-to-speech (TTS)
214speak-french.ps1Speaks the given text with a French text-to-speech (TTS) voice
215speak-german.ps1Speaks the given text with a German text-to-speech (TTS) voice
216speak-italian.ps1Speaks the given text with an Italian text-to-speech (TTS) voice
217speak-joke.ps1Speaks a random Chuck Norris joke by text-to-speech (TTS)
218speak-quote.ps1Speaks a random quote by text-to-speech (TTS)
219speak-spanish.ps1Speaks the given text with a Spanish text-to-speech (TTS) voice
220speak-test.ps1Performs a speak test by text-to-speech (TTS)
221speak-text.ps1Speaks the given text by text-to-speech (TTS)
222start-calibre-server.ps1Starts a local Calibre server
223start-ipfs-server.ps1Starts a local IPFS server
224switch-branch.ps1Switches the branch in the current/given Git repository (including submodules)
225switch-shelly1.ps1Switches a Shelly1 device in the local network
226sync-repo.ps1Synchronizes a Git repository by push & pull (including submodules)
227take-screenshot.ps1Takes a single screenshot
228take-screenshots.ps1Takes multiple screenshots
229translate-file.ps1Translates the given text file into another language
230translate-files.ps1Translates the given text files into any supported language
231translate-text.ps1Translates the given text into other languages
232turn-volume-up.ps1Turns the audio volume up (+10% by default)
233turn-volume-down.ps1Turns the audio volume down (-10% by default)
234unmute-audio.ps1Unmutes audio
235upgrade-ubuntu.ps1Upgrades Ubuntu Linux to the latest (LTS) release
236upload-file.ps1Uploads the local file to the given FTP server
237voice-control.ps1Executes the PowerShell scripts by voice
238weather.ps1Prints the current weather forecast
239weather-report.ps1Prints the local weather report
240what-is.ps1Prints a description of the given abbreviation
241write-animated.ps1Writes animated text
242write-big.ps1Writes the given text in big letters
243write-blue.ps1Writes the given text in a blue foreground color
244write-braille.ps1Writes the given text in Braille
245write-calendar.ps1Writes the calendar (month or year)
246write-green.ps1Writes the given text in a green foreground color
247write-joke.ps1]Writes a random Juck Norris joke
248write-lowercase.ps1Writes the given text in lowercase letters
249write-marquee.ps1Writes the given text as marquee
250write-morse-code.ps1Writes the given text in Morse code
251write-motd.ps1Writes the message of the day (MOTD)
252write-quote.ps1Writes a random quote
253write-red.ps1Writes the given text in a red foreground color
254write-rot13.ps1Encodes or decodes the given text with ROT13
255write-typewriter.ps1Writes the given text with the typewriter effect
256write-uppercase.ps1Writes the given text in uppercase letters
257write-vertical.ps1Writes the given text in vertical direction