PowerShell/Data/scripts.csv

137 lines
8.1 KiB
Plaintext
Raw Normal View History

2021-02-10 20:21:32 +01:00
Script,Description
2021-02-06 12:20:28 +01:00
add-firewall-rules.ps1, adds firewall rules to the given executables (requires admin rights)
2020-12-29 15:37:12 +01:00
check-ipv4-address.ps1, checks the given IPv4 address for validity
2021-02-10 20:21:32 +01:00
check-ipv6-address.ps1, checks the given IPv6 address for validity
2020-12-29 15:37:12 +01:00
check-mac-address.ps1, checks the given MAC address for validity
2021-02-10 16:49:09 +01:00
check-symlinks.ps1, checks every symlink in the given directory tree
2020-12-29 15:37:12 +01:00
check-xml-file.ps1, checks the given XML file for validity
2021-02-16 18:39:55 +01:00
clean-branch.ps1, cleans the current Git branch (including submodules) from generated files
2020-12-29 15:37:12 +01:00
clone-repos.ps1, clones well-known Git repositories
2021-01-09 15:59:37 +01:00
close-calculator.ps1, closes the calculator program gracefully
2020-12-29 15:37:12 +01:00
close-chrome.ps1, closes Google Chrome gracefully
2021-02-13 16:59:38 +01:00
close-cortana.ps1, closes Cortana gracefully
2020-12-29 15:37:12 +01:00
close-edge.ps1, closes Microsoft Edge gracefully
close-file-explorer.ps1, closes Microsoft File Explorer gracefully
close-program.ps1, closes the given program gracefully
2021-02-16 09:30:48 +01:00
close-system-settings.ps1, closes the System Settings gracefully
2020-12-29 15:37:12 +01:00
close-thunderbird.ps1, closes Mozilla Thunderbird gracefully
2021-02-16 09:30:48 +01:00
close-vlc.ps1, closes the VLC media player gracefully
2020-12-29 15:37:12 +01:00
close-windows-terminal.ps1, closes Windows Terminal gracefully
2021-02-07 17:31:23 +01:00
configure-git.ps1, sets up the Git user configuration
2021-02-17 08:24:03 +01:00
create-symlink.ps1, creates a symbolic link
2020-12-29 15:37:12 +01:00
csv-to-text.ps1, converts the given CSV file into a text list
2021-02-06 16:14:05 +01:00
daily-tasks.sh, execute PowerShell scripts automatically as daily tasks (Linux only)
decrypt-file.ps1, decrypts the given file
2021-01-09 12:36:37 +01:00
display-time.ps1, displays the current time for 10 seconds by default
2020-12-29 15:37:12 +01:00
download.ps1, downloads the file/directory from the given URL
enable-crash-dumps.ps1, enables the writing of crash dumps
encrypt-file.ps1, encrypts the given file
2021-02-21 12:20:04 +01:00
fetch-repos.ps1, fetches all Git repositories under the current/given directory
2020-12-30 16:40:07 +01:00
generate-qrcode.ps1, generates a QR code
2021-02-06 12:20:28 +01:00
hibernate.ps1, enables hibernate mode for the local computer (requires admin rights)
2020-12-29 15:37:12 +01:00
inspect-exe.ps1, prints basic information of the given executable file
list-anagrams.ps1, lists all anagrams of the given word
2021-02-08 17:19:56 +01:00
list-automatic-variables.ps1, lists the automatic variables of PowerShell
2021-01-12 14:48:59 +01:00
list-current-timezone.ps1, lists the current time zone details
2021-01-12 16:42:57 +01:00
list-clipboard.ps1, lists the contents of the clipboard
2021-02-01 07:30:14 +01:00
list-environment-variables.ps1, lists all environment variables
2021-02-10 12:27:38 +01:00
list-empty-dirs.ps1, lists empty subfolders within the given directory tree
2021-02-10 18:37:55 +01:00
list-empty-files.ps1, lists empty files within the given directory tree
2020-12-29 15:37:12 +01:00
list-files.ps1, lists all files in the given folder and also in every subfolder
2021-01-02 12:03:01 +01:00
list-formatted.ps1, lists the current working directory formatted in columns
2021-01-03 11:49:06 +01:00
list-fritzbox-calls.ps1, lists the FRITZ!Box calls
2021-01-03 17:27:38 +01:00
list-fritzbox-devices.ps1, lists FRITZ!Box's known devices
2020-12-30 11:55:01 +01:00
list-installed-software.ps1, lists the installed software
2020-12-29 15:37:12 +01:00
list-logbook.ps1, lists the content of the logbook
list-unused-files.ps1, lists unused files in a directory tree
list-cmdlets.ps1, lists the PowerShell cmdlets
list-earthquakes.ps1, lists earthquakes with magnitude >= 6.0 for the last 30 days
list-modules.ps1, lists the PowerShell modules
2021-02-16 16:12:51 +01:00
list-network-shares.ps1, lists the network shares of the local computer
2020-12-29 15:37:12 +01:00
list-news.ps1, lists the latest news
2021-01-01 19:27:03 +01:00
list-os-releases.ps1, lists OS releases and download URL
2021-01-09 15:42:51 +01:00
list-printers.ps1, lists all printer known to the computer
2020-12-29 15:37:12 +01:00
list-processes.ps1, lists the local computer processes
list-random-passwords.ps1, prints a list of random passwords
list-random-pins.ps1, prints a list of random PIN's
list-scripts.ps1, lists the PowerShell scripts in this repository
2021-01-12 14:48:59 +01:00
list-timezones.ps1, lists all time zones available
2021-02-06 13:50:21 +01:00
list-user-groups.ps1, lists the user groups on the local computer
2020-12-29 15:37:12 +01:00
locate-city.ps1, prints the geographic location of the given city
locate-ipaddress.ps1, prints the geographic location of the given IP address
locate-zip-code.ps1, prints the geographic location of the given zip-code
MD5.ps1, prints the MD5 checksum of the given file
make-install.ps1, installs built executables and libs to the installation directory
moon.ps1, prints the current moon phase
mute-audio.ps1, mutes audio
2021-01-12 17:06:35 +01:00
next-joke.ps1], gets the next random Juck Norris joke
2020-12-29 15:37:12 +01:00
open-browser.ps1, starts the default Web browser
2021-01-09 12:46:08 +01:00
open-calculator.ps1, starts the calculator program
2020-12-29 15:37:12 +01:00
open-email-client.ps1, starts the default email client
play-beep.ps1, plays a beep sound
2021-02-16 19:43:46 +01:00
play-mission-impossible.ps1, plays the Mission Impossible theme
2021-02-17 20:09:44 +01:00
play-m3u.ps1, plays the given playlist (M3U file format)
play-mp3.ps1, plays the given sound file (MP3 file format)
2021-02-16 19:43:46 +01:00
play-super-mario.ps1, plays the Super Mario Intro
play-the-imperial-march.ps1, plays the Imperial March (Star Wars)
2021-02-06 12:20:28 +01:00
poweroff.ps1, halts the local computer (requires admin rights)
2021-02-03 20:53:56 +01:00
query-smart-data.ps1, queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory
2020-12-29 15:37:12 +01:00
new-email.ps1, starts the default email client to write a new email
2021-02-06 12:20:28 +01:00
reboot.ps1, reboots the local computer (requires admin rights)
2021-01-03 11:26:27 +01:00
reboot-fritzbox.ps1, reboots the FRITZ!box device
2021-02-09 14:46:54 +01:00
remove-empty-dirs.ps1, removes empty subfolders within the given directory tree
2020-12-29 15:37:12 +01:00
search-files.ps1, searches the given pattern in the given files
scan-ports.ps1, scans the network for open/closed ports
send-email.ps1, sends an email message
send-tcp.ps1, sends a TCP message to the given IP address and port
send-udp.ps1, sends a UDP datagram message to the given IP address and port
set-timer.ps1, sets a timer for a countdown
2021-01-27 16:21:34 +01:00
set-wallpaper.ps1, sets the given image as wallpaper
2020-12-29 15:37:12 +01:00
SHA1.ps1, prints the SHA1 checksum of the given file
SHA256.ps1, prints the SHA256 checksum of the given file
2021-02-19 17:52:02 +01:00
show-dir-tree.ps1, visualizes the given/current directory tree
2020-12-29 15:37:12 +01:00
simulate-matrix.ps1, simulates the Matrix (fun)
simulate-presence.ps1, simulates the human presence against burglars
2021-01-09 16:14:22 +01:00
speak-date.ps1, speaks the current date by text-to-speech (TTS)
2021-02-08 19:32:45 +01:00
speak-english.ps1, speaks the given text with an English text-to-speech (TTS) voice
2021-01-19 09:28:59 +01:00
speak-epub.ps1, speaks the content of the given Epub file by text-to-speech (TTS)
2020-12-29 15:37:12 +01:00
speak-file.ps1, speaks the content of the given text file by text-to-speech (TTS)
2021-02-08 19:59:08 +01:00
speak-german.ps1, speaks the given text with a German text-to-speech (TTS) voice
2021-02-06 18:13:12 +01:00
speak-joke.ps1, speaks the next joke by text-to-speech (TTS)
2020-12-31 11:02:08 +01:00
speak-test.ps1, performs a speak test by text-to-speech (TTS)
2020-12-29 15:37:12 +01:00
speak-text.ps1, speaks the given text by text-to-speech (TTS)
2021-01-02 13:46:38 +01:00
speak-time.ps1, speaks the current time by text-to-speech (TTS)
2021-02-21 12:20:04 +01:00
switch-branch.ps1, switches the current Git repository to the given branch
2020-12-29 15:37:12 +01:00
switch-shelly1.ps1, switches a Shelly1 device in the local network
take-screenshot.ps1, takes a single screenshot
take-screenshots.ps1, takes multiple screenshots
train-dns-cache.ps1, trains the DNS cache with frequently used domain names
translate-file.ps1, translates the given file from source to target language
translate-text.ps1, translates the given text into other languages
turn-volume-up.ps1, turns the audio volume up (+10% by default)
turn-volume-down.ps1, turns the audio volume down (-10% by default)
txt2wav.ps1, converts text into a audio .WAV file
unmute-audio.ps1, unmutes audio
2021-02-16 19:06:18 +01:00
update-repos.ps1, updates all Git repositories under the current/given directory
2021-01-05 13:55:54 +01:00
voice-control.ps1, executes the PowerShell scripts by voice
2020-12-29 15:37:12 +01:00
weather.ps1, prints the current weather forecast
weather-alert.ps1, checks the current weather for critical values
weather-report.ps1, prints the local weather report
weather-worldwide.ps1, prints the current weather of cities worldwide
wakeup.ps1, sends a magic packet to the given computer, waking him up
2021-02-06 14:38:58 +01:00
write-animated.ps1, writes animated text
2020-12-29 15:37:12 +01:00
write-big.ps1, writes the given text in big letters
write-blue.ps1, writes the given text in a blue foreground color
write-braille.ps1, writes the given text in Braille
write-green.ps1, writes the given text in a green foreground color
write-logbook.ps1, writes the given text to the logbook
2021-01-03 18:32:46 +01:00
write-marquee.ps1, writes the given text as marquee
2020-12-29 15:37:12 +01:00
write-morse-code.ps1, writes the given text in Morse code
write-motd.ps1, writes the message of the day (MOTD)
write-red.ps1, writes the given text in a red foreground color
write-rot13.ps1, encodes or decodes the given text with ROT13
write-typewriter.ps1, writes the given text with the typewriter effect
write-uppercase.ps1, writes the given text in uppercase letters
write-vertical.ps1, writes the given text in vertical direction
2021-02-07 17:31:23 +01:00
zip-dir.ps1, creates a zip archive of the given directory