Enable-VBRJobVSSIntegration
Short Description
Enables job VSS settings.
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-VBRJobVSSIntegrationDisables job VSS settings. cmdlet to disable VSS settings in the selected job.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies the array of jobs. The cmdlet will enable VSS settings for these jobs.
Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
<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
Perform the following steps:
|
Example 2. Enabling VSS Option in Job [Using Variable]
|
This example shows how to enable the VSS option in the
Perform the following steps:
|
Related Commands
Get-VBRJobReturns existing jobs.