PowerShell/Data/scripts.csv
2023-09-28 13:35:37 +02:00

25 KiB

1SCRIPTCATEGORYDESCRIPTION
2add-firewall-rules.ps1miscAdds firewall rules for executables (needs admin rights)
3add-memo.ps1miscAdds a memo text
4alert.ps1miscHandles and escalates an alert
5build-repo.ps1gitBuilds a repository
6build-repos.ps1gitBuilds Git repositories
7cd-autostart.ps1filesystemSets the working directory to the user's autostart folder
8cd-crashdumps.ps1filesystemChange to the crash dumps folder
9cd-desktop.ps1filesystemSets the working directory to the user's desktop folder
10cd-docs.ps1filesystemSets the working directory to the documents folder
11cd-downloads.ps1filesystemSets the working directory to the user's downloads folder
12cd-dropbox.ps1filesystemSets the working directory to the user's Dropbox folder
13cd-etc.ps1filesystemChanges to the /etc directory
14cd-fonts.ps1filesystemSets the working directory to the fonts folder
15cd-home.ps1filesystemSets the working directory to the user's home folder
16cd-music.ps1filesystemSet the working directory to the user's music folder
17cd-onedrive.ps1filesystemSet the working directory to the user's OneDrive folder
18cd-pics.ps1filesystemSet the working directory to the user's pictures folder
19cd-recycle-bin.ps1filesystemSet the working directory to the user's recycle bin folder
20cd-repos.ps1filesystemSet the working directory to the user's Git repositories folder
21cd-root.ps1filesystemSet the working directory to the root directory (C: on Windows)
22cd-scripts.ps1filesystemSet the working directory to the PowerShell Scripts folder
23cd-ssh.ps1filesystemSet the working directory to the user's SSH folder
24cd-up.ps1filesystemSet the working directory to one directory level up
25cd-up2.ps1filesystemSet the working directory to two directory levels up
26cd-up3.ps1filesystemSet the working directory to three directory levels up
27cd-up4.ps1filesystemSet the working directory to four directory levels up
28cd-videos.ps1filesystemSet the working directory to the user's videos folder
29check-cpu-temp.ps1miscChecks the CPU temperature
30check-dns-resolution.ps1miscChecks the DNS resolution with frequently used domain names
31check-drive-space.ps1filesystemChecks a drive for free space left
32check-file-system.ps1filesystemChecks the file system of a drive (needs admin rights)
33check-health.ps1miscChecks the system health
34check-ipv4-address.ps1miscChecks 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.ps1gitCleans the current/given Git repository from untracked files (including submodules)
45clean-repos.ps1gitCleans 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.ps1gitClones well-known Git repositories
48close-calculator.ps1desktopCloses the calculator program gracefully
49close-chrome.ps1desktopCloses the Google Chrome Web browser
50close-cortana.ps1desktopCloses Cortana gracefully
51close-file-explorer.ps1desktopCloses Microsoft File Explorer gracefully
52close-firefox.ps1desktopCloses the Mozilla Firefox browser
53close-program.ps1desktopCloses the given program gracefully
54close-microsoft-edge.ps1desktopCloses the Microsoft Edge Web browser
55close-microsoft-store.ps1desktop Closes the Microsoft Store app
56close-netflix.ps1desktopCloses the Netflix application gracefully
57close-onedrive.ps1desktopCloses Microsoft OneDrive gracefully
58close-serenade.ps1desktopCloses the Serenade.ai application gracefully
59close-snipping-tool.ps1desktopCloses 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.ps1filesystemDecrypts a file
74disable-ipv6.ps1miscDisables IPv6 (requires admin rights)
75disconnect-vpn.ps1miscDisconnects the VPN
76download-dir.ps1filesystemDownloads a folder (including subfolders) from an URL
77download-file.ps1filesystemDownloads a file from an 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-audacity.ps1Installs Audacity
92install-basic-apps.ps1Installs basic apps
93install-basic-snaps.ps1Installs basic Linux snaps
94install-calibre-server.ps1Installs Calibre server (needs admin rights)
95install-chocolatey.ps1Installs Chocolatey (needs admin rights)
96install-chrome.ps1Installs Chrome
97install-crystal-disk-info.ps1Installs CrystalDiskInfo
98install-crystal-disk-mark.ps1Installs CrystalDiskMark
99install-discord.ps1Installs Discord
100install-edge.ps1Installs Microsoft Edge
101install-evcc.ps1Installs evcc
102install-firefox.ps1Installs Mozilla Firefox
103install-git-extensions.ps1Installs Git Extensions
104install-git-for-windows.ps1Installs Git for Windows
105install-github-cli.ps1Installs GitHub CLI
106install-irfanview.ps1Installs IrfanView
107install-knot-resolver.ps1Installs Knot Resolver (needs admin rights)
108install-microsoft-teams.ps1Installs Microsoft Teams
109install-netflix.ps1Installs Netflix
110install-nine-zip.ps1Installs 9 ZIP
111install-obs-studio.ps1Installs OBS Studio (needs admin rights)
112install-octoprint.ps1install-octoprint.ps1
113install-one-calendar.ps1Installs One Calendar
114install-opera-browser.ps1Installs Opera Browser
115install-opera-gx.ps1Installs Opera GX
116install-paint-3d.ps1Installs Paint 3D
117install-power-toys.ps1Installs Microsoft Powertoys
118install-rufus.ps1Installs Rufus
119install-signal-cli.ps1Installs signal-cli
120install-skype.ps1Installs Skype
121install-spotify.ps1Installs Spotify
122install-ssh-client.ps1Installs a SSH client (needs admin rights)
123install-ssh-server.ps1Installs a SSH server (needs admin rights)
124install-thunderbird.ps1Installs Thunderbird
125install-twitter.ps1Installs Twitter
126install-unbound-server.ps1Installs Unbound server (needs admin rights)
127install-updates.ps1Installs software updates
128install-visual-studio-code.ps1Installs Visual Studio Code
129install-vivaldi.ps1Installs Vivaldi
130install-vlc.ps1Installs VLC
131install-windows-terminal.ps1Installs Windows Terminal
132install-wsl.ps1Installs Windows Subsystem for Linux (needs admin rights)
133install-zoom.ps1Installs Zoom
134introduce-powershell.ps1Introduces PowerShell to new users
135list-aliases.ps1Lists all PowerShell aliases
136list-anagrams.ps1Lists all anagrams of the given word
137list-automatic-variables.ps1Lists the automatic variables of PowerShell
138list-branches.ps1Lists all branches in the current/given Git repository
139list-cheat-sheet.ps1Lists the PowerShell cheat sheet
140list-city-weather.ps1Lists the current weather of cities worldwide (east to west)
141list-commits.ps1Lists all commits in the current/given Git repository
142list-console-colors.ps1Lists all console colors
143list-countries.ps1Lists details of all countries
144list-cli-tools.ps1Lists available command-line interface (CLI) tools
145list-clipboard.ps1Lists the contents of the clipboard
146list-credits.ps1Shows the credits
147list-crypto-rates.ps1Lists the current crypto exchange rates
148list-dir-tree.ps1Lists the directory tree content
149list-drives.ps1Lists all drives
150list-environment-variables.ps1Lists all environment variables
151list-emojis.ps1Lists the emojis of Unicode 13.0
152list-empty-dirs.ps1Lists empty subfolders within the given directory tree
153list-empty-files.ps1Lists empty files within the given directory tree
154list-files.ps1Lists all files in the given folder and also in every subfolder
155list-folder.ps1Lists the folder content
156list-fritzbox-calls.ps1Lists the FRITZ!Box calls
157list-fritzbox-devices.ps1Lists FRITZ!Box's known devices
158list-hidden-files.ps1Lists hidden files within the given directory tree
159list-installed-apps.ps1Lists the installed Windows Store apps
160list-installed-software.ps1Lists the installed software (except Windows Store apps)
161list-latest-tag.ps1Lists the latest tag on the current branch in a Git repository
162list-latest-tags.ps1Lists the latests tags in all Git repositories under the current/given directory
163list-memos.ps1Lists the memos at $HOME/Memos.csv
164list-unused-files.ps1Lists unused files in a directory tree
165list-cmdlets.ps1Lists the PowerShell cmdlets
166list-earthquakes.ps1Lists earthquakes with magnitude >= 6.0 for the last 30 days
167list-exchange-rates.ps1Lists the exchange rates for the given currency
168list-modules.ps1Lists the PowerShell modules
169list-mysql-tables.ps1Lists the MySQL server tables
170list-network-shares.ps1Lists the network shares of the local computer
171list-news.ps1Lists the latest news
172list-os-releases.ps1Lists operating system releases and download URL
173list-os-updates.ps1Lists operating system updates
174list-passwords.ps1Prints a list of random passwords
175list-pins.ps1Prints a list of random PIN's
176list-printers.ps1Lists all printer known to the computer
177list-print-jobs.ps1Lists all jobs of all printers
178list-processes.ps1Lists the local computer processes
179list-profiles.ps1Lists your PowerShell profiles
180list-recycle-bin.ps1Lists the content of the recycle bin folder
181list-scripts.ps1Lists all PowerShell scripts in this repository
182list-services.ps1Lists the services on the local computer
183list-sql-tables.ps1Lists the SQL server tables
184list-submodules.ps1Lists the submodules of the current/given Git repository
185list-system-info.ps1Lists system information on the local computer
186list-tags.ps1Lists all tags in the current/given Git repository
187list-tasks.ps1Lists all Windows scheduler tasks
188list-timezone.ps1Lists the current time zone details
189list-timezones.ps1Lists all time zones available
190list-tiobe-index.ps1Lists the TIOBE index of top programming languages
191list-user-groups.ps1Lists the user groups on the local computer
192list-voices.ps1Lists the installed text-to-speech (TTS) voices
193list-weather.ps1Lists the hourly weather
194list-workdir.ps1Lists the current working directory
195locate-city.ps1Prints the geographic location of the given city
196locate-ipaddress.ps1Prints the geographic location of the given IP address
197locate-zip-code.ps1Prints the geographic location of the given zip-code
198make-install.ps1gitCopies newer EXE's + DLL's from the build directory to the installation directory
199measure-BubbleSort.ps1miscMeasures the speed of BubbleSort
200measure-BucketSort.ps1miscMeasures the speed of BucketSort
201measure-CountingSort.ps1miscMeasures the speed of CountingSort
202measure-HeapSort.ps1miscMeasures the speed of HeapSort
203measure-InsertionSort.ps1miscMeasures the speed of InsertionSort
204measure-MergeSort.ps1miscMeasures the speed of MergeSort
205measure-QuickSort.ps1miscMeasures the speed of QuickSort
206measure-SelectionSort.ps1miscMeasures the speed of SelectionSort
207measure-sorting-algorithms.ps1miscMeasures the speed of sorting algorithms
208minimize-all-windows.ps1desktopMinimizes all windows
209move-mouse-pointer.ps1desktopMoves the mouse pointer
210new-branch.ps1gitCreates a new Git branch
211new-email.ps1desktopOpens the default email client to write a new email
212new-qrcode.ps1miscGenerates a QR code
213new-script.ps1miscCreates a new PowerShell script file
214new-shortcut.ps1filesystemCreates a new shortcut file
215new-symlink.ps1filesystemCreates a new symbolic link file
216new-tag.ps1gitCreates a new tag in a Git repository
217new-user.ps1miscCreates a new user account
218new-zipfile.ps1filesystemCreates a new .ZIP file from a folder (including subfolders)
219on-desktop-login.ps1desktopExecutes tasks on desktop login
220open-apps-folder.ps1desktopOpens the Apps folder
221open-auto-start-folder.ps1desktopOpens the autostart folder
222open-browser.ps1Starts the default Web browser
223open-calculator.ps1Starts the calculator program
224open-c-drive.ps1Opens the C: drive folder
225open-downloads-folder.ps1Opens the user's downloads folder
226open-dropbox-folder.ps1Opens the user's Dropbox folder
227open-email-client.ps1Starts the default email client
228open-facebook.ps1Opens Facebook's website
229open-file-explorer.ps1Opens the File Explorer
230open-fritz-box.ps1Opens FRITZ!Box's web interface
231open-github.ps1desktopOpens GitHub's website
232open-google-books.ps1desktopOpens Google Books
233open-google-calendar.ps1desktopOpens Google Calendar
234open-google-contacts.ps1desktopOpens Google Contacts
235open-google-docs.ps1desktopOpens Google Docs
236open-google-earth.ps1desktopOpens Google Earth
237open-google-mail.ps1desktopOpens Google Mail
238open-google-maps.ps1desktopOpens Google Maps
239open-google-news.ps1desktopOpens Google News
240open-google-photos.ps1Opens Google Photos
241open-google-play.ps1Opens Google Play
242open-google-search.ps1Opens Google Search
243open-google-stadia.ps1Opens Google Stadia
244open-google-translate.ps1Opens Google Translate
245open-home-folder.ps1Opens the user's home folder
246open-music-folder.ps1Opens the user's music folder
247open-microsoft-edge.ps1Launches the Microsoft Edge Web browser
248open-microsoft-store.ps1Starts the Microsoft Store app
249open-netflix.ps1Starts the Netflix app
250open-notepad.ps1Starts the Notepad app
251open-onedrive-folder.ps1Opens the user's OneDrive folder
252open-recycle-bin.ps1Opens the user's recycle bin folder
253open-repos-folder.ps1Opens the user's Git repositories folder
254open-snipping-tools.ps1Opens the Snipping Tool
255open-speed-test.ps1Opens Cloudflare's speed test
256open-spotify.ps1Opens the Spotify app
257open-system-settings.ps1Launches the Windows system settings
258open-task-manager.ps1Launches the Task Manager
259open-toggl-track.ps1Opens Toggl Track
260open-videos-folder.ps1Opens the user's videos folder
261open-windows-terminal.ps1Launches Windows Terminal
262open-wikipedia.ps1Opens Wikipedia's website
263open-youtube.ps1Opens YouTube.com
264pick-commit.ps1Cherry-picks a Git commit into multiple branches
265ping-weather.ps1Ping the currrent weather conditions
266play-bee-sound.ps1Plays a bee sound
267play-beep-sound.ps1Plays a short beep sound
268play-cat-sound.ps1Plays a cat sound
269play-cow-sound.ps1Plays a cow sound
270play-dog-sound.ps1Plays a dog sound
271play-donkey-sound.ps1Plays a donkey sound
272play-elephant-sound.ps1Plays an elephant sound
273play-elk-sound.ps1Plays an elk sound
274play-files.ps1Plays audio files (MP3 and WAV)
275play-frog-sound.ps1Plays a frog sound
276play-goat-sound.ps1Plays a goat sound
277play-gorilla-sound.ps1Plays a gorilla sound
278play-happy-birthday.ps1Plays the Happy Birthday song
279play-horse-sound.ps1Plays a horse sound
280play-imperial-march.ps1Plays the Imperial March (Star Wars)
281play-jingle-bells.ps1Plays Jingle Bells
282play-lion-sound.ps1Plays a lion sound
283play-m3u.ps1Plays a playlist (.M3U format)
284play-mission-impossible.ps1Plays the Mission Impossible theme
285play-mp3.ps1Plays a MP3 sound file
286play-parrot-sound.ps1Plays a parrot sound
287play-pig-sound.ps1Plays a pig sound
288play-rattlesnake-sound.ps1Plays a rattlesnake sound
289play-super-mario.ps1Plays the Super Mario intro
290play-tetris-melody.ps1Plays the Tetris melody
291play-vulture-sound.ps1Plays a vulture sound
292play-wolf-sound.ps1Plays a wolf sound
293poweroff.ps1Halts the local computer (needs admin rights)
294publish-to-ipfs.ps1Publishes the given files or directory to IPFS
295pull-repo.ps1Pulls updates for the current/given Git repository (including submodules)
296pull-repos.ps1Pulls updates for all Git repositories under the current/given directory (including submodules)
297query-smart-data.ps1Queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory
298new-branch.ps1Creates a new branch in the current/given Git repository
299new-email.ps1Starts the default email client to write a new email
300new-qrcode.ps1Generates a new QR code
301new-script.ps1Creates a new PowerShell script
302new-shortcut.ps1Creates a new shortcut file
303new-symlink.ps1Creates a new symbolic link file
304new-tag.ps1Creates a new tag in a Git repository
305new-zipfile.ps1Creates a new .zip file from a directory
306reboot.ps1Reboots the local computer (needs admin rights)
307reboot-fritzbox.ps1Reboots the FRITZ!box device
308remind-me.ps1Creates a scheduled task that will display a popup message
309remove-empty-dirs.ps1Removes empty subfolders within the given directory tree
310remove-print-jobs.ps1Removes all jobs from all printers
311remove-tag.ps1Removes a tag in a Git repository
312replace-in-files.ps1Search and replace a pattern in the given files by the replacement
313restart-network-adapters.ps1Restarts all local network adapters
314save-screenshot.ps1Saves a single screenshot
315search-filename.ps1Searches the directory tree for filenames by given pattern
316search-files.ps1Searches the given pattern in the given files
317scan-ports.ps1Scans the network for open/closed ports
318send-email.ps1Sends an email message
319send-tcp.ps1Sends a TCP message to the given IP address and port
320send-udp.ps1Sends a UDP datagram message to the given IP address and port
321set-profile.ps1Updates your PowerShell user profile
322set-timer.ps1Sets a timer for a countdown
323set-wallpaper.ps1Sets the given image as wallpaper
324simulate-matrix.ps1Simulates the Matrix (fun)
325simulate-presence.ps1Simulates the human presence against burglars
326speak-arabic.ps1Speaks text in Arabic
327speak-checklist.ps1Speaks a checklist by text-to-speech
328speak-countdown.ps1Speaks a countdown by text-to-speech
329speak-croatian.ps1Speaks text in Croatian
330speak-danish.ps1Speaks text in Danish
331speak-dutch.ps1Speaks text in Dutch
332speak-english.ps1Speaks text in English
333speak-epub.ps1Speaks an Epub file by text-to-speech (TTS).
334speak-esperanto.ps1Speaks text in Esperanto
335speak-file.ps1Speaks file content by text-to-speech
336speak-finnish.ps1Speaks text in Finnish
337speak-french.ps1Speaks text in French
338speak-german.ps1Speaks text in German
339speak-greek.ps1Speaks text in Greek
340speak-hebrew.ps1Speaks text in Hebrew
341speak-hindi.ps1Speaks text in Hindi
342speak-italian.ps1Speaks text in Italian
343speak-japanese.ps1Speaks text in Japanese
344speak-korean.ps1Speaks text in Korean
345speak-latin.ps1Speaks text in Latin
346speak-mandarin.ps1Speaks text in Mandarin
347speak-norwegian.ps1Speaks text in Norwegian
348speak-polish.ps1Speaks text in Polish
349speak-portuguese.ps1Speaks text in Portuguese
350speak-russian.ps1Speaks text in Russian
351speak-spanish.ps1Speaks text in Spanish
352speak-swedish.ps1Speaks text in Swedish
353speak-test.ps1Performs a speak test by text-to-speech
354speak-text.ps1Speaks text by the default text-to-speech voice
355speak-thai.ps1Speaks text in Thai
356speak-turkish.ps1Speaks text in Turkish
357speak-ukrainian.ps1Speaks text in Ukrainian
358start-calibre-server.ps1Starts a local Calibre server
359start-ipfs-server.ps1Starts a local IPFS server
360switch-branch.ps1Switches the branch in the current/given Git repository (including submodules)
361switch-shelly1.ps1Switches a Shelly1 device in the local network
362sync-repo.ps1Synchronizes a Git repository by pull & push (including submodules)
363tell-joke.ps1Tells a random joke by text-to-speech
364tell-quote.ps1Tells a random quote by text-to-speech
365toggle-caps-lock.ps1desktopToggle Caps Lock
366toggle-num-lock.ps1desktopToggle Num Lock
367toggle-scroll-lock.ps1desktopToggle Scroll Lock
368translate-file.ps1Translates the given text file into another language
369translate-files.ps1Translates the given text files into any supported language
370translate-text.ps1Translates the given text into other languages
371turn-volume-down.ps1audioTurns the volume down
372turn-volume-fully-up.ps1audioTurns the volume fully up
373turn-volume-off.ps1audioTurn audio off
374turn-volume-on.ps1audioTurn audio on
375turn-volume-up.ps1audioTurns the volume up
376uninstall-all-apps.ps1Uninstalls all apps
377uninstall-bloatware.ps1Uninstalls bloatware
378uninstall-chrome.ps1Uninstalls the Chrome browser
379uninstall-crystal-disk-info.ps1Uninstalls CrystalDiskInfo
380uninstall-crystal-disk-mark.ps1Uninstalls CrystalDiskMark
381uninstall-discord.ps1Uninstalls Discord
382uninstall-edge.ps1Uninstalls Microsoft Edge
383uninstall-firefox.ps1Uninstalls Mozilla Firefox
384uninstall-git-extensions.ps1Uninstalls Git Extensions
385uninstall-github-cli.ps1Uninstalls GitHub CLI
386uninstall-irfanview.ps1Uninstalls IrfanView
387uninstall-microsoft-teams.ps1Uninstalls Microsoft Teams
388uninstall-netflix.ps1Uninstalls Netflix
389uninstall-nine-zip.ps1Uninstalls 9 ZIP
390uninstall-one-calendar.ps1Uninstalls One Calendar
391uninstall-opera-browser.ps1Uninstalls Opera Browser
392uninstall-opera-gx.ps1Uninstalls Opera GX
393uninstall-paint-3d.ps1Uninstalls Paint 3D
394uninstall-rufus.ps1Uninstalls Rufus
395uninstall-skype.ps1Uninstalls Skype
396uninstall-spotify.ps1Uninstalls Spotify
397uninstall-twitter.ps1Uninstalls Twitter
398uninstall-visual-studio-code.ps1Uninstalls Visual Studio Code
399uninstall-vlc.ps1Uninstalls VLC
400uninstall-windows-terminal.ps1Uninstalls Windows Terminal
401upgrade-ubuntu.ps1Upgrades Ubuntu Linux
402upload-file.ps1Uploads a local file to a FTP server
403upload-to-dropbox.ps1Uploads a file to Dropbox
404wake-up.ps1Wakes up a computer using Wake-on-LAN
405weather-report.ps1Lists the local weather report
406weather.ps1Lists the current weather forecast
407what-is.ps1Explains an abbreviation
408write-animated.ps1Writes animated text
409write-big.ps1Writes text in big letters
410write-blue.ps1Writes text in a blue foreground color
411write-braille.ps1Writes text in Braille
412write-changelog.ps1Writes a changelog
413write-chart.ps1write-chart.ps1
414write-green.ps1Writes text in a green foreground color
415write-in-emojis.ps1Writes text in Emojis
416write-joke.ps1Writes a random joke
417write-lowercase.ps1Writes text in lowercase letters
418write-marquee.ps1Writes text as marquee
419write-moon.ps1Writes the moon phase
420write-morse-code.ps1Writes Morse code
421write-motd.ps1Writes the message of the day
422write-qr-code.ps1Writes a QR code
423write-quote.ps1Writes a random quote
424write-red.ps1Writes text in a red foreground color
425write-rot13.ps1Writes text encoded or decoded with ROT13
426write-shit.ps1Writes shit
427write-sine-curves.ps1Write sine curves
428write-time.ps1Writes the current time
429write-typewriter.ps1Writes text á la typewriter
430write-uppercase.ps1Writes text in uppercase letters
431write-vertical.ps1Writes text in vertical direction