Added missing } to end of CheckService function

pull/243/head
Richard Newton 6 years ago committed by GitHub
parent 43064ffbf1
commit 5dd272e184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -207,6 +207,7 @@ Function CheckService {
If (Get-Service -Name dmwappushservice | Where-Object {$_.Status -eq "Stopped"}) {
Start-Service -Name dmwappushservice }
}
Write-Output "Initiating Sysprep"
Begin-SysPrep

Loading…
Cancel
Save