mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-26 16:48:54 +01:00
Update README.md
This commit is contained in:
parent
e978ebea3f
commit
87bbea0050
136
README.md
136
README.md
@ -279,74 +279,74 @@ Mega Collection of PowerShell Scripts
|
||||
🛒 Various PowerShell Scripts
|
||||
------------------------------
|
||||
|
||||
| Script | Description | Help |
|
||||
| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- |
|
||||
| [add-memo.ps1](Scripts/add-memo.ps1) | Adds the given memo text to $HOME/Memos.csv | [Help](Docs/add-memo.md) |
|
||||
| [check-ipv4-address.ps1](Scripts/check-ipv4-address.ps1)| Checks the given IPv4 address for validity | [Help](Docs/check-ipv4-address.md) |
|
||||
| [check-ipv6-address.ps1](Scripts/check-ipv6-address.ps1)| Checks the given IPv6 address for validity | [Help](Docs/check-ipv6-address.md) |
|
||||
| [check-mac-address.ps1](Scripts/check-mac-address.ps1)| Checks the given MAC address for validity | [Help](Docs/check-mac-address.md) |
|
||||
| [check-subnet-mask.ps1](Scripts/check-subnet-mask.ps1)| Checks the given subnet mask for validity | [Help](Docs/check-subnet-mask.md) |
|
||||
| [check-weather.ps1](Scripts/check-weather.ps1) | Checks the current weather for critical values | [Help](Docs/check-weather.md) |
|
||||
| [display-time.ps1](Scripts/display-time.ps1) | Displays the current time for 10 seconds by default | [Help](Docs/display-time.md) |
|
||||
| [list-anagrams.ps1](Scripts/list-anagrams.ps1) | Lists all anagrams of the given word | [Help](Docs/list-anagrams.md) |
|
||||
| [list-city-weather.ps1](Scripts/list-city-weather.ps1)| Lists the current weather of cities worldwide (west to east) | [Help](Docs/list-city-weather.md) |
|
||||
| [list-countries.ps1](Scripts/list-countries.ps1) | Lists details of all countries | [Help](Docs/list-countries.md) |
|
||||
| [list-credits.ps1](Scripts/list-credits.ps1) | Shows the credits | [Help](Docs/list-credits.md) |
|
||||
| [list-crypto-rates.ps1](Scripts/list-crypto-rates.ps1)| Lists the current crypto exchange rates | [Help](Docs/list-crypto-rates.md) |
|
||||
| [list-environment-variables.ps1](Scripts/list-environment-variables.ps1)| Lists all environment variables | [Help](Docs/list-environment-variables.md)|
|
||||
| [list-emojis.ps1](Scripts/list-emojis.ps1) | Lists the emojis of Unicode 13.0 | [Help](Docs/list-emojis.md) |
|
||||
| [list-fritzbox-calls.ps1](Scripts/list-fritzbox-calls.ps1)| Lists the FRITZ!Box calls | [Help](Docs/list-fritzbox-calls.md) |
|
||||
| [list-fritzbox-devices.ps1](Scripts/list-fritzbox-devices.ps1)| Lists FRITZ!Box's known devices | [Help](Docs/list-fritzbox-devices.md) |
|
||||
| [list-earthquakes.ps1](Scripts/list-earthquakes.ps1) | Lists earthquakes with magnitude >= 6.0 for the last 30 days | [Help](Docs/list-earthquakes.md) |
|
||||
| [list-exchange-rates.ps1](Scripts/list-exchange-rates.ps1)| Lists the current exchange rates for the given currency | [Help](Docs/list-exchange-rates.md) |
|
||||
| [list-memos.ps1](Scripts/list-memos.ps1) | Lists the memos at $HOME/Memos.csv | [Help](Docs/list-memos.md) |
|
||||
| [list-mysql-tables.ps1](Scripts/list-mysql-tables.ps1)| Lists the MySQL server tables | [Help](Docs/list-mysql-tables.md) |
|
||||
| [list-news.ps1](Scripts/list-news.ps1) | Lists the latest news | [Help](Docs/list-news.md) |
|
||||
| [list-os-releases.ps1](Scripts/list-os-releases.ps1) | Lists operating system releases and download URL | [Help](Docs/list-os-releases.md) |
|
||||
| [list-os-updates.ps1](Scripts/list-os-updates.ps1) | Lists operating system updates | [Help](Docs/list-os-updates.md) |
|
||||
| [list-passwords.ps1](Scripts/list-passwords.ps1) | Prints a list of random passwords | [Help](Docs/list-passwords.md) |
|
||||
| [list-pins.ps1](Scripts/list-pins.ps1) | Prints a list of random PIN's | [Help](Docs/list-pins.md) |
|
||||
| [list-sql-tables.ps1](Scripts/list-sql-tables.ps1) | Lists the SQL server tables | [Help](Docs/list-sql-tables.md) |
|
||||
| [list-tiobe-index.ps1](Scripts/list-tiobe-index.ps1) | Lists the TIOBE index of top programming languages | [Help](Docs/list-tiobe-index.md) |
|
||||
| [list-weather.ps1](Scripts/list-weather.ps1) | Lists the hourly weather | [Help](Docs/list-weather.md) |
|
||||
| [locate-city.ps1](Scripts/locate-city.ps1) | Prints the geographic location of the given city | [Help](Docs/locate-city.md) |
|
||||
| [locate-ipaddress.ps1](Scripts/locate-ipaddress.ps1) | Prints the geographic location of the given IP address | [Help](Docs/locate-ipaddress.md) |
|
||||
| [locate-zip-code.ps1](Scripts/locate-zip-code.ps1) | Prints the geographic location of the given zip-code | [Help](Docs/locate-zip-code.md) |
|
||||
| [moon.ps1](Scripts/moon.ps1) | Prints the current moon phase | [Help](Docs/moon.md) |
|
||||
| [new-qrcode.ps1](Scripts/new-qrcode.ps1) | Generates a new QR code image file | [Help](Docs/new-qrcode.md) |
|
||||
| [reboot-fritzbox.ps1](Scripts/reboot-fritzbox.ps1) | Reboots the FRITZ!box device | [Help](Docs/reboot-fritzbox.md) |
|
||||
| [scan-ports.ps1](Scripts/scan-ports.ps1) | Scans the network for open/closed ports | [Help](Docs/scan-ports.md) |
|
||||
| [send-email.ps1](Scripts/send-email.ps1) | Sends an email message | [Help](Docs/send-email.md) |
|
||||
| [send-tcp.ps1](Scripts/send-udp.ps1) | Sends a TCP message to the given IP address and port | [Help](Docs/send-tcp.md) |
|
||||
| [send-udp.ps1](Scripts/send-udp.ps1) | Sends a UDP datagram message to the given IP address and port | [Help](Docs/send-udp.md) |
|
||||
| [set-timer.ps1](Scripts/set-timer.ps1) | Sets a timer for a countdown | [Help](Docs/set-timer.md) |
|
||||
| [simulate-presence.ps1](Scripts/simulate-presence.ps1)| Simulates the human presence against burglars | [Help](Docs/simulate-presence.md) |
|
||||
| [start-calibre-server.ps1](Scripts/start-calibre-server.ps1)| Starts a local Calibre server | [Help](Docs/start-calibre-server.md) |
|
||||
| [start-ipfs-server.ps1](Scripts/start-ipfs-server.ps1)| Starts a local IPFS server | [Help](Docs/start-ipfs-server.md) |
|
||||
| [switch-shelly1.ps1](Scripts/switch-shelly1.ps1) | Switches a Shelly1 device in the local network | [Help](Docs/switch-shelly1.md) |
|
||||
| [translate-file.ps1](Scripts/translate-file.ps1) | Translates the given text file into other languages | [Help](Docs/translate-file.md) |
|
||||
| [translate-files.ps1](Scripts/translate-files.ps1) | Translates the given text files into any supported language | [Help](Docs/translate-files.md) |
|
||||
| [translate-text.ps1](Scripts/translate-text.ps1) | Translates the given text in English into other languages | [Help](Docs/translate-text.md) |
|
||||
| [weather.ps1](Scripts/weather.ps1) | Prints the current weather forecast | [Help](Docs/weather.md) |
|
||||
| [weather-report.ps1](Scripts/weather-report.ps1) | Prints the local weather report | [Help](Docs/weather-report.md) |
|
||||
| [what-is.ps1](Scripts/what-is.ps1) | Prints a description of the given abbreviation | [Help](Docs/what-is.md) |
|
||||
| [write-animated.ps1](Scripts/write-animated.ps1) | Writes animated text | [Help](Docs/write-animated.md) |
|
||||
| [write-big.ps1](Scripts/write-big.ps1) | Writes the given text in big letters | [Help](Docs/write-big.md) |
|
||||
| [write-blue.ps1](Scripts/write-blue.ps1) | Writes the given text in a blue foreground color | [Help](Docs/write-blue.md) |
|
||||
| [write-braille.ps1](Scripts/write-braille.ps1) | Writes the given text in Braille | [Help](Docs/write-braille.md) |
|
||||
| [write-calendar.ps1](Scripts/write-calendar.ps1) | Writes the calendar (month of year) | [Help](Docs/write-calendar.md) |
|
||||
| [write-green.ps1](Scripts/write-green.ps1) | Writes the given text in a green foreground color | [Help](Docs/write-green.md) |
|
||||
| [write-joke.ps1](Scripts/write-joke.ps1) | Writes a random Juck Norris joke | [Help](Docs/write-joke.md) |
|
||||
| [write-lowercase.ps1](Scripts/write-lowercase.ps1) | Writes the given text in lowercase letters | [Help](Docs/write-lowercase.md) |
|
||||
| [write-marquee.ps1](Scripts/write-marquee.ps1) | Writes the given text as marquee | [Help](Docs/write-marquee.md) |
|
||||
| [write-morse-code.ps1](Scripts/write-morse-code.ps1) | Writes the given text in Morse code | [Help](Docs/write-morse-code.md) |
|
||||
| [write-motd.ps1](Scripts/write-motd.ps1) | Writes the message of the day (MOTD) | [Help](Docs/write-motd.md) |
|
||||
| [write-quote.ps1](Scripts/write-quote.ps1) | Writes a random quote | [Help](Docs/write-quote.md) |
|
||||
| [write-red.ps1](Scripts/write-red.ps1) | Writes the given text in a red foreground color | [Help](Docs/write-red.md) |
|
||||
| [write-rot13.ps1](Scripts/write-rot13.ps1) | Encodes or decodes the given text with ROT13 | [Help](Docs/write-rot13.md) |
|
||||
| [write-typewriter.ps1](Scripts/write-typewriter.ps1) | Writes the given text with the typewriter effect | [Help](Docs/write-typewriter.md) |
|
||||
| [write-uppercase.ps1](Scripts/write-uppercase.ps1) | Writes the given text in uppercase letters | [Help](Docs/write-uppercase.md) |
|
||||
| [write-vertical.ps1](Scripts/write-vertical.ps1) | Writes the given text in vertical direction | [Help](Docs/write-vertical.md) |
|
||||
| Script | Description |
|
||||
| ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
|
||||
| [add-memo.ps1](Scripts/add-memo.ps1) | Adds the given memo text to $HOME/Memos.csv. [Help](Docs/add-memo.md) |
|
||||
| [check-ipv4-address.ps1](Scripts/check-ipv4-address.ps1)| Checks the given IPv4 address for validity. [Help](Docs/check-ipv4-address.md) |
|
||||
| [check-ipv6-address.ps1](Scripts/check-ipv6-address.ps1)| Checks the given IPv6 address for validity. [Help](Docs/check-ipv6-address.md) |
|
||||
| [check-mac-address.ps1](Scripts/check-mac-address.ps1)| Checks the given MAC address for validity. [Help](Docs/check-mac-address.md) |
|
||||
| [check-subnet-mask.ps1](Scripts/check-subnet-mask.ps1)| Checks the given subnet mask for validity. [Help](Docs/check-subnet-mask.md) |
|
||||
| [check-weather.ps1](Scripts/check-weather.ps1) | Checks the current weather for critical values. [Help](Docs/check-weather.md) |
|
||||
| [display-time.ps1](Scripts/display-time.ps1) | Displays the current time for 10 seconds by default. [Help](Docs/display-time.md) |
|
||||
| [list-anagrams.ps1](Scripts/list-anagrams.ps1) | Lists all anagrams of the given word. [Help](Docs/list-anagrams.md) |
|
||||
| [list-city-weather.ps1](Scripts/list-city-weather.ps1)| Lists the current weather of cities worldwide (west to east). [Help](Docs/list-city-weather.md) |
|
||||
| [list-countries.ps1](Scripts/list-countries.ps1) | Lists details of all countries. [Help](Docs/list-countries.md) |
|
||||
| [list-credits.ps1](Scripts/list-credits.ps1) | Shows the credits. [Help](Docs/list-credits.md) |
|
||||
| [list-crypto-rates.ps1](Scripts/list-crypto-rates.ps1)| Lists the current crypto exchange rates. [Help](Docs/list-crypto-rates.md) |
|
||||
| [list-environment-variables.ps1](Scripts/list-environment-variables.ps1)| Lists all environment variables. [Help](Docs/list-environment-variables.md)|
|
||||
| [list-emojis.ps1](Scripts/list-emojis.ps1) | Lists the emojis of Unicode 13.0. [Help](Docs/list-emojis.md) |
|
||||
| [list-fritzbox-calls.ps1](Scripts/list-fritzbox-calls.ps1)| Lists the FRITZ!Box calls. [Help](Docs/list-fritzbox-calls.md) |
|
||||
| [list-fritzbox-devices.ps1](Scripts/list-fritzbox-devices.ps1)| Lists FRITZ!Box's known devices. [Help](Docs/list-fritzbox-devices.md) |
|
||||
| [list-earthquakes.ps1](Scripts/list-earthquakes.ps1) | Lists earthquakes with magnitude >= 6.0 for the last 30 days. [Help](Docs/list-earthquakes.md) |
|
||||
| [list-exchange-rates.ps1](Scripts/list-exchange-rates.ps1)| Lists the current exchange rates for the given currency. [Help](Docs/list-exchange-rates.md) |
|
||||
| [list-memos.ps1](Scripts/list-memos.ps1) | Lists the memos at $HOME/Memos.csv. [Help](Docs/list-memos.md) |
|
||||
| [list-mysql-tables.ps1](Scripts/list-mysql-tables.ps1)| Lists the MySQL server tables. [Help](Docs/list-mysql-tables.md) |
|
||||
| [list-news.ps1](Scripts/list-news.ps1) | Lists the latest news. [Help](Docs/list-news.md) |
|
||||
| [list-os-releases.ps1](Scripts/list-os-releases.ps1) | Lists operating system releases and download URL. [Help](Docs/list-os-releases.md) |
|
||||
| [list-os-updates.ps1](Scripts/list-os-updates.ps1) | Lists operating system updates. [Help](Docs/list-os-updates.md) |
|
||||
| [list-passwords.ps1](Scripts/list-passwords.ps1) | Prints a list of random passwords. [Help](Docs/list-passwords.md) |
|
||||
| [list-pins.ps1](Scripts/list-pins.ps1) | Prints a list of random PIN's. [Help](Docs/list-pins.md) |
|
||||
| [list-sql-tables.ps1](Scripts/list-sql-tables.ps1) | Lists the SQL server tables. [Help](Docs/list-sql-tables.md) |
|
||||
| [list-tiobe-index.ps1](Scripts/list-tiobe-index.ps1) | Lists the TIOBE index of top programming languages. [Help](Docs/list-tiobe-index.md) |
|
||||
| [list-weather.ps1](Scripts/list-weather.ps1) | Lists the hourly weather. [Help](Docs/list-weather.md) |
|
||||
| [locate-city.ps1](Scripts/locate-city.ps1) | Prints the geographic location of the given city. [Help](Docs/locate-city.md) |
|
||||
| [locate-ipaddress.ps1](Scripts/locate-ipaddress.ps1) | Prints the geographic location of the given IP address. [Help](Docs/locate-ipaddress.md) |
|
||||
| [locate-zip-code.ps1](Scripts/locate-zip-code.ps1) | Prints the geographic location of the given zip-code. [Help](Docs/locate-zip-code.md) |
|
||||
| [moon.ps1](Scripts/moon.ps1) | Prints the current moon phase. [Help](Docs/moon.md) |
|
||||
| [new-qrcode.ps1](Scripts/new-qrcode.ps1) | Generates a new QR code image file. [Help](Docs/new-qrcode.md) |
|
||||
| [reboot-fritzbox.ps1](Scripts/reboot-fritzbox.ps1) | Reboots the FRITZ!box device. [Help](Docs/reboot-fritzbox.md) |
|
||||
| [scan-ports.ps1](Scripts/scan-ports.ps1) | Scans the network for open/closed ports. [Help](Docs/scan-ports.md) |
|
||||
| [send-email.ps1](Scripts/send-email.ps1) | Sends an email message. [Help](Docs/send-email.md) |
|
||||
| [send-tcp.ps1](Scripts/send-udp.ps1) | Sends a TCP message to the given IP address and port. [Help](Docs/send-tcp.md) |
|
||||
| [send-udp.ps1](Scripts/send-udp.ps1) | Sends a UDP datagram message to the given IP address and port. [Help](Docs/send-udp.md) |
|
||||
| [set-timer.ps1](Scripts/set-timer.ps1) | Sets a timer for a countdown. [Help](Docs/set-timer.md) |
|
||||
| [simulate-presence.ps1](Scripts/simulate-presence.ps1)| Simulates the human presence against burglars. [Help](Docs/simulate-presence.md) |
|
||||
| [start-calibre-server.ps1](Scripts/start-calibre-server.ps1)| Starts a local Calibre server. [Help](Docs/start-calibre-server.md) |
|
||||
| [start-ipfs-server.ps1](Scripts/start-ipfs-server.ps1)| Starts a local IPFS server. [Help](Docs/start-ipfs-server.md) |
|
||||
| [switch-shelly1.ps1](Scripts/switch-shelly1.ps1) | Switches a Shelly1 device in the local network. [Help](Docs/switch-shelly1.md) |
|
||||
| [translate-file.ps1](Scripts/translate-file.ps1) | Translates the given text file into other languages. [Help](Docs/translate-file.md) |
|
||||
| [translate-files.ps1](Scripts/translate-files.ps1) | Translates the given text files into any supported language. [Help](Docs/translate-files.md) |
|
||||
| [translate-text.ps1](Scripts/translate-text.ps1) | Translates the given text in English into other languages. [Help](Docs/translate-text.md) |
|
||||
| [weather.ps1](Scripts/weather.ps1) | Prints the current weather forecast. [Help](Docs/weather.md) |
|
||||
| [weather-report.ps1](Scripts/weather-report.ps1) | Prints the local weather report. [Help](Docs/weather-report.md) |
|
||||
| [what-is.ps1](Scripts/what-is.ps1) | Prints a description of the given abbreviation. [Help](Docs/what-is.md) |
|
||||
| [write-animated.ps1](Scripts/write-animated.ps1) | Writes animated text. [Help](Docs/write-animated.md) |
|
||||
| [write-big.ps1](Scripts/write-big.ps1) | Writes the given text in big letters. [Help](Docs/write-big.md) |
|
||||
| [write-blue.ps1](Scripts/write-blue.ps1) | Writes the given text in a blue foreground color. [Help](Docs/write-blue.md) |
|
||||
| [write-braille.ps1](Scripts/write-braille.ps1) | Writes the given text in Braille. [Help](Docs/write-braille.md) |
|
||||
| [write-calendar.ps1](Scripts/write-calendar.ps1) | Writes the calendar (month of year). [Help](Docs/write-calendar.md) |
|
||||
| [write-green.ps1](Scripts/write-green.ps1) | Writes the given text in a green foreground color. [Help](Docs/write-green.md) |
|
||||
| [write-joke.ps1](Scripts/write-joke.ps1) | Writes a random Juck Norris joke. [Help](Docs/write-joke.md) |
|
||||
| [write-lowercase.ps1](Scripts/write-lowercase.ps1) | Writes the given text in lowercase letters. [Help](Docs/write-lowercase.md) |
|
||||
| [write-marquee.ps1](Scripts/write-marquee.ps1) | Writes the given text as marquee. [Help](Docs/write-marquee.md) |
|
||||
| [write-morse-code.ps1](Scripts/write-morse-code.ps1) | Writes the given text in Morse code. [Help](Docs/write-morse-code.md) |
|
||||
| [write-motd.ps1](Scripts/write-motd.ps1) | Writes the message of the day (MOTD). [Help](Docs/write-motd.md) |
|
||||
| [write-quote.ps1](Scripts/write-quote.ps1) | Writes a random quote. [Help](Docs/write-quote.md) |
|
||||
| [write-red.ps1](Scripts/write-red.ps1) | Writes the given text in a red foreground color. [Help](Docs/write-red.md) |
|
||||
| [write-rot13.ps1](Scripts/write-rot13.ps1) | Encodes or decodes the given text with ROT13. [Help](Docs/write-rot13.md) |
|
||||
| [write-typewriter.ps1](Scripts/write-typewriter.ps1) | Writes the given text with the typewriter effect. [Help](Docs/write-typewriter.md) |
|
||||
| [write-uppercase.ps1](Scripts/write-uppercase.ps1) | Writes the given text in uppercase letters. [Help](Docs/write-uppercase.md) |
|
||||
| [write-vertical.ps1](Scripts/write-vertical.ps1) | Writes the given text in vertical direction. [Help](Docs/write-vertical.md) |
|
||||
|
||||
Feedback
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user