# 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