Register-SCVMMAccessLicense

Registers VMM using the provided product key.

Description

The Register-SVMMAccessLicense cmdlet registers System Center Virtual Machine Manager (VMM), using the valid product key provided by the user. This operation upgrades the evaluation version of VMM to a registered version.

For more information about Register-SCVMMAccessLicense, type: "Get-Help Register-SCVMMAccessLicense -online".

Parameters

ProductKey

Required? true
Accept Pipeline Input? false
Position? named
Specifies a product key. The product key is a 25-digit number that identifies the product license. A product key can be used to register VMM or an operating system to be installed on a virtual machine or host.

AcceptEULA

Required? false
Accept Pipeline Input? false
Position? named
Indicates that you have read, understood, and agree with the terms of the Virtual Machine Manager for System Center 2012 license agreement. 

JobVariable

Required? false
Accept Pipeline Input? false
Position? named
Specifies that job progress is tracked and stored in the variable named by this parameter. 

PROTipID

Required? false
Accept Pipeline Input? false
Position? named
Specifies the ID of the PRO tip that triggered this action. This allows for auditing of PRO tips.

RunAsynchronously

Required? false
Accept Pipeline Input? false
Position? named
Indicates that the job runs asynchronously so that control returns to the command shell immediately. 

VMMServer

Required? false
Accept Pipeline Input? false
Position? named
Specifies a VMM server object.

Examples

1: Upgrade from an evaluation version to a registered version of VMM by providing a product key.
PS C:\> Register-SCVMMAccessLicense -ProductKey "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
This command registers this VMM server to which the user is currently connected, including all of its nodes if it is a highly available VMM server, with the provided product key.

See Also