Enable-VBRSureBackupJob
Short Description
Enables stopped SureBackup jobs.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Enable-VBRSureBackupJob -Job <VBRSureBackupJobBase> [<CommonParameters>] |
Detailed Description
This cmdlet disables running SureBackup jobs.
Run the Disable-VBRSureBackupJobDisables running SureBackup jobs. cmdlet to disable SureBackup jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies a SureBackup job. The cmdlet will enable this job.
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
Enabling SureBackup Job
This example shows how to enable the Job01 SureBackup job.
|
$surejob = Get-VBRSureBackupJob -Name "Job01" Enable-VBRSureBackupJob -Job $surejob |
Perform the following steps:
- Run the
Get-VBRSureBackupJobReturns SureBackup jobs. cmdlet. Specify theNameparameter value. Save the result to the$surejobvariable. - Run the
Enable-VBRSureBackupJobcmdlet. Set the$surejobvariable as theJobparameter value.
Related Commands
Get-VBRSureBackupJobReturns SureBackup jobs.