Enable-VBRComputerBackupCopyJob
Short Description
Enables Veeam Agent backup copy jobs.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Enable-VBRComputerBackupCopyJob [-Job] <VBRComputerBackupCopyJob[]> [-PassThru] [<CommonParameters>] |
Detailed Description
This cmdlet enables Veeam Agent backup copy jobs.
Run the Disable-VBRComputerBackupCopyJobDisables Veeam Agent backup copy jobs. cmdlet to disable Veeam Agent backup copy jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies an array of Veeam Agent backup copy jobs that you want to enable.
Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
|
PassThru |
Defines that the command returns the output object to the Windows PowerShell console. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Enabling Veeam Agent Backup Copy Jobs
This example shows how to enable Veeam Agent Backup copy jobs.
|
$jobs = Get-VBRComputerBackupCopyJob Enable-VBRComputerBackupCopyJob -Job $jobs |
Perform the following steps:
- Run the
Get-VBRComputerBackupCopyJobReturns Veeam Agent backup copy jobs. cmdlet. Save the result to the$jobsvariable. - Run the
Enable-VBRComputerBackupCopyJobcmdlet. Set the$jobsvariable as theJobparameter value.
Related Commands
Get-VBRComputerBackupCopyJobReturns Veeam Agent backup copy jobs.