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 |
---|---|---|---|---|---|
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, |
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
Examples
Example 1. Getting List of Tape Servers
This command looks for all tape servers connected to Veeam Backup & Replication.
|
Example 2. Getting List of Tape Servers Connected to Host [Using Pipeline]
This example shows how to get all tape servers connected to the host named Host01.
Perform the following steps:
|
Example 3. Getting Tape Server by Name [Using Variable]
This example shows how to get the tape server named Sydney_Tape_Server on the Host01 host.
Perform the following steps:
|
Related Commands