Disable-VBRPluginJob

Short Description

Disables backup jobs that were created with standalone Veeam Plug-ins and backup copy jobs of backups created with Veeam Plug-ins.

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

Syntax

Disable-VBRPluginJob [-Job] <VBRPluginJob[]> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]

Detailed Description

This cmdlet disables backup jobs that were created with standalone Veeam Plug-ins and backup copy jobs of backups created with Veeam Plug-ins.

Run the Enable-VBRPluginJobEnables backup jobs that were created with standalone Veeam Plug-ins and backup copy jobs of backups created with Veeam Plug-ins. cmdlet to enable backup jobs that were created with standalone Veeam Plug-ins and backup copy jobs of backups created with Veeam Plug-ins.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Force

Defines that the cmdlet will return a notification that the backup files created by these jobs will be left in the inconsistent state after running this cmdlet.

SwitchParameter

False

Named

False

Job

Specifies an array jobs. The cmdlet will disable these jobs.

Accepts the VBRPluginJob[] object. To get this object, run the Get-VBRPluginJobReturns backup jobs that were created with standalone Veeam Plug-ins and backup copy jobs of backups created with Veeam Plug-ins. cmdlet.

VBRPluginJob[]

True

0

True (ByValue)

Confirm

Defines that the cmdlet will display a prompt that asks if you want to continue running the command.

Note: Microsoft PowerShell enables the Confirm parameter for this cmdlet by default. To disable this option, set the parameter value to $false. That is, Confirm:$false.

SwitchParameter

False

Named

False

WhatIf

Specifies a list of all jobs that will be disabled.

SwitchParameter

False

Named

False

<CommonParameters>

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

Examples

Disabling Backup Job Created with Standalone Veeam Plug-in

This example shows how to disable backup jobs that were created with standalone Veeam Plug-ins and backup copy jobs of backups created with Veeam Plug-ins.

$job = Get-VBRPluginJob -Name "Plug-in backup 17"

Disable-VBRPluginJob -Job $job

Perform the following steps:

  1. Run the Get-VBRPluginJobReturns backup jobs that were created with standalone Veeam Plug-ins and backup copy jobs of backups created with Veeam Plug-ins. cmdlet. Specify the Name parameter value. Save the result to the $job variable.
  2. Run the Disable-VBRPluginJob cmdlet. Set the $job variable as the Job parameter value.

Get-VBRPluginJobReturns backup jobs that were created with standalone Veeam Plug-ins and backup copy jobs of backups created with Veeam Plug-ins.

Page updated 2026-08-19

Page content applies to build 13.1.1.18