Get-VBRUnstructuredBackupJob
Short Description
Returns 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-VBRUnstructuredBackupJob [<CommonParameters>]
-
NameGet-VBRUnstructuredBackupJob -Name <String[]> [<CommonParameters>]
-
IdGet-VBRUnstructuredBackupJob -Id <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns 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 jobs with the specified ID. |
|
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 jobs with the specified name. |
|
True |
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 VBRUnstructuredBackupJob object that contains settings of file backup jobs and object storage backup jobs.
Examples
Example 1. Getting File Backup Job by Name
|
This command returns the
|
Example 2. Getting Object Storage Backup Job by ID
|
This command returns the
|