Q: I installed System Center 2012 without a product key and it's running in evaluation mode--how do I switch to retail mode?

With System Center 2012, if you didn't enter a product key, you will be in evaluation mode. Here's how to switch modes.

John Savill

June 11, 2012

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A:System Center 2012 is one product, which means a single product key is required to switch all of the components-- Configuration Manager (SCCM), OperationsManager, Data Protection Manager (DPM), Orchestrator, Virtual Machine Manager (VMM), Service Manager, and AppController--from evaluation to retail mode.

Ifyou enter a product key during installation, then the installation is put in retail mode by default, but if you didn't enter a product key, you will be inevaluation mode.

Most of the SC 2012 components allow a product key to be entered within the management console. See Help - About dialog (VMM and Orchestrator), or rerunthe setup routine to enter a product key (SCCM, AppController and DPM).

However, for Operations Manager, use Windows PowerShell:

  1. Open the Operations Manager Shell.

  2. Use the Set-SCOMLicense cmdlet, passing the product key in double quotes, for example:
    Set-SCOMLicense "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

  3. Reboot the machine.

After the reboot is complete, you can check your server is retail by using the command below:

PS C:> Get-SCOMManagementGroup | ft skuforlicense, version, timeofexpiration -a

Here's an example of typical output you'll receive:

SkuForLicense  Version   TimeOfExpiration
-------------          -------      ----------------
Retail 7.0.8560.0 12/31/9999 11:59:59 PM
 

Service Manager requires an uninstall and reinstallation if you didn't enter a product key during the installation, as there is no switch from evaluationto RTM.

 

To see more answers about System Center, Windows 8, virtualization, and all things IT,  click over to our FAQs page.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like