Install-VBOLicense
Short Description
Installs the license for Veeam Backup for Microsoft Office 365.
Syntax
Install-VBOLicense -Path <string> [<CommonParameters>] |
Detailed Description
This cmdlet installs or updates the product license for Veeam Backup for Microsoft Office 365. You must install the license from the license LIC file.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Path | Specifies the path to the license LIC file. | True | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Example
This example shows how to install the product license from the license LIC file.
Install-VBOLicense -Path "C:\Veeam\Office365\Licenses\veeam_backup_microsoft_office_subscription_xxx.lic" |