PowerShell/Data/scripts.csv
2021-08-27 15:35:34 +02:00

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