Zone Licenses
- 04 Oct 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Zone Licenses
- Updated on 04 Oct 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Install-LiquitZoneLicense
Synopsis
This command is used to install a new license for a zone.
Syntax
Install-LiquitZoneLicense
[-Zone] <Zone[]>
[-Key] <string>
[-LiquitContext <LiquitContext>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Example
$zone =Get-LiquitZone -ID 00000000-0000-0000-0000-000000000000
Install-LiquitZoneLicense -Zone $zone -Key 00000-00000-00000-00000-00000
This command installs the license key in the specified zone.
Update-LiquitZoneLicense
Synopsis
This command refreshes the license of the zone.
Syntax
Update-LiquitZoneLicense
[-Zone] <Zone[]>
[-LiquitContext <LiquitContext>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Example
$zone =Get-LiquitZone -ID 00000000-0000-0000-0000-000000000000
Update-LiquitZoneLicense -Zone $zone -Key 00000-00000-00000-00000-00000
This command refreshes the license of the specified zone.
Parameters
Name | Value | Description | Required | Default value |
---|---|---|---|---|
Zone | <Zone[]> | The zone for which you want to refresh the license. | Yes | |
LiquitContext | <LiquitContext> | Determines the selected zone. | No | Default |
Remove-LiquitZoneLicense
Synopsis
This command removes a license of a zone.
Syntax
Remove-LiquitZoneLicense
[-Zone] <Zone[]>
[-LiquitContext <LiquitContext>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Example
$zone = Get-LiquitZone -ID 00000000-0000-0000-0000-000000000000
Remove-LiquitZoneLicense -Zone $zone
This command removes the license of the specified zone.
Parameters
Name | Value | Description | Required | Default value |
---|---|---|---|---|
Zone | <Zone[]> | The zone for which you want to remove the license. | Yes | |
LiquitContext | <LiquitContext> | Determines the selected zone. | No | Default |
Was this article helpful?