Updated the scripts

This commit is contained in:
Markus Fleschutz
2020-09-29 18:15:45 +00:00
parent 80be672828
commit d73e0dbc30
3 changed files with 2 additions and 5 deletions

View File

@ -48,10 +48,7 @@ foreach($item in $MyMACAddresses) {
$thisMAC=$array[1]
if ($thisHost -like $Hostname) {
Send-WOL $thisMAC
echo ""
echo "OK - host $thisHost waked up (MAC $thisMAC)."
echo ""
pause
write-output "✔️ host $thisHost waked up (MAC $thisMAC)"
exit 0
}
}