mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-09 01:25:04 +01:00
18 KiB
18 KiB
1 | Script | Description |
---|---|---|
2 | add-firewall-rules.ps1 | Adds firewall rules to the given executables (needs admin rights) |
3 | add-memo.ps1 | Adds the given memo text to $HOME/Memos.csv |
4 | build-repo.ps1 | Builds a Git repository |
5 | build-repos.ps1 | Builds all Git repositories in a folder |
6 | cd-autostart.ps1 | Set the working directory to the user's autostart folder |
7 | cd-desktop.ps1 | Set the working directory to the user's desktop folder |
8 | cd-docs.ps1 | Set the working directory to the user's documents folder |
9 | cd-downloads.ps1 | Set the working directory to the user's downloads folder |
10 | cd-dropbox.ps1 | Set the working directory to the user's Dropbox folder |
11 | cd-home.ps1 | Set the working directory to the user's home folder |
12 | cd-music.ps1 | Set the working directory to the user's music folder |
13 | cd-onedrive.ps1 | Set the working directory to the user's OneDrive folder |
14 | cd-pics.ps1 | Set the working directory to the user's pictures folder |
15 | cd-recycle-bin.ps1 | Set the working directory to the user's recycle bin folder |
16 | cd-repos.ps1 | Set the working directory to the user's Git repositories folder |
17 | cd-root.ps1 | Set the working directory to the root directory (C: on Windows) |
18 | cd-scripts.ps1 | Set the working directory to the PowerShell Scripts folder |
19 | cd-ssh.ps1 | Set the working directory to the user's SSH folder |
20 | cd-up.ps1 | Set the working directory to one directory level up |
21 | cd-up2.ps1 | Set the working directory to two directory levels up |
22 | cd-up3.ps1 | Set the working directory to three directory levels up |
23 | cd-up4.ps1 | Set the working directory to four directory levels up |
24 | cd-videos.ps1 | Set the working directory to the user's videos folder |
25 | check-cpu-temp.ps1 | Checks the CPU temperature |
26 | check-dns-resolution.ps1 | Checks the DNS resolution with frequently used domain names |
27 | check-drive-space.ps1 | Checks a drive for free space left |
28 | check-file-system.ps1 | Checks the file system of a drive (needs admin rights) |
29 | check-health.ps1 | Checks the system health |
30 | check-ipv4-address.ps1 | Checks the given IPv4 address for validity |
31 | check-ipv6-address.ps1 | Checks the given IPv6 address for validity |
32 | check-mac-address.ps1 | Checks the given MAC address for validity |
33 | check-ping.ps1 | Checks the ping latency to the internet |
34 | check-subnet-mask.ps1 | Checks the given subnet mask for validity |
35 | check-swap-space.ps1 | Checks the swap space for free space left |
36 | check-symlinks.ps1 | Checks every symlink in a directory tree |
37 | check-weather.ps1 | Checks the current weather for critical values |
38 | check-windows-system-files.ps1 | Checks the validity of the Windows system files |
39 | check-xml-file.ps1 | Checks the given XML file for validity |
40 | clean-repo.ps1 | Cleans the current/given Git repository from untracked files (including submodules) |
41 | clean-repos.ps1 | Cleans all Git repositories under the current/given directory from untracked files (including submodules) |
42 | clear-recycle-bin.ps1 | Removes the content of the recycle bin folder (can not be undo!) |
43 | clone-repos.ps1 | Clones well-known Git repositories |
44 | close-calculator.ps1 | Closes the calculator program gracefully |
45 | close-cortana.ps1 | Closes Cortana gracefully |
46 | close-file-explorer.ps1 | Closes Microsoft File Explorer gracefully |
47 | close-google-chrome.ps1 | Closes the Google Chrome Web browser |
48 | close-program.ps1 | Closes the given program gracefully |
49 | close-microsoft-edge.ps1 | Closes the Microsoft Edge Web browser |
50 | close-microsoft-store.ps1 | Closes the Microsoft Store app |
51 | close-mozilla-firefox.ps1 | Closes the Mozilla Firefox Web browser |
52 | close-netflix.ps1 | Closes the Netflix application gracefully |
53 | close-onedrive.ps1 | Closes Microsoft OneDrive gracefully |
54 | close-serenade.ps1 | Closes the Serenade.ai application gracefully |
55 | close-snipping-tool.ps1 | Closes the Snipping Tool application gracefully |
56 | close-spotify.ps1 | Closes Spotify |
57 | close-system-settings.ps1 | Closes the System Settings gracefully |
58 | close-thunderbird.ps1 | Closes Mozilla Thunderbird gracefully |
59 | close-vlc.ps1 | Closes the VLC media player application |
60 | close-windows-terminal.ps1 | Closes the Windows Terminal application |
61 | copy-photos-sorted.ps1 | Copy image files sorted by year and month |
62 | configure-git.ps1 | Sets up the Git user configuration |
63 | convert-csv2txt.ps1 | Converts the given CSV file into a text list |
64 | convert-mysql2csv.ps1 | Converts the MySQL database table to a CSV file |
65 | convert-ps2bat.ps1 | Converts PowerShell script(s) to .bat files |
66 | convert-ps2md.ps1 | Converts the comment-based help of a PowerShell script to Markdown |
67 | convert-sql2csv.ps1 | Converts the SQL database table to a CSV file |
68 | convert-txt2wav.ps1 | Converts text into a audio .WAV file |
69 | daily-tasks.sh | Execute PowerShell scripts automatically as daily tasks (Linux only) |
70 | decrypt-file.ps1 | Decrypts the given file |
71 | display-time.ps1 | Displays the current time for 10 seconds by default |
72 | download-dir.ps1 | Downloads a directory tree from the given URL |
73 | download-file.ps1 | Downloads a file from the given URL |
74 | edit.ps1 | Edits the given file with the built-in text editor |
75 | enable-crash-dumps.ps1 | Enables the writing of crash dumps |
76 | enable-god-mode.ps1 | Enables the god mode (adds a new icon to the desktop) |
77 | encrypt-file.ps1 | Encrypts the given file |
78 | export-to-manuals.ps1 | Converts all scripts as manuals |
79 | export-to-serenade.ps1 | Converts all scripts to Serenade for voice control |
80 | fetch-repo.ps1 | Fetches updates for the current/given Git repository (including submodules) |
81 | fetch-repos.ps1 | Fetches updates for all Git repositories under the current/given directory (including submodules) |
82 | get-md5.ps1 | Prints the MD5 checksum of the given file |
83 | get-sha1.ps1 | Prints the SHA1 checksum of the given file |
84 | get-sha256.ps1 | Prints the SHA256 checksum of the given file |
85 | hibernate.ps1 | Enables hibernate mode for the local computer (needs admin rights) |
86 | inspect-exe.ps1 | Prints basic information of the given executable file |
87 | install-github-cli.ps1 | Installs GitHub CLI |
88 | install-google-chrome.ps1 | Installs the Google Chrome browser |
89 | install-knot-resolver.ps1 | Installs the Knot Resolver (needs admin rights) |
90 | install-signal-cli.ps1 | Installs signal-cli from github.com/AsamK/signal-cli |
91 | install-ssh-client.ps1 | Installs the SSH client (needs admin rights) |
92 | install-ssh-server.ps1 | Installs the SSH server (needs admin rights) |
93 | install-updates.ps1 | Installs updates (needs admin rights) |
94 | install-vscode.ps1 | Installs Visual Studio Code |
95 | introduce-powershell.ps1 | Introduces PowerShell to new users |
96 | list-aliases.ps1 | Lists all PowerShell aliases |
97 | list-anagrams.ps1 | Lists all anagrams of the given word |
98 | list-automatic-variables.ps1 | Lists the automatic variables of PowerShell |
99 | list-branches.ps1 | Lists all branches in the current/given Git repository |
100 | list-cheat-sheet.ps1 | Lists the PowerShell cheat sheet |
101 | list-city-weather.ps1 | Lists the current weather of cities worldwide (east to west) |
102 | list-commits.ps1 | Lists all commits in the current/given Git repository |
103 | list-console-colors.ps1 | Lists all console colors |
104 | list-countries.ps1 | Lists details of all countries |
105 | list-cli-tools.ps1 | Lists available command-line interface (CLI) tools |
106 | list-clipboard.ps1 | Lists the contents of the clipboard |
107 | list-credits.ps1 | Shows the credits |
108 | list-crypto-rates.ps1 | Lists the current crypto exchange rates |
109 | list-dir-tree.ps1 | Lists the directory tree content |
110 | list-drives.ps1 | Lists all drives |
111 | list-environment-variables.ps1 | Lists all environment variables |
112 | list-emojis.ps1 | Lists the emojis of Unicode 13.0 |
113 | list-empty-dirs.ps1 | Lists empty subfolders within the given directory tree |
114 | list-empty-files.ps1 | Lists empty files within the given directory tree |
115 | list-files.ps1 | Lists all files in the given folder and also in every subfolder |
116 | list-folder.ps1 | Lists the folder content |
117 | list-fritzbox-calls.ps1 | Lists the FRITZ!Box calls |
118 | list-fritzbox-devices.ps1 | Lists FRITZ!Box's known devices |
119 | list-hidden-files.ps1 | Lists hidden files within the given directory tree |
120 | list-installed-apps.ps1 | Lists the installed Windows Store apps |
121 | list-installed-software.ps1 | Lists the installed software (except Windows Store apps) |
122 | list-latest-tag.ps1 | Lists the latest tag on the current branch in a Git repository |
123 | list-latest-tags.ps1 | Lists the latests tags in all Git repositories under the current/given directory |
124 | list-memos.ps1 | Lists the memos at $HOME/Memos.csv |
125 | list-unused-files.ps1 | Lists unused files in a directory tree |
126 | list-cmdlets.ps1 | Lists the PowerShell cmdlets |
127 | list-earthquakes.ps1 | Lists earthquakes with magnitude >= 6.0 for the last 30 days |
128 | list-exchange-rates.ps1 | Lists the exchange rates for the given currency |
129 | list-modules.ps1 | Lists the PowerShell modules |
130 | list-mysql-tables.ps1 | Lists the MySQL server tables |
131 | list-network-shares.ps1 | Lists the network shares of the local computer |
132 | list-news.ps1 | Lists the latest news |
133 | list-os-releases.ps1 | Lists operating system releases and download URL |
134 | list-os-updates.ps1 | Lists operating system updates |
135 | list-passwords.ps1 | Prints a list of random passwords |
136 | list-pins.ps1 | Prints a list of random PIN's |
137 | list-printers.ps1 | Lists all printer known to the computer |
138 | list-print-jobs.ps1 | Lists all jobs of all printers |
139 | list-processes.ps1 | Lists the local computer processes |
140 | list-profiles.ps1 | Lists your PowerShell profiles |
141 | list-recycle-bin.ps1 | Lists the content of the recycle bin folder |
142 | list-scripts.ps1 | Lists all PowerShell scripts in this repository |
143 | list-services.ps1 | Lists the services on the local computer |
144 | list-sql-tables.ps1 | Lists the SQL server tables |
145 | list-submodules.ps1 | Lists the submodules of the current/given Git repository |
146 | list-system-info.ps1 | Lists system information on the local computer |
147 | list-tags.ps1 | Lists all tags in the current/given Git repository |
148 | list-tasks.ps1 | Lists all Windows scheduler tasks |
149 | list-timezone.ps1 | Lists the current time zone details |
150 | list-timezones.ps1 | Lists all time zones available |
151 | list-tiobe-index.ps1 | Lists the TIOBE index of top programming languages |
152 | list-user-groups.ps1 | Lists the user groups on the local computer |
153 | list-voices.ps1 | Lists the installed text-to-speech (TTS) voices |
154 | list-weather.ps1 | Lists the hourly weather |
155 | list-workdir.ps1 | Lists the current working directory |
156 | locate-city.ps1 | Prints the geographic location of the given city |
157 | locate-ipaddress.ps1 | Prints the geographic location of the given IP address |
158 | locate-zip-code.ps1 | Prints the geographic location of the given zip-code |
159 | make-install.ps1 | Installs built executables and libs to the installation directory |
160 | moon.ps1 | Prints the current moon phase |
161 | mute-audio.ps1 | Mutes the audio device |
162 | open-amazon.ps1 | Opens Amazon's website |
163 | open-browser.ps1 | Starts the default Web browser |
164 | open-calculator.ps1 | Starts the calculator program |
165 | open-c-drive.ps1 | Opens the C: drive folder |
166 | open-downloads-folder.ps1 | Opens the user's downloads folder |
167 | open-dropbox-folder.ps1 | Opens the user's Dropbox folder |
168 | open-email-client.ps1 | Starts the default email client |
169 | open-facebook.ps1 | Opens Facebook's website |
170 | open-file-explorer.ps1 | Opens the File Explorer |
171 | open-fritz-box.ps1 | Opens FRITZ!Box's web interface |
172 | open-github.ps1 | Opens GitHub's website |
173 | open-google-contacts.ps1 | Opens Google Contacts |
174 | open-google-earth.ps1 | Opens Google Earth |
175 | open-google-maps.ps1 | Opens Google Maps |
176 | open-google-mail.ps1 | Opens Google Mail |
177 | open-google-news.ps1 | Opens Google News |
178 | open-google-play.ps1 | Opens Google Play |
179 | open-google-search.ps1 | Opens Google Search |
180 | open-google-translate.ps1 | Opens Google Translate |
181 | open-home-folder.ps1 | Opens the user's home folder |
182 | open-music-folder.ps1 | Opens the user's music folder |
183 | open-microsoft-edge.ps1 | Launches the Microsoft Edge Web browser |
184 | open-microsoft-store.ps1 | Starts the Microsoft Store app |
185 | open-netflix.ps1 | Starts the Netflix app |
186 | open-notepad.ps1 | Starts the Notepad app |
187 | open-onedrive-folder.ps1 | Opens the user's OneDrive folder |
188 | open-recycle-bin.ps1 | Opens the user's recycle bin folder |
189 | open-repos-folder.ps1 | Opens the user's Git repositories folder |
190 | open-snipping-tools.ps1 | Opens the Snipping Tool |
191 | open-speed-test.ps1 | Opens Cloudflare's speed test |
192 | open-spotify.ps1 | Opens the Spotify app |
193 | open-system-settings.ps1 | Launches the Windows system settings |
194 | open-task-manager.ps1 | Launches the Task Manager |
195 | open-toggl-track.ps1 | Opens Toggl Track |
196 | open-videos-folder.ps1 | Opens the user's videos folder |
197 | open-windows-terminal.ps1 | Launches Windows Terminal |
198 | open-wikipedia.ps1 | Opens Wikipedia's website |
199 | open-youtube.ps1 | Opens YouTube.com |
200 | pick-commit.ps1 | Cherry-picks a Git commit into multiple branches |
201 | play-beep-sound.ps1 | Plays a short beep sound |
202 | play-files.ps1 | Plays the given audio files |
203 | play-happy-birthday.ps1 | Plays the Happy Birthday song |
204 | play-imperial-march.ps1 | Plays the Imperial March (Star Wars) |
205 | play-jingle-bells.ps1 | Plays Jingle Bells |
206 | play-mission-impossible.ps1 | Plays the Mission Impossible theme |
207 | play-m3u.ps1 | Plays the given playlist (M3U file format) |
208 | play-mp3.ps1 | Plays the given sound file (MP3 file format) |
209 | play-super-mario.ps1 | Plays the Super Mario Intro |
210 | play-tetris-melody.ps1 | Plays the Tetris melody |
211 | poweroff.ps1 | Halts the local computer (needs admin rights) |
212 | publish-to-ipfs.ps1 | Publishes the given files or directory to IPFS |
213 | pull-repo.ps1 | Pulls updates for the current/given Git repository (including submodules) |
214 | pull-repos.ps1 | Pulls updates for all Git repositories under the current/given directory (including submodules) |
215 | 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 |
216 | new-branch.ps1 | Creates a new branch in the current/given Git repository |
217 | new-email.ps1 | Starts the default email client to write a new email |
218 | new-qrcode.ps1 | Generates a new QR code |
219 | new-script.ps1 | Creates a new PowerShell script |
220 | new-shortcut.ps1 | Creates a new shortcut file |
221 | new-symlink.ps1 | Creates a new symbolic link file |
222 | new-tag.ps1 | Creates a new tag in a Git repository |
223 | new-zipfile.ps1 | Creates a new .zip file from a directory |
224 | reboot.ps1 | Reboots the local computer (needs admin rights) |
225 | reboot-fritzbox.ps1 | Reboots the FRITZ!box device |
226 | remind-me.ps1 | Creates a scheduled task that will display a popup message |
227 | remove-empty-dirs.ps1 | Removes empty subfolders within the given directory tree |
228 | remove-print-jobs.ps1 | Removes all jobs from all printers |
229 | remove-tag.ps1 | Removes a tag in a Git repository |
230 | replace-in-files.ps1 | Search and replace a pattern in the given files by the replacement |
231 | restart-network-adapters.ps1 | Restarts all local network adapters |
232 | save-screenshot.ps1 | Saves a single screenshot |
233 | say-date.ps1 | Say the current date by text-to-speech |
234 | say-joke.ps1 | Say a random Chuck Norris joke by text-to-speech |
235 | say-quote.ps1 | Say a random quote by text-to-speech |
236 | say-time.ps1 | Say the current time by text-to-speech |
237 | search-filename.ps1 | Searches the directory tree for filenames by given pattern |
238 | search-files.ps1 | Searches the given pattern in the given files |
239 | scan-ports.ps1 | Scans the network for open/closed ports |
240 | send-email.ps1 | Sends an email message |
241 | send-tcp.ps1 | Sends a TCP message to the given IP address and port |
242 | send-udp.ps1 | Sends a UDP datagram message to the given IP address and port |
243 | set-profile.ps1 | Updates your PowerShell user profile |
244 | set-timer.ps1 | Sets a timer for a countdown |
245 | set-wallpaper.ps1 | Sets the given image as wallpaper |
246 | simulate-matrix.ps1 | Simulates the Matrix (fun) |
247 | simulate-presence.ps1 | Simulates the human presence against burglars |
248 | speak-checklist.ps1 | Speaks the given checklist by text-to-speech |
249 | speak-countdown.ps1 | Starts a countdown by text-to-speech |
250 | speak-english.ps1 | Speaks the given text with an English text-to-speech voice |
251 | speak-epub.ps1 | Speaks the content of the given Epub file by text-to-speech |
252 | speak-file.ps1 | Speaks the content of the given text file by text-to-speech |
253 | speak-french.ps1 | Speaks the given text with a French text-to-speech voice |
254 | speak-german.ps1 | Speaks the given text with a German text-to-speech voice |
255 | speak-italian.ps1 | Speaks the given text with an Italian text-to-speech voice |
256 | speak-spanish.ps1 | Speaks the given text with a Spanish text-to-speech voice |
257 | speak-test.ps1 | Performs a speak test by text-to-speech |
258 | speak-text.ps1 | Speaks the given text by text-to-speech |
259 | start-calibre-server.ps1 | Starts a local Calibre server |
260 | start-ipfs-server.ps1 | Starts a local IPFS server |
261 | switch-branch.ps1 | Switches the branch in the current/given Git repository (including submodules) |
262 | switch-shelly1.ps1 | Switches a Shelly1 device in the local network |
263 | sync-repo.ps1 | Synchronizes a Git repository by push & pull (including submodules) |
264 | translate-file.ps1 | Translates the given text file into another language |
265 | translate-files.ps1 | Translates the given text files into any supported language |
266 | translate-text.ps1 | Translates the given text into other languages |
267 | turn-volume-up.ps1 | Turns the audio volume up (+10% by default) |
268 | turn-volume-down.ps1 | Turns the audio volume down (-10% by default) |
269 | unmute-audio.ps1 | Unmutes audio |
270 | upgrade-ubuntu.ps1 | Upgrades Ubuntu Linux to the latest (LTS) release |
271 | upload-file.ps1 | Uploads the local file to the given FTP server |
272 | weather.ps1 | Prints the current weather forecast |
273 | weather-report.ps1 | Prints the local weather report |
274 | what-is.ps1 | Prints a description of the given abbreviation |
275 | write-animated.ps1 | Writes animated text |
276 | write-big.ps1 | Writes the given text in big letters |
277 | write-blue.ps1 | Writes the given text in a blue foreground color |
278 | write-braille.ps1 | Writes the given text in Braille |
279 | write-calendar.ps1 | Writes the calendar (month or year) |
280 | write-green.ps1 | Writes the given text in a green foreground color |
281 | write-joke.ps1] | Writes a random Juck Norris joke |
282 | write-lowercase.ps1 | Writes the given text in lowercase letters |
283 | write-marquee.ps1 | Writes the given text as marquee |
284 | write-morse-code.ps1 | Writes the given text in Morse code |
285 | write-motd.ps1 | Writes the message of the day (MOTD) |
286 | write-quote.ps1 | Writes a random quote |
287 | write-red.ps1 | Writes the given text in a red foreground color |
288 | write-rot13.ps1 | Encodes or decodes the given text with ROT13 |
289 | write-typewriter.ps1 | Writes the given text with the typewriter effect |
290 | write-uppercase.ps1 | Writes the given text in uppercase letters |
291 | write-vertical.ps1 | Writes the given text in vertical direction |