Wednesday, March 6, 2013

Server 2012 - Change the product key

Powershell commands to change the product key in server 2012

- Run powershell as administrator
- slmgr -upk  (removes the current product key)
- slmgr -ipk "Product Key"  (installs the new key)