This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRJob

Short Description

Returns existing jobs.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Get-VBRJob [-Name <String[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

Detailed Description

This cmdlet returns jobs stored in Veeam Backup & Replication database.

With this cmdlet, you can get the following jobs:

  • Backup jobs
  • Replication jobs
  • Backup copy jobs
  • File copy jobs
  • VM Copy jobs
  • Veeam Agent backup jobs managed by the Veeam Backup server

You can get the list of all jobs or look for instances directly by name.

Run Get-VBRBackupSession or Get-VBRTaskSession to get the information on job session or session tasks.

Run Get-VBRTapeJob to get tape jobs.

Run Get-VSBJob to get SureBackup jobs.

Run Get-VBREPJob to get Veeam Agent for Microsoft Windows backup jobs.

Get-VBRJob Note:

Currently Veeam PowerShell does not allow you to manage jobs that were created using Veeam Agent management functionality. You can do it only with Veeam Backup & Replication UI.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the array of job names. The cmdlet will return jobs with these names.

False

Named

False

True

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Example

This command gets the list of backup copy jobs.

Get-VBRJob -Name *Backup Copy Job*

I want to report a typo

There is a misspelling right here:

 

I want to let the Veeam Documentation Team know about that.