Files
loc_az_hci/infrastructure/router-server/install-windows-admin-center.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

15 lines
675 B
PowerShell

# Install Windows Admin Center (WAC)
$ErrorActionPreference = "Stop"
Write-Host "=========================================" -ForegroundColor Cyan
Write-Host "Windows Admin Center Installation" -ForegroundColor Cyan
Write-Host "=========================================" -ForegroundColor Cyan
Write-Host "`nDownload and install Windows Admin Center:" -ForegroundColor Yellow
Write-Host "1. Download from: https://aka.ms/WACDownload" -ForegroundColor White
Write-Host "2. Run installer: WindowsAdminCenter.msi" -ForegroundColor White
Write-Host "3. Configure gateway settings" -ForegroundColor White
Write-Host "4. Access via: https://localhost:443" -ForegroundColor White