fix(refs): update residual Prepare-TemplateSetup references in host files

Setup-Host.ps1 and docs/HOST-SETUP.md still referenced the old name
Prepare-TemplateSetup.ps1; update to Prepare-WinBuild2025.ps1.
This commit is contained in:
Simone
2026-05-10 01:01:19 +02:00
parent 644258f59c
commit 889bd9e41b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -118,12 +118,12 @@ Allo `Setup-Host.ps1` exit 0:
2. **Posiziona ISO Windows Server 2025** in `F:\CI\ISO\`
(es. `26100.1742.240906-0331.ge_release_svc_refresh_SERVER_VOL_x64FRE_en-us.iso`)
3. **Configura host WinRM client** (necessario per Prepare-TemplateSetup.ps1):
3. **Configura host WinRM client** (necessario per Prepare-WinBuild2025.ps1):
```powershell
Set-Item WSMan:\localhost\Client\AllowUnencrypted $true -Force
Set-Item WSMan:\localhost\Client\TrustedHosts -Value '192.168.79.*' -Force -Concatenate
```
*Note*: Prepare-TemplateSetup.ps1 imposta queste in modo transitorio e le ripristina nel `finally`.
*Note*: Prepare-WinBuild2025.ps1 imposta queste in modo transitorio e le ripristina nel `finally`.
4. **Provisiona il template VM** — vedi [WINDOWS-TEMPLATE-SETUP.md](WINDOWS-TEMPLATE-SETUP.md)