Update wakeup.ps1

This commit is contained in:
Markus Fleschutz 2021-09-06 14:57:38 +02:00 committed by GitHub
parent 637d50eaa8
commit 38a5e29659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
.SYNOPSIS .SYNOPSIS
wakeup.ps1 [<MAC-address>] [<IP-address>] wakeup.ps1 [<MAC-address>] [<IP-address>]
.DESCRIPTION .DESCRIPTION
Sends a magic packet to the given computer to wake him up. Sends a magic packet to a computer to wake him up (requires Wake-On-LAN).
.EXAMPLE .EXAMPLE
PS> .\wakeup.ps1 11:22:33:44:55:66 192.168.100.100 PS> .\wakeup.ps1 11:22:33:44:55:66 192.168.100.100
.NOTES .NOTES