Enable-VBREPJob
Short Description
Enables disabled backup jobs run by Veeam Agent operating in a standalone mode.
Syntax
Detailed Description
This cmdlet enables backup jobs run by Veeam Agent operating in a standalone mode that were previously disabled.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Job | Specifies the array of backup jobs. The cmdlet will enable these jobs. Accepts VBREPJob type. | True | Named | True (ByValue, | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Return Type
VBREPJob[]
Example 1
This example shows how to enable a backup job run by Veeam Agent operating in a standalone mode using a variable.
- Run Get-VBREPJob to get the job and save it to the $job variable.
- Run Enable-VBREPJob with the $job variable.
Example 2
This example shows how to enable a backup job run by Veeam Agent operating in a standalone mode using a pipeline.
Run Get-VBREPJob to get the job and pipe it to the Enable-VBREPJob.
Related Commands