Import-VBRTapeMedium
Short Description
Imports tapes into library.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Import-VBRTapeMedium -Library <VBRTapeLibrary[]> [-Wait] [<CommonParameters>] |
Detailed Description
This cmdlet imports tapes newly loaded to a tape library.
You need to run importing procedure against all new tapes. Importing moves tapes from I/E slot to library standard slots.
|
|
|
Import and export commands are available only for the devices that support corresponding operations and include I/E slot. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
Library |
Specifies the library from which you want to import tapes. |
Accepts the VBRTapeLibrary[] object, GUID or string. To get this object, run the Get-VBRTapeLibrary cmdlet. |
True |
Named |
True (ByValue, |
|
Wait |
Defines that the command waits for the import sessions to complete before accepting more input. |
SwitchParameter |
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. Importing Tapes into Tape Library
|
This example shows how to import tapes to the HP MSL G3 Series 3.00 tape library.
Perform the following steps:
|
Example 2. Importing Tapes into Tape Library [Using Variable]
|
This example shows how to import tapes to the HP MSL G3 Series 3.00 tape library.
Perform the following steps:
|
Related Commands