You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-LogMessage-message "Starting Windows Deployment Services Web API..."
95
99
Write-LogMessage-message "Server Options:"
96
100
Write-LogMessage-message " - Web API Host: $webHost"
@@ -182,6 +186,14 @@ function Deploy-WimImage {
182
186
if ($wdsUtilProc.ExitCode-ne0) {
183
187
throw"WDSUtil Exited with Code $($wdsUtilProc.ExitCode)"
184
188
}
189
+
if (Test-Path-Path "$wdsShareLocation\Images\$($ImageGroup)\$([IO.Path]::GetFileNameWithoutExtension("$ImageName"))\Unattend\ImageUnattend.xml"-PathType Leaf) {
0 commit comments