Get-VBRTapeJob

Short Description

Returns tape jobs.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

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

Type

Required

Position

Accept
Pipeline
Input

Name

Specifies the array of tape job names. The cmdlet will return tape jobs with these names.

String

False

Named

True (ByValue,
ByProperty
Name)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

Examples

Getting Tape Job by Name

This command returns the tape job named Daily WebApp Backup.

Get-VBRTapeJob -Name "Daily WebApp Backup"