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