Zone Licenses
  • 04 Oct 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Zone Licenses

  • Dark
    Light
  • PDF

Article summary

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

NameValueDescriptionRequiredDefault value
Zone<Zone[]>The zone for which you want to refresh the license.Yes
LiquitContext<LiquitContext>Determines the selected zone.NoDefault

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

NameValueDescriptionRequiredDefault value
Zone<Zone[]>The zone for which you want to remove the license.Yes
LiquitContext<LiquitContext>Determines the selected zone.NoDefault

Was this article helpful?

What's Next