License the LoadMaster using a Specific License (PowerShell)
- Last Updated: December 9, 2024
- 1 minute read
- LoadMaster
- LoadMaster LTSF
- Documentation
To license the LoadMaster using a specific license, run the following command:
$lic = Request-LicenseOnline -KempId <ProgressID> -Password <ProgressIDPassword> -LicenseTypeId $lictype.Data.License[0].id -LoadBalancer <LoadMasterIPAddress>
|
Name |
Type |
Description |
Mandatory |
|---|---|---|---|
|
KempId |
String |
The email address used when registering for a Progress ID. |
Yes |
|
Password |
String |
The Progress ID account password. |
Yes |
| LicensetypeId | String | The ID of the license you want to apply to the LoadMaster. You would have retrieved this in the previous section by running the Get-LicenseType command. | Yes |