PowerShell/Data/scripts.csv
2023-09-28 12:54:59 +02:00

22 KiB

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