Enable-VBRJobVSSIntegration
Short Description
Enables job VSS settings.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Enable-VBRJobVSSIntegration -Job <CBackupJob[]> [<CommonParameters>] |
Detailed Description
This cmdlet enables VSS settings in a selected job that were previously disabled. You can enable the VSS settings in case you have these settings set beforehand.
You can run this cmdlet with backup and replica jobs including Cloud Director jobs.
Run the Disable-VBRJobVSSIntegration cmdlet to disable VSS settings in the selected job.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Job | Specifies the array of jobs. The cmdlet will enable VSS settings for these jobs. | Accepts the CBackupJob[] object. To create this object, run the Get-VBRJob cmdlet. | True | 0 | True (ByProperty |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Enabling VSS Option in Specific Job [Using Pipeline]
This example shows how to enable the VSS option in the Backup Job 01 and Backup Job 02 jobs.
Perform the following steps:
|
Example 2. Enabling VSS Option in Job [Using Variable]
This example shows how to enable the VSS option in the Backup Job 01 job.
Perform the following steps:
|
Related Commands