Disable-VBRJob
Short Description
Puts a selected job on hold.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Disable-VBRJob -Job <CBackupJob[]> [<CommonParameters>] |
Detailed Description
This cmdlet disables an enabled job. The job and its settings are not deleted from Veeam Backup & Replication. You can run this cmdlet with backup, replication and tape jobs.
Run the Disable-VBRBackupCopyJobDisables backup copy jobs. cmdlet to disable a backup copy job.
Run the Enable-VBRJobEnables a disabled job. cmdlet to enable the job.
Run the Stop-VBRJobStops a running backup, replication or copy job. cmdlet to stop the job once without disabling it.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies the array of jobs you want to disable.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Disabling Specific Jobs [Using Pipeline]
|
This example shows how to disable jobs named
Perform the following steps:
|
Example 2. Disabling Specific Job [Using Variable]
|
This example shows how to disable the job represented by the
Perform the following steps:
|
Related Commands
Get-VBRJobReturns existing jobs.