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