PowerShell/Data/scripts.csv
2021-09-16 09:00:56 +02:00

16 KiB

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