Move-VBRTapeMedium
Short Description
Moves a tape to media pool or vault.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
MediaPoolMove-VBRTapeMedium -Medium <VBRTapeMedium[]> -MediaPool <VBRTapeMediaPoolBase>
[-WhatIf] [-Confirm] [<CommonParameters>]
-
VaultMove-VBRTapeMedium -Medium <VBRTapeMedium[]> -Vault <VBRTapeVault>
[-WhatIf] [-Confirm] [<CommonParameters>]
Detailed Description
This cmdlet moves selected tapes to another media pool or media vault.
Important |
|
When you move a tape to any media pool, Veeam Backup & Replication marks this tape as free. |
You can configure automatic moving offline tapes to a vault in the media pool settings. Run the Set-VBRTapeMediaPoolModifies a media pool. cmdlet to edit media pool configuration.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
MediaPool |
Specifies the media pool to which you want to move the tapes.
Accepts the |
True |
Named |
False |
|
|
Medium |
Specifies the array of tapes you want to move.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Vault |
Specifies the media vault to which you want to move the tapes.
Accepts the |
True |
Named |
False |
|
|
Confirm |
Defines whether the cmdlet displays a prompt that asks if the user is sure that they want to continue.
Note: Microsoft PowerShell enables the |
|
False |
Named |
False |
|
WhatIf |
Defines whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Moving Tape to Media Pool [Using Pipeline]
|
This example shows how to move the
Perform the following steps:
|
Example 2. Moving Tape to Vault [Using Variable]
|
This example shows how to move the
Perform the following steps:
|
Related Commands
Get-VBRTapeMediumReturns tapes.Get-VBRTapeMediaPoolReturns media pools.Get-VBRTapeVaultReturns tape vaults.