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
The following script installs the license key in the specified zone:
$zone =Get-LiquitZone -ID 00000000-0000-0000-0000-000000000000
Install-LiquitZoneLicense -Zone $zone -Key 00000-00000-00000-00000-00000
Update-LiquitZoneLicense
Synopsis
This command refreshes the license of the zone.
Syntax
Update-LiquitZoneLicense
[-Zone] <Zone[]>
[-LiquitContext <LiquitContext>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Example
The following script refreshes the license of the specified zone:
$zone =Get-LiquitZone -ID 00000000-0000-0000-0000-000000000000
Update-LiquitZoneLicense -Zone $zone -Key 00000-00000-00000-00000-00000
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
The following script removes the license of the specified zone:
$zone = Get-LiquitZone -ID 00000000-0000-0000-0000-000000000000
Remove-LiquitZoneLicense -Zone $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 |