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

Get-VSBJob

Short Description

Returns SureBackup jobs.

Applies to

Platform: VMware, Hyper-V

Product Edition: Enterprise, Enterprise Plus

Syntax

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

Detailed Description

This cmdlet returns existing SureBackup jobs.

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

Run Get-VSBSession or Get-VSBTaskSession to get the information on SureBackup session or session tasks.

Run Get-VBRJob to look for backup, replication or copy jobs.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the array of SureBackup 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 1

This command looks for the list of all created SureBackup jobs.

PS C:\PS> Get-VSBJob

Example 2

This command looks for the SureBackup jobs named "SureJob 01" and "SureJob 02".

PS C:\PS> Get-VSBJob -Name "SureJob 01", "SureJob 02"

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