Share via

My license key is not working

Khoa Nguyen 0 Reputation points
2026-03-03T16:06:00.9033333+00:00

Good morning
We are trying to activate Exchange 2019 Standard Edition SE with the key that is provided on the MS portal. When we go to enter the key, it will not accept. I have a screenshot of the error message if needed.

Exchange | Licensing
Exchange | Licensing

The framework for legally deploying and using Microsoft Exchange Server or Exchange Online, based on server and client access models.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vergil-V 10,175 Reputation points Microsoft External Staff Moderator
    2026-03-03T23:42:11.8533333+00:00

    Hi @Khoa Nguyen 

    Thanks for reaching out to the Microsoft Q&A forum.   

    Based on my research, if you are unable to activate your Exchange Server license through the EAC portal, you can try activating it by using the Exchange Management Shell. Here is how you can proceed. 

    First, please verify the licensing status of the affected server: 

    Get-ExchangeServer <ServerName> | Format-List Name,Edition,*Trial* 
    

    If the server shows as unlicensed, you can apply your product key with the following command: 

    Set-ExchangeServer <ServerName> -ProductKey <ProductKey> 
    

    After applying the product key to a Mailbox server, please remember to restart the Microsoft Exchange Information Store service:

    Restart-Service MSExchangeIS 
    

     

    For your reference, another user confirmed that activating through the Exchange Management Shell worked for them even when activation through the EAC failed: Installing Exchange 2019 CU11 downloaded from the Action Pack; product key is no good | Microsoft C… 

    You can also refer to Enter your Exchange Server product key | Microsoft Learn for more details about the process. 

    If the issue continues after trying the PowerShell approach, please share your screenshot through a private message. 

    Please check your inbox for an email with the subject “New private message on Microsoft Q&A question” to review my response, and look for “View message” in the banner above the post to access the private message chat. 

     User's image

    I hope this helps you move forward. If you have any updates, please feel free to share. 


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".         

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


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.