How to add a product key to an eval version of System Center 2012 Operations Manager
To set the product key, use the Set-SCOMLicense cmdlet in PowerShell. To use the Set-SCOMLicense cmdlet you need to use elevated permissions. (Run as Administrator).
- Open PowerShell as an Administrator
- Load the OperationsManager Module (import-module operationsmanager)
- Connect to your ManagementGroup (New-SCOMManagementGroupConnection)
- Use Set-SCOMLicense -ProductId "yourlicensekey“
- To check if changes were executed run Get-SCOMManagementGroup | ft skuforlicense, version, timeofexpiration –a
Note: This may require a reboot after running in order to register correctly.
For more information on the Set-SCOMLicense cmdlet see http://technet.microsoft.com/en-us/library/hh920237.aspx
(http://technet.microsoft.com/en-us/library/hh920237.aspx) for other considerations.
This posting is provided "AS IS" with no warranties.
No comments:
Post a Comment