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