Powershell script to instsall ESU on windows server 2008

vikas jagtap 86 Reputation points
2021-05-23T14:37:51.067+00:00

Hello
Need powershell script to install ESU product key and activation ID for windows server 2008. Currently we following below manual process and it works successfully but the same if we apply in powershell it giving product key invalid error

1) cscript slmgr.vbs /dlv - To check the ESU status
2) slmgr.vbs /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx - Installtion of product key
3) cscript slmgr.vbs /ato - For activating activation ID.

98864-image.png

Windows for business Windows Server User experience Other
{count} votes

Accepted answer
  1. Anonymous
    2021-05-25T12:06:00.333+00:00

    Just checking if there's any progress or updates?

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

5 additional answers

Sort by: Most helpful
  1. Anonymous
    2021-05-23T14:42:28.917+00:00

    Note: If you see the Error:0xC004F050 while trying to install the product key on Windows Server 2008 SP2, your device may require an additional reboot.

    https://techcommunity.microsoft.com/t5/windows-it-pro-blog/obtaining-extended-security-updates-for-eligible-windows-devices/ba-p/1167091

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  2. vikas jagtap 86 Reputation points
    2021-05-23T14:52:43.703+00:00

    Thanks for prompt reply
    We tried VAMT but when we going to add key again same issue it saying product key invalid

    0 comments No comments

  3. Anonymous
    2021-05-23T14:54:29.377+00:00

    Did you read the comment?
    Note: If you see the Error:0xC004F050 while trying to install the product key on Windows Server 2008 SP2, your device may require an additional reboot.

    --please don't forget to Accept as answer if the reply is helpful--


  4. Anonymous
    2021-05-23T15:42:07.8+00:00

    There could be some other yet unknown glitch which you can report here.
    https://windowsserver.uservoice.com/forums/304618-installation-and-patching?category_id=141234

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.