mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Improved the scripts
This commit is contained in:
@ -11,8 +11,7 @@ if ($Hostname -eq "" ) {
|
||||
$Hostname = read-host "Enter hostname"
|
||||
}
|
||||
|
||||
function Send-WOL
|
||||
{
|
||||
function Send-WOL {
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Send a WOL packet to a broadcast address
|
||||
|
Reference in New Issue
Block a user