Files
loc_az_hci/infrastructure/router-server/install-windows-server-core.ps1
defiQUG c39465c2bd
Some checks failed
Test / test (push) Has been cancelled
Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 09:04:46 -08:00

14 lines
682 B
PowerShell

# Install Windows Server Core
# This script provides installation guidance
Write-Host "=========================================" -ForegroundColor Cyan
Write-Host "Windows Server Core Installation" -ForegroundColor Cyan
Write-Host "=========================================" -ForegroundColor Cyan
Write-Host "`nInstall Windows Server Core from installation media." -ForegroundColor Yellow
Write-Host "1. Boot from Windows Server installation media" -ForegroundColor White
Write-Host "2. Select Windows Server Core option" -ForegroundColor White
Write-Host "3. Complete installation wizard" -ForegroundColor White
Write-Host "4. Configure initial settings" -ForegroundColor White