How to: Add your license key to an Exchange Server 2007 or 2010
How to: Add your license key to an Exchange Server 2007 or Exchange Server 2010 via de command line
You can easily add your license key via the GUI on Exchange Server, however, sometimes you need to do this via the terminal window. In order to do this you simply need to fun the following command :
set-exchangeserver -Identity ‘ServerName’ -ProductKey xxxx-xxxx-xxxx-xxxx-xxxx
Below is an example of what the GUI actually executes in order to accomplish this:
Summary: 1 item(s). 1 succeeded, 0 failed. Elapsed time: 00:00:12
EXCHANGE-2010 Completed
Warning: The product key has been validated and the product ID has been successfully created. This change won’t take effect until the Information Store service has been restarted.
Exchange Management Shell command completed: set-exchangeserver -Identity ‘EXCHANGE-2010’ -ProductKey xxxx-xxxx-xxxx-xxxx-xxxx
Elapsed Time: 00:00:12
Love
Can we use Let's Encrypt, the free and open certificate authority?
Hola! gracias por la info, me sirvió el comando sacandole el nombre del server. En mi caso, fue una migración…
Yes 3rd option helped me too. I removed the WC key Values from config file then started working.
I know this is from 2014. But really, thank you!