Enable-VBRJob
Short Description
Enables a disabled job.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Enable-VBRJob -Job <CBackupJob[]> [<CommonParameters>] |
Detailed Description
This cmdlet enables a disabled job. When you disable a job, you put it on hold until you enable it with this cmdlet. You can run this cmdlet with backup, replication and tape jobs.
Run the Enable-VBRBackupCopyJobEnables backup copy jobs. cmdlet to enable a backup copy job.
Run the Disable-VBRJobPuts a selected job on hold. cmdlet to disable a job.
Run the Start-VBRJobStarts a backup or replication job. cmdlet to start a job once.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies the array of jobs you want to enable.
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. Enabling Specific Jobs [Using Pipeline]
|
This example shows how to enable the
Perform the following steps:
|
Example 2. Enabling Specific Job [Using Variable]
|
This example shows how to enable the job represented by the
Perform the following steps:
|
Related Commands
Get-VBRJobReturns existing jobs.