PowerShell/Data/scripts.csv
2023-08-24 13:27:26 +02:00

18 KiB

1SCRIPTDESCRIPTION
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-cortana.ps1Closes Cortana gracefully
50close-file-explorer.ps1Closes Microsoft File Explorer gracefully
51close-google-chrome.ps1Closes the Google Chrome Web browser
52close-program.ps1Closes the given program gracefully
53close-microsoft-edge.ps1Closes the Microsoft Edge Web browser
54close-microsoft-store.ps1Closes the Microsoft Store app
55close-mozilla-firefox.ps1Closes the Mozilla Firefox Web browser
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
73daily-tasks.shExecute PowerShell scripts automatically as daily tasks (Linux only)
74decrypt-file.ps1Decrypts the given file
75display-time.ps1Displays the current time for 10 seconds by default
76download-dir.ps1Downloads a directory tree from the given URL
77download-file.ps1Downloads a file from the given 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-github-cli.ps1Installs GitHub CLI
92install-google-chrome.ps1Installs the Google Chrome browser
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
167open-amazon.ps1Opens Amazon's website
168open-browser.ps1Starts the default Web browser
169open-calculator.ps1Starts the calculator program
170open-c-drive.ps1Opens the C: drive folder
171open-downloads-folder.ps1Opens the user's downloads folder
172open-dropbox-folder.ps1Opens the user's Dropbox folder
173open-email-client.ps1Starts the default email client
174open-facebook.ps1Opens Facebook's website
175open-file-explorer.ps1Opens the File Explorer
176open-fritz-box.ps1Opens FRITZ!Box's web interface
177open-github.ps1Opens GitHub's website
178open-google-contacts.ps1Opens Google Contacts
179open-google-earth.ps1Opens Google Earth
180open-google-maps.ps1Opens Google Maps
181open-google-mail.ps1Opens Google Mail
182open-google-news.ps1Opens Google News
183open-google-play.ps1Opens Google Play
184open-google-search.ps1Opens Google Search
185open-google-translate.ps1Opens Google Translate
186open-home-folder.ps1Opens the user's home folder
187open-music-folder.ps1Opens the user's music folder
188open-microsoft-edge.ps1Launches the Microsoft Edge Web browser
189open-microsoft-store.ps1Starts the Microsoft Store app
190open-netflix.ps1Starts the Netflix app
191open-notepad.ps1Starts the Notepad app
192open-onedrive-folder.ps1Opens the user's OneDrive folder
193open-recycle-bin.ps1Opens the user's recycle bin folder
194open-repos-folder.ps1Opens the user's Git repositories folder
195open-snipping-tools.ps1Opens the Snipping Tool
196open-speed-test.ps1Opens Cloudflare's speed test
197open-spotify.ps1Opens the Spotify app
198open-system-settings.ps1Launches the Windows system settings
199open-task-manager.ps1Launches the Task Manager
200open-toggl-track.ps1Opens Toggl Track
201open-videos-folder.ps1Opens the user's videos folder
202open-windows-terminal.ps1Launches Windows Terminal
203open-wikipedia.ps1Opens Wikipedia's website
204open-youtube.ps1Opens YouTube.com
205pick-commit.ps1Cherry-picks a Git commit into multiple branches
206play-beep-sound.ps1Plays a short beep sound
207play-files.ps1Plays the given audio files
208play-happy-birthday.ps1Plays the Happy Birthday song
209play-imperial-march.ps1Plays the Imperial March (Star Wars)
210play-jingle-bells.ps1Plays Jingle Bells
211play-mission-impossible.ps1Plays the Mission Impossible theme
212play-m3u.ps1Plays the given playlist (M3U file format)
213play-mp3.ps1Plays the given sound file (MP3 file format)
214play-super-mario.ps1Plays the Super Mario Intro
215play-tetris-melody.ps1Plays the Tetris melody
216poweroff.ps1Halts the local computer (needs admin rights)
217publish-to-ipfs.ps1Publishes the given files or directory to IPFS
218pull-repo.ps1Pulls updates for the current/given Git repository (including submodules)
219pull-repos.ps1Pulls updates for all Git repositories under the current/given directory (including submodules)
220query-smart-data.ps1Queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory
221new-branch.ps1Creates a new branch in the current/given Git repository
222new-email.ps1Starts the default email client to write a new email
223new-qrcode.ps1Generates a new QR code
224new-script.ps1Creates a new PowerShell script
225new-shortcut.ps1Creates a new shortcut file
226new-symlink.ps1Creates a new symbolic link file
227new-tag.ps1Creates a new tag in a Git repository
228new-zipfile.ps1Creates a new .zip file from a directory
229reboot.ps1Reboots the local computer (needs admin rights)
230reboot-fritzbox.ps1Reboots the FRITZ!box device
231remind-me.ps1Creates a scheduled task that will display a popup message
232remove-empty-dirs.ps1Removes empty subfolders within the given directory tree
233remove-print-jobs.ps1Removes all jobs from all printers
234remove-tag.ps1Removes a tag in a Git repository
235replace-in-files.ps1Search and replace a pattern in the given files by the replacement
236restart-network-adapters.ps1Restarts all local network adapters
237save-screenshot.ps1Saves a single screenshot
238say-date.ps1Say the current date by text-to-speech
239say-joke.ps1Say a random Chuck Norris joke by text-to-speech
240say-quote.ps1Say a random quote by text-to-speech
241say-time.ps1Say the current time by text-to-speech
242search-filename.ps1Searches the directory tree for filenames by given pattern
243search-files.ps1Searches the given pattern in the given files
244scan-ports.ps1Scans the network for open/closed ports
245send-email.ps1Sends an email message
246send-tcp.ps1Sends a TCP message to the given IP address and port
247send-udp.ps1Sends a UDP datagram message to the given IP address and port
248set-profile.ps1Updates your PowerShell user profile
249set-timer.ps1Sets a timer for a countdown
250set-wallpaper.ps1Sets the given image as wallpaper
251simulate-matrix.ps1Simulates the Matrix (fun)
252simulate-presence.ps1Simulates the human presence against burglars
253speak-checklist.ps1Speaks the given checklist by text-to-speech
254speak-countdown.ps1Starts a countdown by text-to-speech
255speak-english.ps1Speaks the given text with an English text-to-speech voice
256speak-epub.ps1Speaks the content of the given Epub file by text-to-speech
257speak-file.ps1Speaks the content of the given text file by text-to-speech
258speak-french.ps1Speaks the given text with a French text-to-speech voice
259speak-german.ps1Speaks the given text with a German text-to-speech voice
260speak-italian.ps1Speaks the given text with an Italian text-to-speech voice
261speak-spanish.ps1Speaks the given text with a Spanish text-to-speech voice
262speak-test.ps1Performs a speak test by text-to-speech
263speak-text.ps1Speaks the given text by text-to-speech
264start-calibre-server.ps1Starts a local Calibre server
265start-ipfs-server.ps1Starts a local IPFS server
266switch-branch.ps1Switches the branch in the current/given Git repository (including submodules)
267switch-shelly1.ps1Switches a Shelly1 device in the local network
268sync-repo.ps1Synchronizes a Git repository by push & pull (including submodules)
269translate-file.ps1Translates the given text file into another language
270translate-files.ps1Translates the given text files into any supported language
271translate-text.ps1Translates the given text into other languages
272turn-volume-up.ps1Turns the audio volume up (+10% by default)
273turn-volume-down.ps1Turns the audio volume down (-10% by default)
274unmute-audio.ps1Unmutes audio
275upgrade-ubuntu.ps1Upgrades Ubuntu Linux to the latest (LTS) release
276upload-file.ps1Uploads the local file to the given FTP server
277wakeup.ps1Sends a magic packet to the given computer, waking him up
278weather.ps1Prints the current weather forecast
279weather-report.ps1Prints the local weather report
280what-is.ps1Prints a description of the given abbreviation
281write-animated.ps1Writes animated text
282write-big.ps1Writes the given text in big letters
283write-blue.ps1Writes the given text in a blue foreground color
284write-braille.ps1Writes the given text in Braille
285write-calendar.ps1Writes the calendar (month or year)
286write-green.ps1Writes the given text in a green foreground color
287write-joke.ps1]Writes a random Juck Norris joke
288write-lowercase.ps1Writes the given text in lowercase letters
289write-marquee.ps1Writes the given text as marquee
290write-morse-code.ps1Writes the given text in Morse code
291write-motd.ps1Writes the message of the day (MOTD)
292write-quote.ps1Writes a random quote
293write-red.ps1Writes the given text in a red foreground color
294write-rot13.ps1Encodes or decodes the given text with ROT13
295write-typewriter.ps1Writes the given text with the typewriter effect
296write-uppercase.ps1Writes the given text in uppercase letters
297write-vertical.ps1Writes the given text in vertical direction