mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-15 04:24:01 +01:00
9.7 KiB
9.7 KiB
1 | Script | Description |
---|---|---|
2 | add-firewall-rules.ps1 | adds firewall rules to the given executables (requires admin rights) |
3 | check-cpu-temp.ps1 | checks the CPU temperature |
4 | check-dns-resolution.ps1 | checks the DNS resolution with frequently used domain names |
5 | check-drive-space.ps1 | checks the given drive for free space left |
6 | check-health.ps1 | checks the system health |
7 | check-ipv4-address.ps1 | checks the given IPv4 address for validity |
8 | check-ipv6-address.ps1 | checks the given IPv6 address for validity |
9 | check-mac-address.ps1 | checks the given MAC address for validity |
10 | check-swap-space.ps1 | checks the swap space for free space left |
11 | check-symlinks.ps1 | checks every symlink in the given directory tree |
12 | check-windows-system-files.ps1 | checks the validity of the Windows system files |
13 | check-xml-file.ps1 | checks the given XML file for validity |
14 | cherry-picker.ps1 | cherry-picks a Git commit into multiple branches |
15 | clean-branch.ps1 | cleans the current Git branch (including submodules) from generated files |
16 | clone-repos.ps1 | clones well-known Git repositories |
17 | close-calculator.ps1 | closes the calculator program gracefully |
18 | close-chrome.ps1 | closes Google Chrome gracefully |
19 | close-cortana.ps1 | closes Cortana gracefully |
20 | close-edge.ps1 | closes Microsoft Edge gracefully |
21 | close-file-explorer.ps1 | closes Microsoft File Explorer gracefully |
22 | close-program.ps1 | closes the given program gracefully |
23 | close-system-settings.ps1 | closes the System Settings gracefully |
24 | close-thunderbird.ps1 | closes Mozilla Thunderbird gracefully |
25 | close-vlc.ps1 | closes the VLC media player gracefully |
26 | close-windows-terminal.ps1 | closes Windows Terminal gracefully |
27 | configure-git.ps1 | sets up the Git user configuration |
28 | create-shortcut.ps1 | creates a shortcut |
29 | create-symlink.ps1 | creates a symbolic link |
30 | csv-to-text.ps1 | converts the given CSV file into a text list |
31 | daily-tasks.sh | execute PowerShell scripts automatically as daily tasks (Linux only) |
32 | decrypt-file.ps1 | decrypts the given file |
33 | display-time.ps1 | displays the current time for 10 seconds by default |
34 | download.ps1 | downloads the file/directory from the given URL |
35 | enable-crash-dumps.ps1 | enables the writing of crash dumps |
36 | enable-god-mode.ps1 | enables the god mode (adds a new icon to the desktop) |
37 | enable-ssh-client.ps1 | enables the SSH client |
38 | enable-ssh-server.ps1 | enables the SSH server |
39 | encrypt-file.ps1 | encrypts the given file |
40 | fetch-repo.ps1 | fetches updates for the current/given Git repository (including submodules) |
41 | fetch-repos.ps1 | fetches updates for all Git repositories under the current/given directory (including submodules) |
42 | generate-qrcode.ps1 | generates a QR code |
43 | go-downloads.ps1 | go to the user's downloads folder |
44 | go-home.ps1 | go to the user's home folder |
45 | go-music.ps1 | go to the user's music folder |
46 | go-root.ps1 | go to the root directory (C: on Windows) |
47 | go-scripts.ps1 | go to the PowerShell Scripts folder |
48 | hibernate.ps1 | enables hibernate mode for the local computer (requires admin rights) |
49 | inspect-exe.ps1 | prints basic information of the given executable file |
50 | list-aliases.ps1 | lists all PowerShell aliases |
51 | list-anagrams.ps1 | lists all anagrams of the given word |
52 | list-automatic-variables.ps1 | lists the automatic variables of PowerShell |
53 | list-branches.ps1 | lists all branches in the current/given Git repository |
54 | list-commits.ps1 | lists all commits in the current/given Git repository |
55 | list-current-timezone.ps1 | lists the current time zone details |
56 | list-clipboard.ps1 | lists the contents of the clipboard |
57 | list-drives.ps1 | lists all drives |
58 | list-environment-variables.ps1 | lists all environment variables |
59 | list-empty-dirs.ps1 | lists empty subfolders within the given directory tree |
60 | list-empty-files.ps1 | lists empty files within the given directory tree |
61 | list-files.ps1 | lists all files in the given folder and also in every subfolder |
62 | list-formatted.ps1 | lists the current working directory formatted in columns |
63 | list-fritzbox-calls.ps1 | lists the FRITZ!Box calls |
64 | list-fritzbox-devices.ps1 | lists FRITZ!Box's known devices |
65 | list-hidden-files.ps1 | lists hidden files within the given directory tree |
66 | list-installed-apps.ps1 | lists the installed Windows Store apps |
67 | list-installed-software.ps1 | lists the installed software (except Windows Store apps) |
68 | list-logbook.ps1 | lists the content of the logbook |
69 | list-unused-files.ps1 | lists unused files in a directory tree |
70 | list-cmdlets.ps1 | lists the PowerShell cmdlets |
71 | list-earthquakes.ps1 | lists earthquakes with magnitude >= 6.0 for the last 30 days |
72 | list-modules.ps1 | lists the PowerShell modules |
73 | list-network-shares.ps1 | lists the network shares of the local computer |
74 | list-news.ps1 | lists the latest news |
75 | list-os-releases.ps1 | lists OS releases and download URL |
76 | list-printers.ps1 | lists all printer known to the computer |
77 | list-processes.ps1 | lists the local computer processes |
78 | list-profiles.ps1 | lists your PowerShell profiles |
79 | list-random-passwords.ps1 | prints a list of random passwords |
80 | list-random-pins.ps1 | prints a list of random PIN's |
81 | list-scripts.ps1 | lists all PowerShell scripts in this repository |
82 | list-tags.ps1 | lists all tags in the current/given Git repository |
83 | list-timezones.ps1 | lists all time zones available |
84 | list-user-groups.ps1 | lists the user groups on the local computer |
85 | locate-city.ps1 | prints the geographic location of the given city |
86 | locate-ipaddress.ps1 | prints the geographic location of the given IP address |
87 | locate-zip-code.ps1 | prints the geographic location of the given zip-code |
88 | MD5.ps1 | prints the MD5 checksum of the given file |
89 | make-install.ps1 | installs built executables and libs to the installation directory |
90 | moon.ps1 | prints the current moon phase |
91 | mute-audio.ps1 | mutes audio |
92 | next-joke.ps1] | gets the next random Juck Norris joke |
93 | open-browser.ps1 | starts the default Web browser |
94 | open-calculator.ps1 | starts the calculator program |
95 | open-email-client.ps1 | starts the default email client |
96 | play-beep.ps1 | plays a beep sound |
97 | play-mission-impossible.ps1 | plays the Mission Impossible theme |
98 | play-m3u.ps1 | plays the given playlist (M3U file format) |
99 | play-mp3.ps1 | plays the given sound file (MP3 file format) |
100 | play-super-mario.ps1 | plays the Super Mario Intro |
101 | play-the-imperial-march.ps1 | plays the Imperial March (Star Wars) |
102 | poweroff.ps1 | halts the local computer (requires admin rights) |
103 | pull-repo.ps1 | pulls updates for the current/given Git repository (including submodules) |
104 | pull-repos.ps1 | pulls updates for all Git repositories under the current/given directory (including submodules) |
105 | 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 |
106 | new-email.ps1 | starts the default email client to write a new email |
107 | reboot.ps1 | reboots the local computer (requires admin rights) |
108 | reboot-fritzbox.ps1 | reboots the FRITZ!box device |
109 | remove-empty-dirs.ps1 | removes empty subfolders within the given directory tree |
110 | search-files.ps1 | searches the given pattern in the given files |
111 | scan-ports.ps1 | scans the network for open/closed ports |
112 | send-email.ps1 | sends an email message |
113 | send-tcp.ps1 | sends a TCP message to the given IP address and port |
114 | send-udp.ps1 | sends a UDP datagram message to the given IP address and port |
115 | set-profile.ps1 | updates your PowerShell user profile |
116 | set-timer.ps1 | sets a timer for a countdown |
117 | set-wallpaper.ps1 | sets the given image as wallpaper |
118 | SHA1.ps1 | prints the SHA1 checksum of the given file |
119 | SHA256.ps1 | prints the SHA256 checksum of the given file |
120 | show-dir-tree.ps1 | visualizes the given/current directory tree |
121 | simulate-matrix.ps1 | simulates the Matrix (fun) |
122 | simulate-presence.ps1 | simulates the human presence against burglars |
123 | speak-date.ps1 | speaks the current date by text-to-speech (TTS) |
124 | speak-english.ps1 | speaks the given text with an English text-to-speech (TTS) voice |
125 | speak-epub.ps1 | speaks the content of the given Epub file by text-to-speech (TTS) |
126 | speak-file.ps1 | speaks the content of the given text file by text-to-speech (TTS) |
127 | speak-german.ps1 | speaks the given text with a German text-to-speech (TTS) voice |
128 | speak-joke.ps1 | speaks the next joke by text-to-speech (TTS) |
129 | speak-test.ps1 | performs a speak test by text-to-speech (TTS) |
130 | speak-text.ps1 | speaks the given text by text-to-speech (TTS) |
131 | speak-time.ps1 | speaks the current time by text-to-speech (TTS) |
132 | switch-branch.ps1 | switches the branch in the current/given Git repository (including submodules) |
133 | switch-shelly1.ps1 | switches a Shelly1 device in the local network |
134 | take-screenshot.ps1 | takes a single screenshot |
135 | take-screenshots.ps1 | takes multiple screenshots |
136 | translate-text.ps1 | translates the given text into other languages |
137 | turn-volume-up.ps1 | turns the audio volume up (+10% by default) |
138 | turn-volume-down.ps1 | turns the audio volume down (-10% by default) |
139 | txt2wav.ps1 | converts text into a audio .WAV file |
140 | unmute-audio.ps1 | unmutes audio |
141 | voice-control.ps1 | executes the PowerShell scripts by voice |
142 | weather.ps1 | prints the current weather forecast |
143 | weather-alert.ps1 | checks the current weather for critical values |
144 | weather-report.ps1 | prints the local weather report |
145 | weather-worldwide.ps1 | prints the current weather of cities worldwide |
146 | write-animated.ps1 | writes animated text |
147 | write-big.ps1 | writes the given text in big letters |
148 | write-blue.ps1 | writes the given text in a blue foreground color |
149 | write-braille.ps1 | writes the given text in Braille |
150 | write-green.ps1 | writes the given text in a green foreground color |
151 | write-logbook.ps1 | writes the given text to the logbook |
152 | write-marquee.ps1 | writes the given text as marquee |
153 | write-morse-code.ps1 | writes the given text in Morse code |
154 | write-motd.ps1 | writes the message of the day (MOTD) |
155 | write-red.ps1 | writes the given text in a red foreground color |
156 | write-rot13.ps1 | encodes or decodes the given text with ROT13 |
157 | write-typewriter.ps1 | writes the given text with the typewriter effect |
158 | write-uppercase.ps1 | writes the given text in uppercase letters |
159 | write-vertical.ps1 | writes the given text in vertical direction |
160 | zip-dir.ps1 | creates a zip archive of the given directory |