fix(template): §7.4 Validate-SetupState -Remediate flag + Setup/Deploy tweaks

This commit is contained in:
Simone
2026-05-10 14:26:35 +02:00
parent 7d6ae42fcf
commit 41611d46a7
6 changed files with 149 additions and 9 deletions
+5 -1
View File
@@ -1110,4 +1110,8 @@ Write-Host " RDP : mstsc /v:$guestIP"
Write-Host " WinRM HTTP : 5985"
Write-Host " WinRM HTTPS : 5986 (self-signed)"
Write-Host ""
Write-Host " VM is powered on with vmxnet3 + DHCP. Live snapshot taken." -ForegroundColor Green
Write-Host " Next steps (from template\ dir):"
Write-Host " .\Validate-DeployState.ps1 -VMIPAddress $guestIP"
Write-Host " .\Prepare-WinBuild2025.ps1 -VMIPAddress $guestIP [-SkipWindowsUpdate]"
Write-Host ""
Write-Host " VM is powered on with vmxnet3 + DHCP. Snapshot '$SnapshotName' taken." -ForegroundColor Green