PowerShell/Data/scripts.csv
2021-01-09 16:14:22 +01:00

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