mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 17:14:28 +01:00
15 KiB
15 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 | cd-desktop.ps1 | go to the user's desktop folder |
5 | cd-docs.ps1 | go to the user's documents folder |
6 | cd-downloads.ps1 | go to the user's downloads folder |
7 | cd-dropbox.ps1 | go to the user's Dropbox folder |
8 | cd-home.ps1 | go to the user's home folder |
9 | cd-music.ps1 | go to the user's music folder |
10 | cd-onedrive.ps1 | go to the user's OneDrive folder |
11 | cd-pics.ps1 | go to the user's pictures folder |
12 | cd-recycle-bin.ps1 | go to the user's recycle bin folder |
13 | cd-repos.ps1 | go to the user's Git repositories folder |
14 | cd-root.ps1 | go to the root directory (C: on Windows) |
15 | cd-scripts.ps1 | go to the PowerShell Scripts folder |
16 | cd-up.ps1 | go one directory level up |
17 | cd-up2.ps1 | go two directory levels up |
18 | cd-up3.ps1 | go three directory levels up |
19 | cd-up4.ps1 | go four directory levels up |
20 | cd-videos.ps1 | go to the user's videos folder |
21 | check-cpu-temp.ps1 | checks the CPU temperature |
22 | check-dns-resolution.ps1 | checks the DNS resolution with frequently used domain names |
23 | check-drive-space.ps1 | checks the given drive for free space left |
24 | check-file-system.ps1 | checks the validity of the file system (needs admin rights) |
25 | check-health.ps1 | checks the system health |
26 | check-ipv4-address.ps1 | checks the given IPv4 address for validity |
27 | check-ipv6-address.ps1 | checks the given IPv6 address for validity |
28 | check-mac-address.ps1 | checks the given MAC address for validity |
29 | check-ping.ps1 | checks the ping latency to the internet |
30 | check-subnet-mask.ps1 | checks the given subnet mask for validity |
31 | check-swap-space.ps1 | checks the swap space for free space left |
32 | check-symlinks.ps1 | checks every symlink in the given directory tree |
33 | check-weather.ps1 | checks the current weather for critical values |
34 | check-windows-system-files.ps1 | checks the validity of the Windows system files |
35 | check-xml-file.ps1 | checks the given XML file for validity |
36 | cherry-picker.ps1 | cherry-picks a Git commit into multiple branches |
37 | clean-repo.ps1 | cleans the current/given Git repository from untracked files (including submodules) |
38 | clean-repos.ps1 | cleans all Git repositories under the current/given directory from untracked files (including submodules) |
39 | clear-recycle-bin.ps1 | removes the content of the recycle bin folder (can not be undo!) |
40 | clone-repos.ps1 | clones well-known Git repositories |
41 | close-calculator.ps1 | closes the calculator program gracefully |
42 | close-chrome.ps1 | closes Google Chrome gracefully |
43 | close-cortana.ps1 | closes Cortana gracefully |
44 | close-edge.ps1 | closes Microsoft Edge gracefully |
45 | close-file-explorer.ps1 | closes Microsoft File Explorer gracefully |
46 | close-firefox.ps1 | closes the Firefox Web browser gracefully |
47 | close-program.ps1 | closes the given program gracefully |
48 | close-netflix.ps1 | closes Netflix gracefully |
49 | close-onedrive.ps1 | closes Microsoft OneDrive gracefully |
50 | close-system-settings.ps1 | closes the System Settings gracefully |
51 | close-thunderbird.ps1 | closes Mozilla Thunderbird gracefully |
52 | close-vlc.ps1 | closes the VLC media player gracefully |
53 | close-windows-terminal.ps1 | closes Windows Terminal gracefully |
54 | copy-photos-sorted.ps1 | Copies all photos sorted by year and month |
55 | configure-git.ps1 | sets up the Git user configuration |
56 | convert-csv2txt.ps1 | converts the given CSV file into a text list |
57 | convert-mysql2csv.ps1 | converts the MySQL database table to a CSV file |
58 | convert-ps2bat.ps1 | converts PowerShell script(s) to .bat files |
59 | convert-ps2md.ps1 | converts the comment-based help of a PowerShell script to Markdown |
60 | convert-sql2csv.ps1 | converts the SQL database table to a CSV file |
61 | convert-txt2wav.ps1 | converts text into a audio .WAV file |
62 | create-branch.ps1 | creates a new branch in the current/given Git repository |
63 | create-shortcut.ps1 | creates a shortcut |
64 | create-symlink.ps1 | creates a symbolic link |
65 | create-tag.ps1 | creates a new tag in the current/given Git repository |
66 | daily-tasks.sh | execute PowerShell scripts automatically as daily tasks (Linux only) |
67 | decrypt-file.ps1 | decrypts the given file |
68 | display-time.ps1 | displays the current time for 10 seconds by default |
69 | download-dir.ps1 | downloads a directory tree from the given URL |
70 | download-file.ps1 | downloads a file from the given URL |
71 | edit.ps1 | edits the given file with the built-in text editor |
72 | enable-crash-dumps.ps1 | enables the writing of crash dumps |
73 | enable-god-mode.ps1 | enables the god mode (adds a new icon to the desktop) |
74 | encrypt-file.ps1 | encrypts the given file |
75 | fetch-repo.ps1 | fetches updates for the current/given Git repository (including submodules) |
76 | fetch-repos.ps1 | fetches updates for all Git repositories under the current/given directory (including submodules) |
77 | generate-qrcode.ps1 | generates a QR code |
78 | hibernate.ps1 | enables hibernate mode for the local computer (needs admin rights) |
79 | inspect-exe.ps1 | prints basic information of the given executable file |
80 | install-github-cli.ps1 | installs GitHub CLI |
81 | install-google-chrome.ps1 | installs the Google Chrome browser |
82 | install-knot-resolver.ps1 | installs the Knot Resolver (needs admin rights) |
83 | install-signal-cli.ps1 | installs signal-cli from github.com/AsamK/signal-cli |
84 | install-ssh-client.ps1 | installs the SSH client (needs admin rights) |
85 | install-ssh-server.ps1 | installs the SSH server (needs admin rights) |
86 | introduce-powershell.ps1 | introduces PowerShell to new users |
87 | list-aliases.ps1 | lists all PowerShell aliases |
88 | list-anagrams.ps1 | lists all anagrams of the given word |
89 | list-automatic-variables.ps1 | lists the automatic variables of PowerShell |
90 | list-branches.ps1 | lists all branches in the current/given Git repository |
91 | list-cheat-sheet.ps1 | lists the PowerShell cheat sheet |
92 | list-city-weather.ps1 | lists the current weather of cities worldwide (east to west) |
93 | list-commits.ps1 | lists all commits in the current/given Git repository |
94 | list-console-colors.ps1 | lists all console colors |
95 | list-countries.ps1 | lists details of all countries |
96 | list-cli-tools.ps1 | lists available command-line interface (CLI) tools |
97 | list-clipboard.ps1 | lists the contents of the clipboard |
98 | list-credits.ps1 | shows the credits |
99 | list-crypto-rates.ps1 | lists the current crypto exchange rates |
100 | list-dir.ps1 | lists the directory content (formatted in columns) |
101 | list-dir-tree.ps1 | lists the directory tree content |
102 | list-drives.ps1 | lists all drives |
103 | list-environment-variables.ps1 | lists all environment variables |
104 | list-emojis.ps1 | lists the emojis of Unicode 13.0 |
105 | list-empty-dirs.ps1 | lists empty subfolders within the given directory tree |
106 | list-empty-files.ps1 | lists empty files within the given directory tree |
107 | list-files.ps1 | lists all files in the given folder and also in every subfolder |
108 | list-fritzbox-calls.ps1 | lists the FRITZ!Box calls |
109 | list-fritzbox-devices.ps1 | lists FRITZ!Box's known devices |
110 | list-hidden-files.ps1 | lists hidden files within the given directory tree |
111 | list-installed-apps.ps1 | lists the installed Windows Store apps |
112 | list-installed-software.ps1 | lists the installed software (except Windows Store apps) |
113 | list-latest-tag.ps1 | lists the latest tag on the current branch in a Git repository |
114 | list-latest-tags.ps1 | lists the latests tags in all Git repositories under the current/given directory |
115 | list-memos.ps1 | lists the memos at $HOME/Memos.csv |
116 | list-unused-files.ps1 | lists unused files in a directory tree |
117 | list-cmdlets.ps1 | lists the PowerShell cmdlets |
118 | list-earthquakes.ps1 | lists earthquakes with magnitude >= 6.0 for the last 30 days |
119 | list-exchange-rates.ps1 | lists the exchange rates for the given currency |
120 | list-modules.ps1 | lists the PowerShell modules |
121 | list-mysql-tables.ps1 | lists the MySQL server tables |
122 | list-network-shares.ps1 | lists the network shares of the local computer |
123 | list-news.ps1 | lists the latest news |
124 | list-os-releases.ps1 | lists operating system releases and download URL |
125 | list-os-updates.ps1 | lists operating system updates |
126 | list-passwords.ps1 | prints a list of random passwords |
127 | list-pins.ps1 | prints a list of random PIN's |
128 | list-printers.ps1 | lists all printer known to the computer |
129 | list-processes.ps1 | lists the local computer processes |
130 | list-profiles.ps1 | lists your PowerShell profiles |
131 | list-recycle-bin.ps1 | lists the content of the recycle bin folder |
132 | list-scripts.ps1 | lists all PowerShell scripts in this repository |
133 | list-services.ps1 | lists the services on the local computer |
134 | list-sql-tables.ps1 | lists the SQL server tables |
135 | list-submodules.ps1 | lists the submodules of the current/given Git repository |
136 | list-system-info.ps1 | lists system information on the local computer |
137 | list-tags.ps1 | lists all tags in the current/given Git repository |
138 | list-tasks.ps1 | lists all Windows scheduler tasks |
139 | list-timezone.ps1 | lists the current time zone details |
140 | list-timezones.ps1 | lists all time zones available |
141 | list-tiobe-index.ps1 | lists the TIOBE index of top programming languages |
142 | list-user-groups.ps1 | lists the user groups on the local computer |
143 | list-voices.ps1 | lists the installed text-to-speech (TTS) voices |
144 | list-weather.ps1 | lists the hourly weather |
145 | list-workdir.ps1 | lists the current working directory |
146 | locate-city.ps1 | prints the geographic location of the given city |
147 | locate-ipaddress.ps1 | prints the geographic location of the given IP address |
148 | locate-zip-code.ps1 | prints the geographic location of the given zip-code |
149 | MD5.ps1 | prints the MD5 checksum of the given file |
150 | make-install.ps1 | installs built executables and libs to the installation directory |
151 | make-repo.ps1 | builds the current/given Git repository |
152 | make-repos.ps1 | builds all Git repositories under the current/given directory |
153 | moon.ps1 | prints the current moon phase |
154 | mute-audio.ps1 | mutes audio |
155 | open-browser.ps1 | starts the default Web browser |
156 | open-calculator.ps1 | starts the calculator program |
157 | open-email-client.ps1 | starts the default email client |
158 | open-file-explorer.ps1 | starts the Microsoft File Explorer |
159 | open-netflix.ps1 | starts the Netflix app |
160 | open-onedrive.ps1 | opens the user's OneDrive folder |
161 | open-recycle-bin.ps1 | starts the File Explorer with the recycle bin folder |
162 | play-beep.ps1 | plays a beep sound |
163 | play-files.ps1 | plays the given audio files |
164 | play-happy-birthday.ps1 | plays the Happy Birthday song |
165 | play-imperial-march.ps1 | plays the Imperial March (Star Wars) |
166 | play-jingle-bells.ps1 | plays Jingle Bells |
167 | play-mission-impossible.ps1 | plays the Mission Impossible theme |
168 | play-m3u.ps1 | plays the given playlist (M3U file format) |
169 | play-mp3.ps1 | plays the given sound file (MP3 file format) |
170 | play-super-mario.ps1 | plays the Super Mario Intro |
171 | play-tetris-melody.ps1 | plays the Tetris melody |
172 | poweroff.ps1 | halts the local computer (needs admin rights) |
173 | publish-to-ipfs.ps1 | publishes the given files or directory to IPFS |
174 | pull-repo.ps1 | pulls updates for the current/given Git repository (including submodules) |
175 | pull-repos.ps1 | pulls updates for all Git repositories under the current/given directory (including submodules) |
176 | 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 |
177 | new-email.ps1 | starts the default email client to write a new email |
178 | reboot.ps1 | reboots the local computer (needs admin rights) |
179 | reboot-fritzbox.ps1 | reboots the FRITZ!box device |
180 | remove-empty-dirs.ps1 | removes empty subfolders within the given directory tree |
181 | remove-print-jobs.ps1 | removes all jobs from all printers |
182 | restart-network-adapters.ps1 | restarts all local network adapters |
183 | search-filename.ps1 | searches the directory tree for filenames by given pattern |
184 | search-files.ps1 | searches the given pattern in the given files |
185 | scan-ports.ps1 | scans the network for open/closed ports |
186 | send-email.ps1 | sends an email message |
187 | send-tcp.ps1 | sends a TCP message to the given IP address and port |
188 | send-udp.ps1 | sends a UDP datagram message to the given IP address and port |
189 | set-profile.ps1 | updates your PowerShell user profile |
190 | set-timer.ps1 | sets a timer for a countdown |
191 | set-wallpaper.ps1 | sets the given image as wallpaper |
192 | SHA1.ps1 | prints the SHA1 checksum of the given file |
193 | SHA256.ps1 | prints the SHA256 checksum of the given file |
194 | simulate-matrix.ps1 | simulates the Matrix (fun) |
195 | simulate-presence.ps1 | simulates the human presence against burglars |
196 | speak-checklist.ps1 | speaks the given checklist by text-to-speech (TTS) |
197 | speak-countdown.ps1 | starts a countdown by text-to-speech (TTS) |
198 | speak-date.ps1 | speaks the current date by text-to-speech (TTS) |
199 | speak-english.ps1 | speaks the given text with an English text-to-speech (TTS) voice |
200 | speak-epub.ps1 | speaks the content of the given Epub file by text-to-speech (TTS) |
201 | speak-file.ps1 | speaks the content of the given text file by text-to-speech (TTS) |
202 | speak-french.ps1 | speaks the given text with a French text-to-speech (TTS) voice |
203 | speak-german.ps1 | speaks the given text with a German text-to-speech (TTS) voice |
204 | speak-italian.ps1 | speaks the given text with an Italian text-to-speech (TTS) voice |
205 | speak-joke.ps1 | speaks a random Chuck Norris joke by text-to-speech (TTS) |
206 | speak-quote.ps1 | speaks a random quote by text-to-speech (TTS) |
207 | speak-spanish.ps1 | speaks the given text with a Spanish text-to-speech (TTS) voice |
208 | speak-test.ps1 | performs a speak test by text-to-speech (TTS) |
209 | speak-text.ps1 | speaks the given text by text-to-speech (TTS) |
210 | speak-time.ps1 | speaks the current time by text-to-speech (TTS) |
211 | start-calibre-server.ps1 | starts a local Calibre server |
212 | start-ipfs-server.ps1 | starts a local IPFS server |
213 | switch-branch.ps1 | switches the branch in the current/given Git repository (including submodules) |
214 | switch-shelly1.ps1 | switches a Shelly1 device in the local network |
215 | sync-repo.ps1 | synchronizes a Git repository by push & pull (including submodules) |
216 | take-screenshot.ps1 | takes a single screenshot |
217 | take-screenshots.ps1 | takes multiple screenshots |
218 | template.ps1 | copy this template PowerShell script to write a new one |
219 | translate-file.ps1 | translates the given text file into another language |
220 | translate-files.ps1 | translates the given text files into any supported language |
221 | translate-text.ps1 | translates the given text into other languages |
222 | turn-volume-up.ps1 | turns the audio volume up (+10% by default) |
223 | turn-volume-down.ps1 | turns the audio volume down (-10% by default) |
224 | unmute-audio.ps1 | unmutes audio |
225 | upgrade-ubuntu.ps1 | upgrades Ubuntu Linux to the latest (LTS) release |
226 | upload-file.ps1 | uploads the local file to the given FTP server |
227 | voice-control.ps1 | executes the PowerShell scripts by voice |
228 | weather.ps1 | prints the current weather forecast |
229 | weather-report.ps1 | prints the local weather report |
230 | what-is.ps1 | prints a description of the given abbreviation |
231 | write-animated.ps1 | writes animated text |
232 | write-big.ps1 | writes the given text in big letters |
233 | write-blue.ps1 | writes the given text in a blue foreground color |
234 | write-braille.ps1 | writes the given text in Braille |
235 | write-green.ps1 | writes the given text in a green foreground color |
236 | write-joke.ps1] | writes a random Juck Norris joke |
237 | write-lowercase.ps1 | writes the given text in lowercase letters |
238 | write-marquee.ps1 | writes the given text as marquee |
239 | write-morse-code.ps1 | writes the given text in Morse code |
240 | write-motd.ps1 | writes the message of the day (MOTD) |
241 | write-quote.ps1 | writes a random quote |
242 | write-red.ps1 | writes the given text in a red foreground color |
243 | write-rot13.ps1 | encodes or decodes the given text with ROT13 |
244 | write-typewriter.ps1 | writes the given text with the typewriter effect |
245 | write-uppercase.ps1 | writes the given text in uppercase letters |
246 | write-vertical.ps1 | writes the given text in vertical direction |
247 | zip-dir.ps1 | creates a .zip archive of the given directory |