Administrator Guide

Table Of Contents
Figure 2. Enter Product Key box
If you do not see this box, you have a valid retail license key and can skip the rest of this procedure.
What to do if you enter an incorrect product license key
If you specied an incorrect System Center key during deployment, you must update VMM, Operations Manager, and Service Management
Automation (SMA) to use a valid System Center product license key.
Run all of the following procedures from an elevated Windows PowerShell session on the Console VM. On the Start screen, click the
Search icon, and then type PowerShell. In the results, right-click Windows PowerShell, and then click Run as administrator.
To update VMM
Use these procedures to update VMM if you specied an incorr
ect System Center key during deployment.
1 From the elevated Windows PowerShell session, run the following commands, pressing Enter after each command:
NOTE: Replace <
Prex>
with the customer-specic prex for the Dell Hybrid Cloud System for Microsoft stamp. For
ProductId
, specify the retail System Center license key.
Import-Module VirtualMachineManager
$VMMServer = Get-SCVMMServer –ComputerName <Prefix>VMM01
Register-SCVMMAccessLicense –VMMServer $VMMServer –ProductKey "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
–AcceptEULA
2 To verify that the license is correct:
Get-SCVMMAccessLicense –VMMServer $VMMServer –License
The output should indicate a LicenseType of Volume, as shown in the following example.
PS C:\Windows\system32> Get-SCVMMAccessLicense -VMMServer $vmmserver -License
ProductName : System Center Virtual Machine Manager 2012
LicenseType : Volume
Administration 19