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.
