Install-VBOLicense

Short Description

Installs the license on the Veeam Backup for Microsoft 365 server.

Syntax

Install-VBOLicense -Path <String>  [<CommonParameters>]

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

Accept Wildcard Characters

Path

Specifies a path to the license LIC file.

String

True

Named

False

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

Install-VBOLicenseExample 1. 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"