PowerShell/Data/scripts.csv
2021-04-19 19:20:49 +02:00

12 KiB

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