Tuesday, October 9, 2012

Adding SCOM 2012 Product Key

After I installed SCOM 2012 it was showing as Evaluation version. In order to add the product key you need to run a powershell cmdlet as described in the kb article http://support.microsoft.com/kb/2699998

To check the current license, open an Operations Manager Shell and run

Get-SCOMManagementGroup | ft skuforlicense, version, timeofexpiration –a

To register your product run

Set-SCOMLicense -ProductId "Product-Key-Here"



The license got updated after I restarted the server



No comments:

Post a Comment