Added missing } to end of CheckService function

This commit is contained in:
Richard Newton 2018-10-14 01:06:05 -07:00 committed by GitHub
parent 43064ffbf1
commit 5dd272e184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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