Get-VBRUnstructuredBackup
Short Description
Returns backup files created by file backup jobs and object storage backup jobs.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRUnstructuredBackup [<CommonParameters>]
-
NameGet-VBRUnstructuredBackup -Name <String[]> [<CommonParameters>]
-
IdGet-VBRUnstructuredBackup -Id <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns backup files created by file backup jobs and object storage backup jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs for file backup jobs and object storage backup jobs. The cmdlet will return an array of backup files that are created by these jobs. |
|
True |
Named |
False |
|
Name |
Specifies an array of names for file backup jobs and object storage backup jobs. The cmdlet will return an array of backup files that are created by these jobs. |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting Backup Files Created by File Backup Job
|
This command gets backup files that are created by the
|
Example 2. Getting Backup Files by Object Storage Backup Job
|
This command gets backup files that are created by the
|