Use this cmdlet to generate a new license request in order to purchase a paid-use license.
The request data returned is required during purchase and should be pasted into the appropriate form field at purchase.
Paid-use licenses are host-specific and the license request uses a HostKey value to uniquely identify the host. No environment information is being set in the request data, for security and privacy reasons. As such, Priasoft cannot tell the name of the host for which the request is generated.
PowerShell
New-LicenseRequest
- -CompanyName
- -ContactName
- -ContactEmail
- -ContactPhone
Description
The New-LicenseRequest cmdlet generates and unique request key that is used to generate a paid-use license. See the Licensing topic in the documentation for details about licensing.
Examples
Example 1
PowerShell
New-LicenseRequest -CompanyName Contoso -ContactName 'John Smith' -ContactEmail john.smith@contoso.com -ContactPhone 123-456-7890 rAAAAAAAu4wwmJ/a8SSfzdfiVTbWfMNH B4SToMACo2zW3wDbrO7zFDrtyZqMB4n0 ZQwfxbCvgUv79RmWbKPAKTb2Ly47ULrq xZsO/Gx2zMXr5oaRbT5ZSYb+Ic/tOk15 vMshGIP9KCBPxYe6fnDvT02/j3E1QhaE pnk5qa82wAqBIioG9Ys=GJIDT07NnYej 3Ib+pkGeGHVSMRzlUNuuKUPgT8q8WCrD bNsFWMbHIgaMzvjFwvYcuz5lBZWqrsuU ASF6NmvaSH3lrgvEE/YeCx8xIRCbEgCG be/lrEA2VNGoRmi2l0fpCEnFpG7vz4i7 aHnSBlDe4AS7Yd5WqywNJsU8OhVjfHJn Wcoe++tojTq/woJWTvZcLGTsiEo/zj46 K8TRfhf4JN3xtG7DiJQOyjYSEO7zkEPD GN8mASFNC5vFxueeJj59rCj93TAEvhGt RwkLUIG1+jHhhFKLwm/+ywbDRrI1D6Au zIE+hsWdA3+UMm31uv1Nsc0JEOZplwGQ EmkTd111AdT7ahj4ycehYqSknP6HxD6z PwI2kmVZLxzkFs4+AnkNHdhTC8vRxPba Wor1XqZBQAk2MkpFfWxPzDtOlDgT3nHF hoNp1UBnH9/uyPyWMJLaZtIJH554FNxU L2biFqTWhn0/TyMr/F8Y0h0DgM7xC+mi SJoSIGZsdmrfsWOWjLES VERBOSE: Automatically copied the request code to the clipboard for convenience.
This example shows the creation of the license request key, and the resulting output.
The cmdlet will copy the key to the clipboard if PowerShell is running in an interactive session.
Parameters
-CompanyName
The CompanyName parameter specifies the name of the Company that is purchasing the licenses.
-ContactName
The ContactName parameter specifies the person of contact in relation to the license request.
-ContactEmail
The ContactEmail parameter specifies the email address of the primary contact for the license request.
-ContactPhone
The ContactPhone parameter specifies the phone number of the contact making the request.
Output
This cmdlet will place a mulit-line text string on the pipeline that is the new license request key.
