Invoke-RASSitePromoteToLicensing
Last updated
Last updated
Invoke-RASSitePromoteToLicensing
Promotes a RAS Site to Licensing.
Invoke-RASSitePromoteToLicensing [] (uint) - (string) - (string) - (SecureString) [ (SwitchParameter)] [ (string)] [ (SecureString)] [ (string)] [()]
Invoke-RASSitePromoteToLicensing [] (string) - (string) - (string) - (SecureString) [ (string)] [ (SecureString)] [ (string)] [()]
Promotes a RAS Site to Licensing.
The name of the site to promote.
The ID of the site to promote.
The email address you use to log in to Parallels My Account.
Your Parallels account password.
Parallels RAS License Key. The key must be registered in Parallels My Account.
If you omit this parameter, the current license key will be used in activation.
Bind the license activation with a specific MAC address.
The MAC address should be in the format XX-XX-XX-XX-XX-XX.
To select a MAC address automatically, omit this parameter.
Parallels RAS administrator username.
If this parameter is omitted, your RAS admin username (and password) will be used.
Parallels RAS administrator username.
Force site promotion (without access to Licensing Site).
(CommonParameters)
-none-
-none-
**---------- EXAMPLE 1 ----------
Invoke-RASSitePromoteToLicensing -Id 5 -Email "name@company.com" -Password $SecretPass
Promotes the specified RAS Site (by ID) to Licensing and activates a new RAS Site license with same license key.
The $SecretPass variable must contain a password as SecureString.
If you omit the -Password parameter, you'll be asked to enter it when you execute the cmdlet. **---------- EXAMPLE 2 ----------
Invoke-RASSitePromoteToLicensing -Name Site2 -Email "name@company.com" -Password $SecretPass -Key "QPWO-WRET-XVBC-IOUP"
Promotes the specified RAS Site (by Name) to Licensing and activates a new RAS Site license using the specified key.
The $SecretPass variable must contain a password as SecureString.
If you omit the -Password parameter, you'll be asked to enter it when you execute the cmdlet.