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

Get-VBRJob

In this article

    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
    • VM Copy Jobs
    • File Copy Jobs

    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 Endpoint backup jobs.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Name

    Specifies the name of the job you want to get, or search conditions.

    You can specify multiple names separated by commas.

    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*