This is an archive version of the document. To get the most up-to-date information, see the current version.

Install-VBRLicense

Short Description

Installs licenses on a backup server.

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Install-VBRLicense -Path <string>  [<CommonParameters>]

Detailed Description

This cmdlet installs licenses on a backup server.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Path

Specifies a path to the license file. The cmdlet will install a license from this license file.

String

True

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

None.

Examples

Installing Veeam Backup & Replication License

This command installs a Veeam Backup & Replication license.

Install-VBRLicense -Path "C:\Users\Administrator\Downloads\veeam_license.lic"