Short Description
Installs the product 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 a corresponding 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 about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example
This example shows how to install a product license from the license LIC file.
PS C:\PS> Install-VBOLicense -Path "C:\Veeam\Office365\Licenses\veeam_backup_microsoft_office_subscription_xxx.lic" |