PowerShell/Data/scripts.csv
2023-09-08 20:09:27 +02:00

21 KiB

1SCRIPTDESCRIPTION
2add-firewall-rules.ps1Adds firewall rules for executables (needs admin rights)
3add-memo.ps1Adds a memo text
4alert.ps1Handles and escalates an alert
5build-repo.ps1Builds a repository
6build-repos.ps1Builds Git repositories
7cd-autostart.ps1Sets the working directory to the user's autostart folder
8cd-crashdumps.ps1Change to the crash dumps folder
9cd-desktop.ps1Sets the working directory to the user's desktop folder
10cd-docs.ps1Sets the working directory to the documents folder
11cd-downloads.ps1Sets the working directory to the user's downloads folder
12cd-dropbox.ps1Sets the working directory to the user's Dropbox folder
13cd-etc.ps1Changes to the /etc directory
14cd-fonts.ps1Sets the working directory to the fonts folder
15cd-home.ps1Sets the working directory to the user's home folder
16cd-music.ps1Set the working directory to the user's music folder
17cd-onedrive.ps1Set the working directory to the user's OneDrive folder
18cd-pics.ps1Set the working directory to the user's pictures folder
19cd-recycle-bin.ps1Set the working directory to the user's recycle bin folder
20cd-repos.ps1Set the working directory to the user's Git repositories folder
21cd-root.ps1Set the working directory to the root directory (C: on Windows)
22cd-scripts.ps1Set the working directory to the PowerShell Scripts folder
23cd-ssh.ps1Set the working directory to the user's SSH folder
24cd-up.ps1Set the working directory to one directory level up
25cd-up2.ps1Set the working directory to two directory levels up
26cd-up3.ps1Set the working directory to three directory levels up
27cd-up4.ps1Set the working directory to four directory levels up
28cd-videos.ps1Set the working directory to the user's videos folder
29check-cpu-temp.ps1Checks the CPU temperature
30check-dns-resolution.ps1Checks the DNS resolution with frequently used domain names
31check-drive-space.ps1Checks a drive for free space left
32check-file-system.ps1Checks the file system of a drive (needs admin rights)
33check-health.ps1Checks the system health
34check-ipv4-address.ps1Checks the given IPv4 address for validity
35check-ipv6-address.ps1Checks the given IPv6 address for validity
36check-mac-address.ps1Checks the given MAC address for validity
37check-ping.ps1Checks the ping latency to the internet
38check-subnet-mask.ps1Checks the given subnet mask for validity
39check-swap-space.ps1Checks the swap space for free space left
40check-symlinks.ps1Checks every symlink in a directory tree
41check-weather.ps1Checks the current weather for critical values
42check-windows-system-files.ps1Checks the validity of the Windows system files
43check-xml-file.ps1Checks the given XML file for validity
44clean-repo.ps1Cleans the current/given Git repository from untracked files (including submodules)
45clean-repos.ps1Cleans all Git repositories under the current/given directory from untracked files (including submodules)
46clear-recycle-bin.ps1Removes the content of the recycle bin folder (can not be undo!)
47clone-repos.ps1Clones well-known Git repositories
48close-calculator.ps1Closes the calculator program gracefully
49close-chrome.ps1Closes the Google Chrome Web browser
50close-cortana.ps1Closes Cortana gracefully
51close-file-explorer.ps1Closes Microsoft File Explorer gracefully
52close-firefox.ps1Closes the Mozilla Firefox browser
53close-program.ps1Closes the given program gracefully
54close-microsoft-edge.ps1Closes the Microsoft Edge Web browser
55close-microsoft-store.ps1Closes the Microsoft Store app
56close-netflix.ps1Closes the Netflix application gracefully
57close-onedrive.ps1Closes Microsoft OneDrive gracefully
58close-serenade.ps1Closes the Serenade.ai application gracefully
59close-snipping-tool.ps1Closes the Snipping Tool application gracefully
60close-spotify.ps1Closes Spotify
61close-system-settings.ps1Closes the System Settings gracefully
62close-thunderbird.ps1Closes Mozilla Thunderbird gracefully
63close-vlc.ps1Closes the VLC media player application
64close-windows-terminal.ps1Closes the Windows Terminal application
65copy-photos-sorted.ps1Copy image files sorted by year and month
66configure-git.ps1Sets up the Git user configuration
67convert-csv2txt.ps1Converts the given CSV file into a text list
68convert-mysql2csv.ps1Converts the MySQL database table to a CSV file
69convert-ps2bat.ps1Converts PowerShell script(s) to .bat files
70convert-ps2md.ps1Converts the comment-based help of a PowerShell script to Markdown
71convert-sql2csv.ps1Converts the SQL database table to a CSV file
72convert-txt2wav.ps1Converts text into a audio .WAV file
73daily-tasks.shExecute PowerShell scripts automatically as daily tasks (Linux only)
74decrypt-file.ps1Decrypts the given file
75display-time.ps1Displays the current time for 10 seconds by default
76download-dir.ps1Downloads a directory tree from the given URL
77download-file.ps1Downloads a file from the given URL
78edit.ps1Edits the given file with the built-in text editor
79enable-crash-dumps.ps1Enables the writing of crash dumps
80enable-god-mode.ps1Enables the god mode (adds a new icon to the desktop)
81encrypt-file.ps1Encrypts the given file
82export-to-manuals.ps1Converts all scripts as manuals
83export-to-serenade.ps1Converts all scripts to Serenade for voice control
84fetch-repo.ps1Fetches updates for the current/given Git repository (including submodules)
85fetch-repos.ps1Fetches updates for all Git repositories under the current/given directory (including submodules)
86get-md5.ps1Prints the MD5 checksum of the given file
87get-sha1.ps1Prints the SHA1 checksum of the given file
88get-sha256.ps1Prints the SHA256 checksum of the given file
89hibernate.ps1Enables hibernate mode for the local computer (needs admin rights)
90inspect-exe.ps1Prints basic information of the given executable file
91install-chrome.ps1Installs the Google Chrome browser
92install-firefox.ps1Installs the Mozilla Firefox browser
93install-github-cli.ps1Installs GitHub CLI
94install-knot-resolver.ps1Installs the Knot Resolver (needs admin rights)
95install-signal-cli.ps1Installs signal-cli from github.com/AsamK/signal-cli
96install-ssh-client.ps1Installs the SSH client (needs admin rights)
97install-ssh-server.ps1Installs the SSH server (needs admin rights)
98install-updates.ps1Installs updates (needs admin rights)
99install-vscode.ps1Installs Visual Studio Code
100install-wsl.ps1Installs Windows Subsystem for Linux (WSL), needs admin rights
101introduce-powershell.ps1Introduces PowerShell to new users
102list-aliases.ps1Lists all PowerShell aliases
103list-anagrams.ps1Lists all anagrams of the given word
104list-automatic-variables.ps1Lists the automatic variables of PowerShell
105list-branches.ps1Lists all branches in the current/given Git repository
106list-cheat-sheet.ps1Lists the PowerShell cheat sheet
107list-city-weather.ps1Lists the current weather of cities worldwide (east to west)
108list-commits.ps1Lists all commits in the current/given Git repository
109list-console-colors.ps1Lists all console colors
110list-countries.ps1Lists details of all countries
111list-cli-tools.ps1Lists available command-line interface (CLI) tools
112list-clipboard.ps1Lists the contents of the clipboard
113list-credits.ps1Shows the credits
114list-crypto-rates.ps1Lists the current crypto exchange rates
115list-dir-tree.ps1Lists the directory tree content
116list-drives.ps1Lists all drives
117list-environment-variables.ps1Lists all environment variables
118list-emojis.ps1Lists the emojis of Unicode 13.0
119list-empty-dirs.ps1Lists empty subfolders within the given directory tree
120list-empty-files.ps1Lists empty files within the given directory tree
121list-files.ps1Lists all files in the given folder and also in every subfolder
122list-folder.ps1Lists the folder content
123list-fritzbox-calls.ps1Lists the FRITZ!Box calls
124list-fritzbox-devices.ps1Lists FRITZ!Box's known devices
125list-hidden-files.ps1Lists hidden files within the given directory tree
126list-installed-apps.ps1Lists the installed Windows Store apps
127list-installed-software.ps1Lists the installed software (except Windows Store apps)
128list-latest-tag.ps1Lists the latest tag on the current branch in a Git repository
129list-latest-tags.ps1Lists the latests tags in all Git repositories under the current/given directory
130list-memos.ps1Lists the memos at $HOME/Memos.csv
131list-unused-files.ps1Lists unused files in a directory tree
132list-cmdlets.ps1Lists the PowerShell cmdlets
133list-earthquakes.ps1Lists earthquakes with magnitude >= 6.0 for the last 30 days
134list-exchange-rates.ps1Lists the exchange rates for the given currency
135list-modules.ps1Lists the PowerShell modules
136list-mysql-tables.ps1Lists the MySQL server tables
137list-network-shares.ps1Lists the network shares of the local computer
138list-news.ps1Lists the latest news
139list-os-releases.ps1Lists operating system releases and download URL
140list-os-updates.ps1Lists operating system updates
141list-passwords.ps1Prints a list of random passwords
142list-pins.ps1Prints a list of random PIN's
143list-printers.ps1Lists all printer known to the computer
144list-print-jobs.ps1Lists all jobs of all printers
145list-processes.ps1Lists the local computer processes
146list-profiles.ps1Lists your PowerShell profiles
147list-recycle-bin.ps1Lists the content of the recycle bin folder
148list-scripts.ps1Lists all PowerShell scripts in this repository
149list-services.ps1Lists the services on the local computer
150list-sql-tables.ps1Lists the SQL server tables
151list-submodules.ps1Lists the submodules of the current/given Git repository
152list-system-info.ps1Lists system information on the local computer
153list-tags.ps1Lists all tags in the current/given Git repository
154list-tasks.ps1Lists all Windows scheduler tasks
155list-timezone.ps1Lists the current time zone details
156list-timezones.ps1Lists all time zones available
157list-tiobe-index.ps1Lists the TIOBE index of top programming languages
158list-user-groups.ps1Lists the user groups on the local computer
159list-voices.ps1Lists the installed text-to-speech (TTS) voices
160list-weather.ps1Lists the hourly weather
161list-workdir.ps1Lists the current working directory
162locate-city.ps1Prints the geographic location of the given city
163locate-ipaddress.ps1Prints the geographic location of the given IP address
164locate-zip-code.ps1Prints the geographic location of the given zip-code
165make-install.ps1Installs built executables and libs to the installation directory
166moon.ps1Prints the current moon phase
167mute-audio.ps1Mutes the audio device
168new-branch.ps1Creates a new Git branch
169new-email.ps1Opens the default email client to write a new email
170new-qrcode.ps1Generates a QR code
171new-script.ps1Creates a new PowerShell script file
172new-shortcut.ps1Creates a new shortcut file
173new-symlink.ps1Creates a new symbolic link file
174new-tag.ps1Creates a new tag in a Git repository
175new-user.ps1Creates a new user account
176new-zipfile.ps1Creates a new .ZIP file from a folder (including subfolders)
177open-amazon.ps1Opens Amazon's website
178open-browser.ps1Starts the default Web browser
179open-calculator.ps1Starts the calculator program
180open-c-drive.ps1Opens the C: drive folder
181open-downloads-folder.ps1Opens the user's downloads folder
182open-dropbox-folder.ps1Opens the user's Dropbox folder
183open-email-client.ps1Starts the default email client
184open-facebook.ps1Opens Facebook's website
185open-file-explorer.ps1Opens the File Explorer
186open-fritz-box.ps1Opens FRITZ!Box's web interface
187open-github.ps1Opens GitHub's website
188open-google-books.ps1Opens Google Books
189open-google-calendar.ps1Opens Google Calendar
190open-google-contacts.ps1Opens Google Contacts
191open-google-docs.ps1Opens Google Docs
192open-google-earth.ps1Opens Google Earth
193open-google-mail.ps1Opens Google Mail
194open-google-maps.ps1Opens Google Maps
195open-google-news.ps1Opens Google News
196open-google-photos.ps1Opens Google Photos
197open-google-play.ps1Opens Google Play
198open-google-search.ps1Opens Google Search
199open-google-stadia.ps1Opens Google Stadia
200open-google-translate.ps1Opens Google Translate
201open-home-folder.ps1Opens the user's home folder
202open-music-folder.ps1Opens the user's music folder
203open-microsoft-edge.ps1Launches the Microsoft Edge Web browser
204open-microsoft-store.ps1Starts the Microsoft Store app
205open-netflix.ps1Starts the Netflix app
206open-notepad.ps1Starts the Notepad app
207open-onedrive-folder.ps1Opens the user's OneDrive folder
208open-recycle-bin.ps1Opens the user's recycle bin folder
209open-repos-folder.ps1Opens the user's Git repositories folder
210open-snipping-tools.ps1Opens the Snipping Tool
211open-speed-test.ps1Opens Cloudflare's speed test
212open-spotify.ps1Opens the Spotify app
213open-system-settings.ps1Launches the Windows system settings
214open-task-manager.ps1Launches the Task Manager
215open-toggl-track.ps1Opens Toggl Track
216open-videos-folder.ps1Opens the user's videos folder
217open-windows-terminal.ps1Launches Windows Terminal
218open-wikipedia.ps1Opens Wikipedia's website
219open-youtube.ps1Opens YouTube.com
220pick-commit.ps1Cherry-picks a Git commit into multiple branches
221ping-weather.ps1Ping the currrent weather conditions
222play-bee-sound.ps1Plays a bee sound
223play-beep-sound.ps1Plays a short beep sound
224play-cat-sound.ps1Plays a cat sound
225play-cow-sound.ps1Plays a cow sound
226play-dog-sound.ps1Plays a dog sound
227play-donkey-sound.ps1Plays a donkey sound
228play-elephant-sound.ps1Plays an elephant sound
229play-elk-sound.ps1Plays an elk sound
230play-files.ps1Plays audio files (MP3 and WAV)
231play-frog-sound.ps1Plays a frog sound
232play-goat-sound.ps1Plays a goat sound
233play-gorilla-sound.ps1Plays a gorilla sound
234play-happy-birthday.ps1Plays the Happy Birthday song
235play-horse-sound.ps1Plays a horse sound
236play-imperial-march.ps1Plays the Imperial March (Star Wars)
237play-jingle-bells.ps1Plays Jingle Bells
238play-lion-sound.ps1Plays a lion sound
239play-m3u.ps1Plays a playlist (.M3U format)
240play-mission-impossible.ps1Plays the Mission Impossible theme
241play-mp3.ps1Plays a MP3 sound file
242play-parrot-sound.ps1Plays a parrot sound
243play-pig-sound.ps1Plays a pig sound
244play-rattlesnake-sound.ps1Plays a rattlesnake sound
245play-super-mario.ps1Plays the Super Mario intro
246play-tetris-melody.ps1Plays the Tetris melody
247play-vulture-sound.ps1Plays a vulture sound
248play-wolf-sound.ps1Plays a wolf sound
249poweroff.ps1Halts the local computer (needs admin rights)
250publish-to-ipfs.ps1Publishes the given files or directory to IPFS
251pull-repo.ps1Pulls updates for the current/given Git repository (including submodules)
252pull-repos.ps1Pulls updates for all Git repositories under the current/given directory (including submodules)
253query-smart-data.ps1Queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory
254new-branch.ps1Creates a new branch in the current/given Git repository
255new-email.ps1Starts the default email client to write a new email
256new-qrcode.ps1Generates a new QR code
257new-script.ps1Creates a new PowerShell script
258new-shortcut.ps1Creates a new shortcut file
259new-symlink.ps1Creates a new symbolic link file
260new-tag.ps1Creates a new tag in a Git repository
261new-zipfile.ps1Creates a new .zip file from a directory
262reboot.ps1Reboots the local computer (needs admin rights)
263reboot-fritzbox.ps1Reboots the FRITZ!box device
264remind-me.ps1Creates a scheduled task that will display a popup message
265remove-empty-dirs.ps1Removes empty subfolders within the given directory tree
266remove-print-jobs.ps1Removes all jobs from all printers
267remove-tag.ps1Removes a tag in a Git repository
268replace-in-files.ps1Search and replace a pattern in the given files by the replacement
269restart-network-adapters.ps1Restarts all local network adapters
270save-screenshot.ps1Saves a single screenshot
271say-date.ps1Say the current date by text-to-speech
272say-joke.ps1Say a random Chuck Norris joke by text-to-speech
273say-quote.ps1Say a random quote by text-to-speech
274say-time.ps1Say the current time by text-to-speech
275search-filename.ps1Searches the directory tree for filenames by given pattern
276search-files.ps1Searches the given pattern in the given files
277scan-ports.ps1Scans the network for open/closed ports
278send-email.ps1Sends an email message
279send-tcp.ps1Sends a TCP message to the given IP address and port
280send-udp.ps1Sends a UDP datagram message to the given IP address and port
281set-profile.ps1Updates your PowerShell user profile
282set-timer.ps1Sets a timer for a countdown
283set-wallpaper.ps1Sets the given image as wallpaper
284simulate-matrix.ps1Simulates the Matrix (fun)
285simulate-presence.ps1Simulates the human presence against burglars
286speak-arabic.ps1Speaks text in Arabic
287speak-checklist.ps1Speaks a checklist by text-to-speech
288speak-countdown.ps1Speaks a countdown by text-to-speech
289speak-croatian.ps1Speaks text in Croatian
290speak-danish.ps1Speaks text in Danish
291speak-dutch.ps1Speaks text in Dutch
292speak-english.ps1Speaks text in English
293speak-epub.ps1Speaks an Epub file by text-to-speech (TTS).
294speak-esperanto.ps1Speaks text in Esperanto
295speak-file.ps1Speaks file content by text-to-speech
296speak-finnish.ps1Speaks text in Finnish
297speak-french.ps1Speaks text in French
298speak-german.ps1Speaks text in German
299speak-greek.ps1Speaks text in Greek
300speak-hebrew.ps1Speaks text in Hebrew
301speak-hindi.ps1Speaks text in Hindi
302speak-italian.ps1Speaks text in Italian
303speak-japanese.ps1Speaks text in Japanese
304speak-korean.ps1Speaks text in Korean
305speak-latin.ps1Speaks text in Latin
306speak-mandarin.ps1Speaks text in Mandarin
307speak-norwegian.ps1Speaks text in Norwegian
308speak-polish.ps1Speaks text in Polish
309speak-portuguese.ps1Speaks text in Portuguese
310speak-russian.ps1Speaks text in Russian
311speak-spanish.ps1Speaks text in Spanish
312speak-swedish.ps1Speaks text in Swedish
313speak-test.ps1Performs a speak test by text-to-speech
314speak-text.ps1Speaks text by the default text-to-speech voice
315speak-thai.ps1Speaks text in Thai
316speak-turkish.ps1Speaks text in Turkish
317speak-ukrainian.ps1Speaks text in Ukrainian
318start-calibre-server.ps1Starts a local Calibre server
319start-ipfs-server.ps1Starts a local IPFS server
320switch-branch.ps1Switches the branch in the current/given Git repository (including submodules)
321switch-shelly1.ps1Switches a Shelly1 device in the local network
322sync-repo.ps1Synchronizes a Git repository by pull & push (including submodules)
323tell-joke.ps1Tells a random joke by text-to-speech
324tell-quote.ps1Tells a random quote by text-to-speech
325toggle-caps-lock.ps1Toggle Caps Lock
326toggle-num-lock.ps1Toggle Num Lock
327toggle-scroll-lock.ps1Toggle Scroll Lock
328translate-file.ps1Translates the given text file into another language
329translate-files.ps1Translates the given text files into any supported language
330translate-text.ps1Translates the given text into other languages
331turn-volume-down.ps1Turns the volume down
332turn-volume-fully-up.ps1Turns the volume fully up
333turn-volume-off.ps1Turn audio off
334turn-volume-on.ps1Turn audio on
335turn-volume-up.ps1Turns the volume up
336uninstall-all-apps.ps1Uninstalls all apps
337uninstall-bloatware.ps1Uninstalls bloatware
338uninstall-crystal-disk-info.ps1Uninstalls CrystalDiskInfo
339uninstall-crystal-disk-mark.ps1Uninstalls CrystalDiskMark
340uninstall-discord.ps1Uninstalls Discord
341uninstall-edge.ps1Uninstalls Microsoft Edge
342uninstall-firefox.ps1Uninstalls the Mozilla Firefox browser
343uninstall-git-extensions.ps1Uninstalls Git Extensions
344uninstall-github-cli.ps1Uninstalls GitHub CLI
345uninstall-irfanview.ps1Uninstalls IrfanView
346uninstall-microsoft-teams.ps1Uninstalls Microsoft Teams
347uninstall-netflix.ps1Uninstalls Netflix
348uninstall-nine-zip.ps1Uninstalls 9 ZIP
349uninstall-one-calendar.ps1Uninstalls One Calendar
350uninstall-opera-browser.ps1Uninstalls Opera Browser
351uninstall-opera-gx.ps1Uninstalls Opera GX
352uninstall-paint-3d.ps1Uninstalls Paint 3D
353uninstall-rufus.ps1Uninstalls Rufus
354uninstall-skype.ps1Uninstalls Skype
355uninstall-spotify.ps1Uninstalls Spotify
356uninstall-twitter.ps1Uninstalls Twitter
357uninstall-visual-studio-code.ps1Uninstalls Visual Studio Code
358uninstall-vlc.ps1Uninstalls VLC
359uninstall-windows-terminal.ps1Uninstalls Windows Terminal
360upgrade-ubuntu.ps1Upgrades Ubuntu Linux
361upload-file.ps1Uploads a local file to a FTP server
362upload-to-dropbox.ps1Uploads a file to Dropbox
363wake-up.ps1Wakes up a computer using Wake-on-LAN
364weather-report.ps1Lists the local weather report
365weather.ps1Lists the current weather forecast
366what-is.ps1Explains an abbreviation
367write-animated.ps1Writes animated text
368write-big.ps1Writes the given text in big letters
369write-blue.ps1Writes the given text in a blue foreground color
370write-braille.ps1Writes the given text in Braille
371write-calendar.ps1Writes the calendar (month or year)
372write-green.ps1Writes the given text in a green foreground color
373write-joke.ps1]Writes a random Juck Norris joke
374write-lowercase.ps1Writes the given text in lowercase letters
375write-marquee.ps1Writes the given text as marquee
376write-morse-code.ps1Writes the given text in Morse code
377write-motd.ps1Writes the message of the day (MOTD)
378write-quote.ps1Writes a random quote
379write-red.ps1Writes the given text in a red foreground color
380write-rot13.ps1Encodes or decodes the given text with ROT13
381write-typewriter.ps1Writes the given text with the typewriter effect
382write-uppercase.ps1Writes the given text in uppercase letters
383write-vertical.ps1Writes the given text in vertical direction