Remove-VBRNASBackupJob (obsolete)

Short Description

Removes file backup jobs from Veeam Backup & Replication infrastructure.

Note

This cmdlet is obsolete. Run the Remove-VBRUnstructuredBackupJobRemoves file backup jobs and object storage backup jobs from the backup infrastructure. If the four-eyes authorization is enabled, you cannot run this cmdlet. For more information, see the Four-Eyes Authorization section in the User Guide for VMware vSphere. cmdlet instead.

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

Syntax

Remove-VBRNASBackupJob -Job <VBRNASBackupJob[]> [-WhatIf] [-Confirm] [<CommonParameters>]

Detailed Description

This cmdlet removes file backup jobs from Veeam Backup & Replication infrastructure.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Job

Specifies a file backup job. The cmdlet will remove this job from the Veeam Backup & Replication infrastructure.

Accepts the VBRNASBackupJob[] object. To get this object, run the Get-VBRNASBackupJobReturns file backup jobs. This cmdlet is obsolete. Run the Get-VBRUnstructuredBackupJob cmdlet instead. cmdlet.

VBRNASBackupJob[]

True

Named

True (ByPropertyName, ByValue)

Confirm

Defines that the cmdlet will display a prompt that asks if the user is sure that he wants to continue.

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

Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action.

SwitchParameter

False

Named

False

<CommonParameters>

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

Output Object

The cmdlet returns the VBRNASBackupJob object that contains settings of file backup jobs.

Examples

Remove-VBRNASBackupJob (obsolete)Example 1. Removing All File Backup Jobs

This example shows how to remove all file backup jobs from the Veeam Backup & Replication infrastructure.

$job = Get-VBRNASBackupJob

Remove-VBRNASBackupJob -Job $job

Perform the following steps:

  1. Run the Get-VBRNASBackupJobReturns file backup jobs. This cmdlet is obsolete. Run the Get-VBRUnstructuredBackupJob cmdlet instead. cmdlet. Save the result to the $job variable.
  2. Run the Remove-VBRNASBackupJob cmdlet. Set the $job variable as the Job parameter value.

Remove-VBRNASBackupJob (obsolete)Example 2. Removing File Backup Jobs by Name

This example shows how to remove the SMB Job file backup jobs.

$job = Get-VBRNASBackupJob -Name "SMB Job"

Remove-VBRNASBackupJob -Job $job

Perform the following steps:

  1. Run the Get-VBRNASBackupJobReturns file backup jobs. This cmdlet is obsolete. Run the Get-VBRUnstructuredBackupJob cmdlet instead. cmdlet. Specify the Name parameter value. Save the result to the $job variable.
  2. Run the Remove-VBRNASBackupJob cmdlet. Set the $job variable as the Job parameter value.

Get-VBRNASBackupJobReturns file backup jobs. This cmdlet is obsolete. Run the Get-VBRUnstructuredBackupJob cmdlet instead.

Page updated 2026-08-19

Page content applies to build 13.1.1.18