Forum Discussion
Installing Exchange 2019 CU11 downloaded from the Action Pack; product key is no good
- Oct 29, 2021
A few days later and the silence is deafening.
But in case any search engines pick this up, here was the solution. The EAC continued to return errors. And then I read a little farther into the documentation - there's a Powershell way to enter the product key. Quoting the documentation:
To enter the product key in the Exchange Management Shell, use this syntax:
PowerShellSet-ExchangeServer <ServerName> -ProductKey <ProductKey>Note that this command works to license an unlicensed server or to upgrade a licensed server from a Standard Edition license to an Enterprise Edition license.
This example licenses the Exchange server named Mailbox01.
PowerShellSet-ExchangeServer Mailbox01 -ProductKey 12345-12345-12345-12345-12345With nothing to lose, I tried my activation from Powershell and it worked. The EAC said the key was invalid, but Powershell liked it. Go figure. I restarted the Information Store service and now the EAC says I have a fully licensed Exchange 2019 server.
A few days later and the silence is deafening.
But in case any search engines pick this up, here was the solution. The EAC continued to return errors. And then I read a little farther into the documentation - there's a Powershell way to enter the product key. Quoting the documentation:
To enter the product key in the Exchange Management Shell, use this syntax:
Set-ExchangeServer <ServerName> -ProductKey <ProductKey>Note that this command works to license an unlicensed server or to upgrade a licensed server from a Standard Edition license to an Enterprise Edition license.
This example licenses the Exchange server named Mailbox01.
Set-ExchangeServer Mailbox01 -ProductKey 12345-12345-12345-12345-12345
With nothing to lose, I tried my activation from Powershell and it worked. The EAC said the key was invalid, but Powershell liked it. Go figure. I restarted the Information Store service and now the EAC says I have a fully licensed Exchange 2019 server.
Which browser did you use when trying to license your Exchange Server using the Exchange Admin Center?
There are some glitches when using any other browser but Internet Explorer.
-Thomas
- D_Greg_ScottNov 01, 2021Brass ContributorI used Chrome. I may have also tried Firefox. And maybe Edge. But IE? Really?
- WILD_WILLIENov 07, 2023Copper ContributorIt didn't work on Firefox, but it sure did in Edge.