Find-VBRTapeCatalogItem
Short Description
Looks for files or folders backed-up by tape jobs.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Find (Default)Find-VBRTapeCatalogItem [-Server <CHost>] [-CatalogItem <VBRTapeCatalogItem[]>] [-Name <String[]>] [<CommonParameters>]
-
ResolvePathFind-VBRTapeCatalogItem -CatalogItem <VBRTapeCatalogItem[]> [-ResolvePath] [<CommonParameters>]
Detailed Description
This cmdlet looks for files or folders backed-up by tape jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CatalogItem |
Specifies a file or folder. This parameter is used to search further based on the results of the initial search without this parameter.
Accepts the |
|
False |
Named |
False |
|
Name |
Specifies the name of the file or folder. The cmdlet will filter files and folders by this value. |
|
False |
Named |
False |
|
ResolvePath |
Defines that the cmdlet will set correct path for all returned files or folders. It is used to view the full path to existing files or folders. |
|
True |
Named |
False |
|
Server |
Specifies the server where files were backed up from. The cmdlet will find files and folders backed up from this server.
Accepts the |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRTapeCatalogItem object that defines the tape catalog item (file, folder) with the following attributes: Name, Id, HostId, Path, IsDirectory, Size, CreationTime, LastWriteTime.
Examples
Example 1. Finding Files and Folders Backed-Up from Certain Server
|
This example shows how to find files and folders backed-up from the certain server.
Perform the following steps:
|
Example 2. Finding Certain File Backed-Up by Tape Job
|
This example shows how to find a certain file in the
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.