PowerShell/Data/scripts.csv
2021-01-03 12:20:33 +01:00

5.4 KiB

1FilenameDescription
2check-ipv4-address.ps1checks the given IPv4 address for validity
3check-mac-address.ps1checks the given MAC address for validity
4check-xml-file.ps1checks the given XML file for validity
5clone-repos.ps1clones well-known Git repositories
6close-chrome.ps1closes Google Chrome gracefully
7close-edge.ps1closes Microsoft Edge gracefully
8close-file-explorer.ps1closes Microsoft File Explorer gracefully
9close-program.ps1closes the given program gracefully
10close-thunderbird.ps1closes Mozilla Thunderbird gracefully
11close-windows-terminal.ps1closes Windows Terminal gracefully
12configure-git.ps1sets up the Git configuration
13csv-to-text.ps1converts the given CSV file into a text list
14display-time.ps1displays the current time
15download.ps1downloads the file/directory from the given URL
16empty-dir.ps1empties the given directory
17enable-crash-dumps.ps1enables the writing of crash dumps
18generate-qrcode.ps1generates a QR code
19inspect-exe.ps1prints basic information of the given executable file
20list-anagrams.ps1lists all anagrams of the given word
21list-automatic-variables.ps1lists PowerShell automatic variables
22list-empty-dirs.ps1lists empty subfolders in a directory tree
23list-files.ps1lists all files in the given folder and also in every subfolder
24list-formatted.ps1lists the current working directory formatted in columns
25list-fritzbox-calls.ps1lists the FRITZ!Box calls
26list-fritzbox-devices.ps1lists the FRITZ!Box devices
27list-installed-software.ps1lists the installed software
28list-logbook.ps1lists the content of the logbook
29list-unused-files.ps1lists unused files in a directory tree
30list-cmdlets.ps1lists the PowerShell cmdlets
31list-earthquakes.ps1lists earthquakes with magnitude >= 6.0 for the last 30 days
32list-modules.ps1lists the PowerShell modules
33list-news.ps1lists the latest news
34list-os-releases.ps1lists OS releases and download URL
35list-processes.ps1lists the local computer processes
36list-random-passwords.ps1prints a list of random passwords
37list-random-pins.ps1prints a list of random PIN's
38list-scripts.ps1lists the PowerShell scripts in this repository
39locate-city.ps1prints the geographic location of the given city
40locate-ipaddress.ps1prints the geographic location of the given IP address
41locate-zip-code.ps1prints the geographic location of the given zip-code
42MD5.ps1prints the MD5 checksum of the given file
43make-install.ps1installs built executables and libs to the installation directory
44moon.ps1prints the current moon phase
45mute-audio.ps1mutes audio
46open-browser.ps1starts the default Web browser
47open-email-client.ps1starts the default email client
48play-beep.ps1plays a beep sound
49poweroff.ps1halts the local computer (needs administrator rights)
50new-email.ps1starts the default email client to write a new email
51reboot.ps1reboots the local computer (needs administrator rights)
52reboot-fritzbox.ps1reboots the FRITZ!box device
53search-files.ps1searches the given pattern in the given files
54scan-ports.ps1scans the network for open/closed ports
55send-email.ps1sends an email message
56send-tcp.ps1sends a TCP message to the given IP address and port
57send-udp.ps1sends a UDP datagram message to the given IP address and port
58set-timer.ps1sets a timer for a countdown
59SHA1.ps1prints the SHA1 checksum of the given file
60SHA256.ps1prints the SHA256 checksum of the given file
61simulate-matrix.ps1simulates the Matrix (fun)
62simulate-presence.ps1simulates the human presence against burglars
63speak-file.ps1speaks the content of the given text file by text-to-speech (TTS)
64speak-test.ps1performs a speak test by text-to-speech (TTS)
65speak-text.ps1speaks the given text by text-to-speech (TTS)
66speak-time.ps1speaks the current time by text-to-speech (TTS)
67switch-shelly1.ps1switches a Shelly1 device in the local network
68take-screenshot.ps1takes a single screenshot
69take-screenshots.ps1takes multiple screenshots
70train-dns-cache.ps1trains the DNS cache with frequently used domain names
71translate-file.ps1translates the given file from source to target language
72translate-text.ps1translates the given text into other languages
73turn-volume-up.ps1turns the audio volume up (+10% by default)
74turn-volume-down.ps1turns the audio volume down (-10% by default)
75txt2wav.ps1converts text into a audio .WAV file
76unmute-audio.ps1unmutes audio
77weather.ps1prints the current weather forecast
78weather-alert.ps1checks the current weather for critical values
79weather-report.ps1prints the local weather report
80weather-worldwide.ps1prints the current weather of cities worldwide
81write-big.ps1writes the given text in big letters
82write-blue.ps1writes the given text in a blue foreground color
83write-braille.ps1writes the given text in Braille
84write-green.ps1writes the given text in a green foreground color
85write-logbook.ps1writes the given text to the logbook
86write-morse-code.ps1writes the given text in Morse code
87write-motd.ps1writes the message of the day (MOTD)
88write-red.ps1writes the given text in a red foreground color
89write-rot13.ps1encodes or decodes the given text with ROT13
90write-typewriter.ps1writes the given text with the typewriter effect
91write-uppercase.ps1writes the given text in uppercase letters
92write-vertical.ps1writes the given text in vertical direction
93zip-dir.ps1creates a zip archive of the given folder