Install WAC 2511 on a Hyper-v Server 2019 core

Baba P 0 Reputation points
2026-01-22T20:17:02.6533333+00:00

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
Windows for business | Windows Server | Devices and deployment | System management components
0 comments No comments

1 answer

Sort by: Most helpful
  1. Baba P 0 Reputation points
    2026-01-22T21:16:37.0866667+00:00

    User's image

    Finally i tried this from the prompt:

    .\WindowsAdminCenter.exe /verysilent /HTTPSPortNumber=xxx /SSL_CERTIFICATE_OPTION=generate
    

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.