Finally i tried this from the prompt:
.\WindowsAdminCenter.exe /verysilent /HTTPSPortNumber=xxx /SSL_CERTIFICATE_OPTION=generate
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I want to install wac 2511 on a Hyper-v Server 2019 core but i have any issues.
Here is what i tried:
$parameters = @{
*Source = "https://aka.ms/WACdownload"*
*Destination = "c:\temp\WindowsAdminCenter.exe"*
```*}*
*Start-BitsTransfer @parameters*
*Start-Process -FilePath "C:\Temp\WindowsAdminCenter.exe" -ArgumentList '/VERYSILENT' -Wait*
It's working with the .msi but it's the 2311 version:
*$outputPath = "C:\temp\wac.msi"*
*$port = 443*
*msiexec /i $outputPath /qn /L*v log.txt SME_PORT=$port SSL_CERTIFICATE_OPTION=generate
*I don't find the 2511 msi version.*
*Thank you for your help
Finally i tried this from the prompt:
.\WindowsAdminCenter.exe /verysilent /HTTPSPortNumber=xxx /SSL_CERTIFICATE_OPTION=generate