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

Get-VBRTapeJob

Short Description

Returns tape jobs.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

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

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. The cmdlet will return tape jobs with these names.

False

Named

True (ByValue,
ByProperty
Name)

True

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Return Type

VBRBackupToTapeJob

VBRFileToTapeJob

Example

This command returns the tape job named "Daily WebApp Backup".

Get-VBRTapeJob -Name "Daily WebApp Backup"

I want to report a typo

There is a misspelling right here:

 

I want to let the Veeam Documentation Team know about that.