mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-24 10:58:16 +02:00
4.8 KiB
4.8 KiB
1 | Filename | Description |
---|---|---|
2 | check-ipv4-address.ps1 | checks the given IPv4 address for validity |
3 | check-mac-address.ps1 | checks the given MAC address for validity |
4 | check-xml-file.ps1 | checks the given XML file for validity |
5 | clone-repos.ps1 | clones well-known Git repositories |
6 | close-chrome.ps1 | closes Google Chrome gracefully |
7 | close-edge.ps1 | closes Microsoft Edge gracefully |
8 | close-file-explorer.ps1 | closes Microsoft File Explorer gracefully |
9 | close-program.ps1 | closes the given program gracefully |
10 | close-thunderbird.ps1 | closes Mozilla Thunderbird gracefully |
11 | close-windows-terminal.ps1 | closes Windows Terminal gracefully |
12 | configure-git.ps1 | sets up the Git configuration |
13 | csv-to-text.ps1 | converts the given CSV file into a text list |
14 | display-time.ps1 | displays the current time |
15 | download.ps1 | downloads the file/directory from the given URL |
16 | empty-dir.ps1 | empties the given directory |
17 | enable-crash-dumps.ps1 | enables the writing of crash dumps |
18 | inspect-exe.ps1 | prints basic information of the given executable file |
19 | list-anagrams.ps1 | lists all anagrams of the given word |
20 | list-empty-dirs.ps1 | lists empty subfolders in a directory tree |
21 | list-files.ps1 | lists all files in the given folder and also in every subfolder |
22 | list-logbook.ps1 | lists the content of the logbook |
23 | list-unused-files.ps1 | lists unused files in a directory tree |
24 | list-cmdlets.ps1 | lists the PowerShell cmdlets |
25 | list-earthquakes.ps1 | lists earthquakes with magnitude >= 6.0 for the last 30 days |
26 | list-modules.ps1 | lists the PowerShell modules |
27 | list-news.ps1 | lists the latest news |
28 | list-processes.ps1 | lists the local computer processes |
29 | list-random-passwords.ps1 | prints a list of random passwords |
30 | list-random-pins.ps1 | prints a list of random PIN's |
31 | list-scripts.ps1 | lists the PowerShell scripts in this repository |
32 | locate-city.ps1 | prints the geographic location of the given city |
33 | locate-ipaddress.ps1 | prints the geographic location of the given IP address |
34 | locate-zip-code.ps1 | prints the geographic location of the given zip-code |
35 | MD5.ps1 | prints the MD5 checksum of the given file |
36 | make-install.ps1 | installs built executables and libs to the installation directory |
37 | moon.ps1 | prints the current moon phase |
38 | mute-audio.ps1 | mutes audio |
39 | open-browser.ps1 | starts the default Web browser |
40 | open-email-client.ps1 | starts the default email client |
41 | play-beep.ps1 | plays a beep sound |
42 | poweroff.ps1 | halts the local computer (needs administrator rights) |
43 | new-email.ps1 | starts the default email client to write a new email |
44 | reboot.ps1 | reboots the local computer (needs administrator rights) |
45 | search-files.ps1 | searches the given pattern in the given files |
46 | scan-ports.ps1 | scans the network for open/closed ports |
47 | send-email.ps1 | sends an email message |
48 | send-tcp.ps1 | sends a TCP message to the given IP address and port |
49 | send-udp.ps1 | sends a UDP datagram message to the given IP address and port |
50 | set-timer.ps1 | sets a timer for a countdown |
51 | SHA1.ps1 | prints the SHA1 checksum of the given file |
52 | SHA256.ps1 | prints the SHA256 checksum of the given file |
53 | simulate-matrix.ps1 | simulates the Matrix (fun) |
54 | simulate-presence.ps1 | simulates the human presence against burglars |
55 | speak-file.ps1 | speaks the content of the given text file by text-to-speech (TTS) |
56 | speak-text.ps1 | speaks the given text by text-to-speech (TTS) |
57 | switch-shelly1.ps1 | switches a Shelly1 device in the local network |
58 | take-screenshot.ps1 | takes a single screenshot |
59 | take-screenshots.ps1 | takes multiple screenshots |
60 | test.ps1 | simple test script |
61 | train-dns-cache.ps1 | trains the DNS cache with frequently used domain names |
62 | translate-file.ps1 | translates the given file from source to target language |
63 | translate-text.ps1 | translates the given text into other languages |
64 | turn-volume-up.ps1 | turns the audio volume up (+10% by default) |
65 | turn-volume-down.ps1 | turns the audio volume down (-10% by default) |
66 | txt2wav.ps1 | converts text into a audio .WAV file |
67 | unmute-audio.ps1 | unmutes audio |
68 | weather.ps1 | prints the current weather forecast |
69 | weather-alert.ps1 | checks the current weather for critical values |
70 | weather-report.ps1 | prints the local weather report |
71 | weather-worldwide.ps1 | prints the current weather of cities worldwide |
72 | write-big.ps1 | writes the given text in big letters |
73 | write-blue.ps1 | writes the given text in a blue foreground color |
74 | write-braille.ps1 | writes the given text in Braille |
75 | write-green.ps1 | writes the given text in a green foreground color |
76 | write-logbook.ps1 | writes the given text to the logbook |
77 | write-morse-code.ps1 | writes the given text in Morse code |
78 | write-motd.ps1 | writes the message of the day (MOTD) |
79 | write-red.ps1 | writes the given text in a red foreground color |
80 | write-rot13.ps1 | encodes or decodes the given text with ROT13 |
81 | write-typewriter.ps1 | writes the given text with the typewriter effect |
82 | write-uppercase.ps1 | writes the given text in uppercase letters |
83 | write-vertical.ps1 | writes the given text in vertical direction |
84 | zip-dir.ps1 | creates a zip archive of the given folder |