Get-VBRTapeServer
Short Description
Returns tape servers.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRTapeServer [-Server <CHost[]>] [<CommonParameters>]
-
NameGet-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 |
|---|---|---|---|---|---|
|
Name |
Specifies the array of tape server names. The cmdlet will return tape servers with these names. |
|
False |
Named |
False |
|
Server |
Specifies the array of hosts. The cmdlet will return tape servers created on these hosts.
Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
<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
Perform the following steps:
|
Example 3. Getting Tape Server by Name [Using Variable]
|
This example shows how to get the tape server named
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.