Disable-VBRJobVSSIntegration
Short Description
Disables job VSS settings.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Disable-VBRJobVSSIntegration [-Job] <CBackupJob[]> [<CommonParameters>] |
Detailed Description
This cmdlet disables the VSS settings in the selected job. The VSS settings are not deleted form the job.
You can run this cmdlet with backup and replication jobs.
Run the Enable-VBRJobVSSIntegrationEnables job VSS settings. cmdlet to enable VSS settings in the selected job.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies the array of jobs. The cmdlet will disable 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. Disabling VSS Options in Specific Job [Using Pipeline]
|
This example shows how to disable the VSS options in the
Perform the following steps:
|
Example 2. Disabling VSS Options in Job [Using Variable]
|
This example shows how to disable the VSS options in job represented by the
Perform the following steps:
|
Related Commands
Get-VBRJobReturns existing jobs.