Disable-VBRBackupCopyJob

Short Description

Disables backup copy jobs.

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

Syntax

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

Detailed Description

This cmdlet disables backup copy jobs.

Run the Enable-VBRBackupCopyJobEnables backup copy jobs. cmdlet to enable backup copy jobs.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Job

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

Accepts the VBRBackupCopyJob[] object. To create this object, run the Get-VBRBackupCopyJobReturns backup copy jobs. cmdlet.

VBRBackupCopyJob[]

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 Backup Copy Job

This example shows how to disable a backup copy job.

$job = Get-VBRBackupCopyJob

Disable-VBRBackupCopyJob -Job $job

Perform the following steps:

  1. Run the Get-VBRBackupCopyJobReturns backup copy jobs. cmdlet. Save the result to the $job variable.
  2. Run the Disable-VBRBackupCopyJob cmdlet. Set the $job variable as the Job parameter value.

Get-VBRBackupCopyJobReturns backup copy jobs.

Page updated 2026-08-19

Page content applies to build 13.1.1.18