Updated send-email.ps1

This commit is contained in:
Markus Fleschutz
2020-11-22 10:03:18 +00:00
parent b1f28beb97
commit c511c35f7b
2 changed files with 14 additions and 7 deletions

View File

@ -25,6 +25,7 @@ The following PowerShell scripts can be found in the `Scripts/` subfolder:
* [poweroff.ps1](Scripts/poweroff.ps1) - halts the local computer, administrator rights might be needed
* [news.ps1](Scripts/news.ps1) - prints the latest news
* [reboot.ps1](Scripts/reboot.ps1) - reboots the local computer, administrator rights might be needed
* [send-email.ps1](Scripts/send-email.ps1) - sends an email
* [screenshot.ps1](Scripts/screenshot.ps1) - takes a single screenshot
* [screenshots.ps1](Scripts/screenshots.ps1) - takes multiple screenshots
* [SHA1.ps1](Scripts/SHA1.ps1) - prints the SHA1 checksum of the given file