PowerShell/Data/scripts.csv
2021-05-04 16:39:06 +02:00

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