PowerShell/Data/scripts.csv
2021-03-20 15:51:03 +01:00

9.5 KiB

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