Start-VBRTapeInventory
Short Description
Starts tape inventory.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Start a tape inventory job for selected libraries.
|
Start-VBRTapeInventory -Library <VBRTapeLibrary[]> [-Wait] [<CommonParameters>] |
- Start a tape inventory job for selected tapes.
|
Start-VBRTapeInventory -Medium <VBRTapeMedium[]> [-Wait] [<CommonParameters>] |
Detailed Description
This cmdlet starts tape inventory process.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
Library |
Specifies the array of tape libraries. The cmdlet will inventory these tape libraries. |
Accepts the VBRTapeLibrary[] object, GUID or string. To get this object, run the Get-VBRTapeLibrary cmdlet |
True |
Named |
True (ByValue, |
|
Medium |
Specifies the array of tapes. The cmdlet will inventory these tapes. |
Accepts the VBRTapeMedium[] object, GUID or string. To get this object, run the Get-VBRTapeMedium cmdlet. |
True |
Named |
True (ByValue, |
|
Wait |
Defines that the command waits for the process 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. Inventorying Selected Library [Using Pipeline]
|
This example shows how to inventory a library.
Perform the following steps:
|
Example 2. Inventorying Selected Tapes [Using Variable]
|
This example shows how to inventory selected tapes.
Perform the following steps:
|
Related Commands