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
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