Get-VBRTapeServer

Short Description

Returns tape servers.

Applies to

Platform: VMware, Hyper-V

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get a list of tape servers created on specific hosts.

Get-VBRTapeServer [-Server <CHost[]>]  [<CommonParameters>]

  • Get a list of tape servers created on specific hosts by tape server name.

Get-VBRTapeServer [-Name <string[]>] [-Server <CHost[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns tape servers connected to the backup infrastructure.

You can get the list of all tape servers or narrow down the output to the servers of specific type, or search for instances directly by name.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Server

Specifies the array of hosts. The cmdlet will return tape servers created on these hosts.

Accepts the CHost[] object. To get this object, run the Get-VBRServer cmdlet.

False

Named

True (ByValue,
ByProperty
Name)

Name

Specifies the array of tape server names. The cmdlet will return tape servers with these names.

String[]

False

Named

False

<CommonParameters>

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

Output Object

VBRTapeServer[]

Examples

Get-VBRTapeServerExample 1. Getting List of Tape Servers

Get-VBRTapeServerExample 2. Getting List of Tape Servers Connected to Host [Using Pipeline]

Get-VBRTapeServerExample 3. Getting Tape Server by Name [Using Variable]

Related Commands

Get-VBRServer

Page updated 3/4/2024

Page content applies to build 12.3.1.1139