--- title: "Install-VBRLicense" description: "Installs licenses on a backup server. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet installs licenses on a backup server." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/install-vbrlicense.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Licenses > Install-VBRLicense" dateModified: "2026-08-19" --- # Install-VBRLicense ## Short Description Installs licenses on a backup server. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Install-VBRLicense -Path [-Force] [] ``` ## Detailed Description This cmdlet installs licenses on a backup server. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Force

Defines that the cmdlet will install Veeam Backup & Replication license without showing warnings in the PowerShell console.

SwitchParameter

False

Named

False

Path

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

String

True

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Examples ::: example ### Installing Veeam Backup & Replication License This command installs a Veeam Backup & Replication license. ``` Install-VBRLicense -Path "C:\Users\Administrator\Downloads\veeam_license.lic" ``` :::