mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-09 01:25:04 +01:00
6.7 KiB
6.7 KiB
1 | Filename | Description |
---|---|---|
2 | add-firewall-rules.ps1 | adds firewall rules to the given executables (requires admin rights) |
3 | check-ipv4-address.ps1 | checks the given IPv4 address for validity |
4 | check-mac-address.ps1 | checks the given MAC address for validity |
5 | check-xml-file.ps1 | checks the given XML file for validity |
6 | clone-repos.ps1 | clones well-known Git repositories |
7 | close-calculator.ps1 | closes the calculator program gracefully |
8 | close-chrome.ps1 | closes Google Chrome gracefully |
9 | close-edge.ps1 | closes Microsoft Edge gracefully |
10 | close-file-explorer.ps1 | closes Microsoft File Explorer gracefully |
11 | close-program.ps1 | closes the given program gracefully |
12 | close-thunderbird.ps1 | closes Mozilla Thunderbird gracefully |
13 | close-windows-terminal.ps1 | closes Windows Terminal gracefully |
14 | configure-git.ps1 | sets up the Git configuration |
15 | csv-to-text.ps1 | converts the given CSV file into a text list |
16 | decrypt-file.ps1 | decrypts the given file |
17 | display-time.ps1 | displays the current time for 10 seconds by default |
18 | download.ps1 | downloads the file/directory from the given URL |
19 | empty-dir.ps1 | empties the given directory |
20 | enable-crash-dumps.ps1 | enables the writing of crash dumps |
21 | encrypt-file.ps1 | encrypts the given file |
22 | generate-qrcode.ps1 | generates a QR code |
23 | hibernate.ps1 | enables hibernate mode for the local computer (requires admin rights) |
24 | inspect-exe.ps1 | prints basic information of the given executable file |
25 | list-anagrams.ps1 | lists all anagrams of the given word |
26 | list-automatic-variables.ps1 | lists PowerShell automatic variables |
27 | list-current-timezone.ps1 | lists the current time zone details |
28 | list-clipboard.ps1 | lists the contents of the clipboard |
29 | list-environment-variables.ps1 | lists all environment variables |
30 | list-empty-dirs.ps1 | lists empty subfolders in a directory tree |
31 | list-files.ps1 | lists all files in the given folder and also in every subfolder |
32 | list-formatted.ps1 | lists the current working directory formatted in columns |
33 | list-fritzbox-calls.ps1 | lists the FRITZ!Box calls |
34 | list-fritzbox-devices.ps1 | lists FRITZ!Box's known devices |
35 | list-installed-software.ps1 | lists the installed software |
36 | list-logbook.ps1 | lists the content of the logbook |
37 | list-unused-files.ps1 | lists unused files in a directory tree |
38 | list-cmdlets.ps1 | lists the PowerShell cmdlets |
39 | list-earthquakes.ps1 | lists earthquakes with magnitude >= 6.0 for the last 30 days |
40 | list-modules.ps1 | lists the PowerShell modules |
41 | list-news.ps1 | lists the latest news |
42 | list-os-releases.ps1 | lists OS releases and download URL |
43 | list-printers.ps1 | lists all printer known to the computer |
44 | list-processes.ps1 | lists the local computer processes |
45 | list-random-passwords.ps1 | prints a list of random passwords |
46 | list-random-pins.ps1 | prints a list of random PIN's |
47 | list-scripts.ps1 | lists the PowerShell scripts in this repository |
48 | list-timezones.ps1 | lists all time zones available |
49 | locate-city.ps1 | prints the geographic location of the given city |
50 | locate-ipaddress.ps1 | prints the geographic location of the given IP address |
51 | locate-zip-code.ps1 | prints the geographic location of the given zip-code |
52 | MD5.ps1 | prints the MD5 checksum of the given file |
53 | make-install.ps1 | installs built executables and libs to the installation directory |
54 | moon.ps1 | prints the current moon phase |
55 | mute-audio.ps1 | mutes audio |
56 | next-joke.ps1] | gets the next random Juck Norris joke |
57 | open-browser.ps1 | starts the default Web browser |
58 | open-calculator.ps1 | starts the calculator program |
59 | open-email-client.ps1 | starts the default email client |
60 | play-beep.ps1 | plays a beep sound |
61 | poweroff.ps1 | halts the local computer (requires admin rights) |
62 | 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 |
63 | new-email.ps1 | starts the default email client to write a new email |
64 | reboot.ps1 | reboots the local computer (requires admin rights) |
65 | reboot-fritzbox.ps1 | reboots the FRITZ!box device |
66 | search-files.ps1 | searches the given pattern in the given files |
67 | scan-ports.ps1 | scans the network for open/closed ports |
68 | send-email.ps1 | sends an email message |
69 | send-tcp.ps1 | sends a TCP message to the given IP address and port |
70 | send-udp.ps1 | sends a UDP datagram message to the given IP address and port |
71 | set-timer.ps1 | sets a timer for a countdown |
72 | set-wallpaper.ps1 | sets the given image as wallpaper |
73 | SHA1.ps1 | prints the SHA1 checksum of the given file |
74 | SHA256.ps1 | prints the SHA256 checksum of the given file |
75 | simulate-matrix.ps1 | simulates the Matrix (fun) |
76 | simulate-presence.ps1 | simulates the human presence against burglars |
77 | speak-date.ps1 | speaks the current date by text-to-speech (TTS) |
78 | speak-epub.ps1 | speaks the content of the given Epub file by text-to-speech (TTS) |
79 | speak-file.ps1 | speaks the content of the given text file by text-to-speech (TTS) |
80 | speak-test.ps1 | performs a speak test by text-to-speech (TTS) |
81 | speak-text.ps1 | speaks the given text by text-to-speech (TTS) |
82 | speak-time.ps1 | speaks the current time by text-to-speech (TTS) |
83 | switch-shelly1.ps1 | switches a Shelly1 device in the local network |
84 | take-screenshot.ps1 | takes a single screenshot |
85 | take-screenshots.ps1 | takes multiple screenshots |
86 | train-dns-cache.ps1 | trains the DNS cache with frequently used domain names |
87 | translate-file.ps1 | translates the given file from source to target language |
88 | translate-text.ps1 | translates the given text into other languages |
89 | turn-volume-up.ps1 | turns the audio volume up (+10% by default) |
90 | turn-volume-down.ps1 | turns the audio volume down (-10% by default) |
91 | txt2wav.ps1 | converts text into a audio .WAV file |
92 | unmute-audio.ps1 | unmutes audio |
93 | update-repos.ps1 | updates all Git repositories under the current directory |
94 | visualize-dir-tree.ps1 | visualizes the given/current directory tree |
95 | voice-control.ps1 | executes the PowerShell scripts by voice |
96 | weather.ps1 | prints the current weather forecast |
97 | weather-alert.ps1 | checks the current weather for critical values |
98 | weather-report.ps1 | prints the local weather report |
99 | weather-worldwide.ps1 | prints the current weather of cities worldwide |
100 | write-big.ps1 | writes the given text in big letters |
101 | write-blue.ps1 | writes the given text in a blue foreground color |
102 | write-braille.ps1 | writes the given text in Braille |
103 | write-green.ps1 | writes the given text in a green foreground color |
104 | write-logbook.ps1 | writes the given text to the logbook |
105 | write-marquee.ps1 | writes the given text as marquee |
106 | write-morse-code.ps1 | writes the given text in Morse code |
107 | write-motd.ps1 | writes the message of the day (MOTD) |
108 | write-red.ps1 | writes the given text in a red foreground color |
109 | write-rot13.ps1 | encodes or decodes the given text with ROT13 |
110 | write-typewriter.ps1 | writes the given text with the typewriter effect |
111 | write-uppercase.ps1 | writes the given text in uppercase letters |
112 | write-vertical.ps1 | writes the given text in vertical direction |
113 | zip-dir.ps1 | creates a zip archive of the given folder |