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

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

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

Run the Get-VBRTapeJob cmdlet to get tape jobs.

Run the Get-VSBJob cmdlet to get SureBackup jobs.

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

Run the Get-VBRComputerBackupJob cmdlet to get Veeam Agent backup jobs and Veeam Agent backup policies.

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*