Help Center
Choose product document...
Veeam Backup & Replication 9.5 [Archived]
PowerShell Reference

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 types of jobs:

  • Backup jobs
  • Replication jobs
  • Backup copy jobs
  • File copy jobs
  • VM Copy jobs

Get-VBRJob Note:

For the other types of jobs run the following cmdlets:

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

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 about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Example

This command gets the list of backup copy jobs.

PS C:\PS> Get-VBRJob -Name *Backup Copy Job*

Veeam Large Logo

User Guide for VMware vSphere

User Guide for Microsoft Hyper-V

Enterprise Manager User Guide

Veeam Cloud Connect Guide

Veeam Agent Management Guide

Veeam Backup Explorers User Guide

Backup and Restore of SQL Server Databases

PowerShell Reference

RESTful API Reference

Veeam Backup FREE Edition User Guide