The LoadMaster license can be updated using the Update-LicenseOnline or Update-LicenseOffline command.

Here is an example using the online command:

$licupdate = Update-LicenseOnline -KempId jbloggs@kemptechnologies.com -Password kempkemp `
                                            -LoadBalancer 172.21.59.85 -Credential bal
$licupdate
ReturnCode Response                       Data
---------- --------                       ----
       200 Command successfully executed.     

You can check the updated license by running the Get-LicenseInfo command.