PowerShell/Data/scripts.csv
2021-03-25 17:28:16 +01:00

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