The command to enter the license using PowerShell is:
Set-ExchangeServer -Identity EXCH1 -ProductKey XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
To activate the license, you can restart the service with this command:
PowerShell
Restart-Service MSExchangeIS
You can check if the license is correctly displayed and its version (Standard or Enterprise) with this command:
PowerShell
Get-ExchangeServer | fl Name, Edition, AdminDisplayVersion, ProductId
Music: • Video