PowerShell/Data/scripts.csv
Markus Fleschutz 01dfa3b83c Add cd-docs.ps1
2021-04-21 08:14:25 +02:00

12 KiB

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