Find-VBRTapeCatalogVersion (obsolete)
Short Description
Looks for versions of files stored on tapes.
Note |
This cmdlet is obsolete. The cmdlet still works but may not be supported in further versions. |
Applies to
Platform: VMware, Hyper-V
Syntax
Find-VBRTapeCatalogVersion [-Name <String[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] -OR- Find-VBRTapeCatalogVersion [-CatalogFile <CatalogueFile>] [-Name <String[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Detailed Description
This cmdlet looks for versions of files stored on tapes that are managed by Veeam Backup & Replication.
File version is used as a file restore point.
You can get the list of all files and their versions that are stored on tapes or narrow down the output by file name or object of file you need.
Run the Find-VBRTapeCatalog cmdlet to get the list of files stored on tapes.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Name | Specifies the name of the file you want to get versions for, or search conditions. You can specify multiple names separated by commas. | String[] | False | Named | False |
CatalogFile | Specifies the file you want to get versions for. | Accepts the CatalogueFile object. To get this object, run the Find-VBRTapeCatalog cmdlet. | False | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Getting Most Recent Version of File
This example shows how to look for the most recent version of the Payroll_Marketing.html file.
Perform the following steps:
|
Example 2. Getting Versions of Specific File
This example shows how to look for versions of the Payroll_Marketing.html file.
Perform the following steps:
|
Related Commands