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

Get-VBRTapeJob

In this article

    Short Description

    Returns tape jobs.

    Applies to

    Platform: VMware, Hyper-V

    Product Edition: Standard, Enterprise, Enterprise Plus

    Syntax

    Get-VBRTapeJob [-Name <string[]>]  [<CommonParameters>]

    Related Commands

    None

    Return Type

    VBRBackupToTapeJob

    VBRFileToTapeJob

    Detailed Description

    This cmdlet returns tape jobs created on this Veeam backup server.

    You can get backup to tape jobs and file to tape jobs.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Name

    Specifies the array  of tape job names you want to get, or search conditions.

    False

    Named

    True (by Value
    FromPipeline, ValueFromPipeline
    ByPropertyName)

    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 returns the tape job named "Daily WebApp Backup".

    PS C:\PS> Get-VBRTapeJob -Name "Daily WebApp Backup"