Update PowerUp.ps1

Changed "Balue" to "Value" thanks to @Und3rf10w.
1.6
Matt Nelson 2016-06-14 07:36:08 -04:00 committed by GitHub
parent 9df8e9bf03
commit 13405e78d6
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ function Write-CMDServiceBinary {
try {
# write the binary array out to the specified path
Set-Content -Balue $Binary -Encoding Byte -Path $Path
Set-Content -Value $Binary -Encoding Byte -Path $Path
"[*] Binary for service '$ServiceName' with custom command '$CMD' written to '$Path'"
}
catch {