Disable-VBRComputerBackupCopyJob

Short Description

Disables Veeam Agent backup copy jobs.

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Disable-VBRComputerBackupCopyJob [-Job] <VBRComputerBackupCopyJob[]> [-PassThru] [<CommonParameters>]

Detailed Description

This cmdlet disables Veeam Agent backup copy jobs.

Run the Enable-VBRComputerBackupCopyJobEnables Veeam Agent backup copy jobs. cmdlet to enable Veeam Agent backup copy jobs.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Job

Specifies an array of Veeam Agent backup copy jobs that you want to disable.

Accepts the VBRComputerBackupCopyJob[] object. To get this object, run the Get-VBRComputerBackupCopyJobReturns Veeam Agent backup copy jobs. cmdlet.

VBRComputerBackupCopyJob[]

True

0

True (ByPropertyName, ByValue)

PassThru

Defines that the command returns the output object to the Windows PowerShell console.

SwitchParameter

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Examples

Disabling Veeam Agent Backup Copy Jobs

This example shows how to disable Veeam Agent Backup copy jobs.

$jobs = Get-VBRComputerBackupCopyJob

Disable-VBRComputerBackupCopyJob -Job $jobs

Perform the following steps:

  1. Run the Get-VBRComputerBackupCopyJobReturns Veeam Agent backup copy jobs. cmdlet. Save the result to the $jobs variable.
  2. Run the Disable-VBRComputerBackupCopyJob cmdlet. Set the $jobs variable as the Job parameter value.

Get-VBRComputerBackupCopyJobReturns Veeam Agent backup copy jobs.

Page updated 2026-08-19

Page content applies to build 13.1.1.18