Update descriptions

This commit is contained in:
Markus Fleschutz
2021-09-25 19:43:22 +02:00
parent 9a1bdd9ac5
commit 9748042e05
28 changed files with 80 additions and 81 deletions

View File

@ -2,9 +2,9 @@
.SYNOPSIS
wakeup.ps1 [<MAC-address>] [<IP-address>]
.DESCRIPTION
Sends a magic packet to a computer to wake him up (requires Wake-On-LAN).
Sends a magic packet to a computer to wake him up (requires Wake-On-LAN)
.EXAMPLE
PS> .\wakeup.ps1 11:22:33:44:55:66 192.168.100.100
PS> ./wakeup 11:22:33:44:55:66 192.168.100.100
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK