Update README.md

This commit is contained in:
Markus Fleschutz 2020-06-15 16:40:40 +02:00 committed by GitHub
parent 444abea634
commit ade3a2a5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,16 @@ Useful cross-platform PowerShell scripts, to be used on the command-line (CLI) o
Scripts Explained
-----------------
* **SHA256.ps1** - prints the SHA256 checksum of the given file
* **MD5.ps1** - prints the MD5 checksum of the given file
* **password.ps1** - generates and prints a single new password
* **passwords.ps1** - generates and prints a list of new passwords
* **poweroff.ps1** - halts the local computer, administrator rights might be needed
* **train_dns_cache.ps1** - trains the DNS cache with frequently used domain names
* **reboot.ps1** - reboots the local computer, administrator rights might be needed
* **SHA1.ps1** - prints the SHA1 checksum of the given file
* **SHA256.ps1** - prints the SHA256 checksum of the given file
* **speak.ps1** - speaks the given text
* **test.ps1** - simple test script
* **train_dns_cache.ps1** - trains the DNS cache with frequently used domain names
* **translate.ps1** - translates the given text
* **txt2wav.ps1** - converts text into a audio .WAV file
* **wakeup.ps1** - sends a magic packet to the given computer, waking him up