Forum Discussion

veronica_Duff's avatar
veronica_Duff
Copper Contributor
Mar 26, 2019

Server 2019 Volume licensing activation key not working

I have a server that I am trying to install Server 2019 Standard. The Volume Licensing activation key is not working. The product was downloaded from the Volume Licensing portal along with the license key.  The activation pane shows a product ID, and on the product key space the last (5) digits are already populated.  The server had a previous Server 2016 evaluation running on it before it was reformatted before attempting to install Server 2019.

  • Might also try;

     

    slmgr /ipk #####-#####-#####-#####-#####

    slmgr /ato

     

     

     

  • Might also try;

     

    slmgr /ipk #####-#####-#####-#####-#####

    slmgr /ato

     

     

     

    • veronica_Duff's avatar
      veronica_Duff
      Copper Contributor

      Dave Patrick  Thanks.  I tried it and got the following errors: 0xC004F050 The Software licensing service reported the product key is invalid. 

       

      Veronica

       

    • tonymoo's avatar
      tonymoo
      Copper Contributor

      remus25

       

      We had a similar issue as the OP and tried these commands among others. However, they appear not to work on the Server 2019 Standard Evaluation edition if you have a VLSC MAK key. Googling around indicates that you need a retail key for the commands to work.

       

      The question for me is how to extract a retail key from a VLSC MAK key. Is that even possible at all?

       

      Cheers,

      Tony G

      •  


        tonymoo wrote:

        However, they appear not to work on the Server 2019 Standard Evaluation edition if you have a VLSC MAK key.



        That's correct, the technet evaluation cannot be activated using a volume key. The correct distribution media can be downloaded from the volume center.

         

         

  • veronica_Duff 

    Hi.

     

    I had the same panic but I still had 56 days to go, but realized how many other places I did the same eval setup and thought oh no. I muddled through some of the suggestions below, but they didn't work.

    However, I did get it resolved and i really want to share it with you or anyone else who gets stuck in this issue.

    When you try to activate Windows server 2019 from evaluation version, you always get an error message “the product key you entered didn’t work. Check the product key and try again, or enter a different one.

     

    The issue is that the Eval wants to be activated with a Retail key and NOT a Volume License key or a MAK.

     

    Open a command prompt as administrator and enter the following:

     

    DISM /Online /Set-Edition:ServerStandard /ProductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /AcceptEula

     

    I used the key below in the command line above from the site: https://docs.microsoft.com/en-us/windows-server/get-started/kmsclientkeys to complete the upgrade.

     

           Windows Server 2019 Standard  N69G4-XXXXX-XXXXX-XXXXX-XXXXX

     

    After you run the command line you will see a window like below. Wait for it to complete (15mins) and then reboot.

     

     

    After the reboot, open the Cmd again as an Administrator and enter the following:

     

    slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX (your OWN VLSC MAK key)

     

    You will see this:

     

     

    Apparently, you can type this:

                  slmgr /ato

     

    I actually didn’t know that and went to activate it from the Windows Properties screen and hit troubleshoot and then Activate after the troubleshoot completed.

     

    I rebooted and its Activated with my own key now.

  • rao_kru's avatar
    rao_kru
    Brass Contributor

     

    Open Command Prompt

     

    c:\windows\system32\slmgr.vbs /ipk PRODUCT_KEY

    hit ENTER

    Sample: c:\windows\system32\slmgr.vbs /ipk 12345-12345-12345-12345-12345

    • szpitalsochaczew's avatar
      szpitalsochaczew
      Copper Contributor

      rao_kru 

      It did not work for me for the Version Win SRV 2019 STD Core

      but I called MS and they told me to use this

      Run CMD as Administrator

      slmgr.vbs -ipk YOUR PRODUCT KEY.

       

      this one helped and windows was activated

    • jlivingston91's avatar
      jlivingston91
      Copper Contributor

      Worked.I wonder why the license manager tool worked within command prompt, but doesn't in Settings-> Activation?

       

      rao_kru 

  • artlopez312's avatar
    artlopez312
    Copper Contributor

    veronica_Duff 

    Hope this helps.

    Open command prompt as admin and run c:\windows\system32\slmgr.vbs /ipk <product_key> 

     

    Good luck!

Resources