--- title: "Install-VBOLicense" description: "This cmdlet installs or updates the product license on the Veeam Backup for Microsoft 365 server. You must install the license from the license LIC file." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/install-vbolicense.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Licenses > Install-VBOLicense" dateModified: "2026-08-21" --- # Install-VBOLicense ## Short Description Installs the license on the Veeam Backup for Microsoft 365 server. ## Syntax ``` Install-VBOLicense -Path [] ``` ## Detailed Description This cmdlet installs or updates the product license on the Veeam Backup for Microsoft 365 server. You must install the license from the license LIC file. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Path

Specifies a path to the license LIC file.

String

True

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the [About Common Parameters](http://go.microsoft.com/fwlink/p/?LinkID=113216) section of Microsoft Learn. ## Examples ::: example ### Installing License on Veeam Backup for Microsoft 365 Server This command installs the license on the Veeam Backup for Microsoft 365 server. ``` Install-VBOLicense -Path "C:\Veeam\Office365\Licenses\veeam_backup_microsoft_365_subscription_xxx.lic" ``` :::