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