PowerShell/Data/scripts.csv
2021-04-05 10:48:34 +02:00

10 KiB

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