Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
682 B
PowerShell
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
|
|
|