Get-VBODataRetrievalObject
Short Description
Returns objects whose backed-up data was retrieved from an object storage repository by retrieval job.
Syntax
|
Get-VBODataRetrievalObject -DataRetrieval <VBODataRetrieval> [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of objects whose backed-up data was retrieved from an object storage repository by the specified retrieval job.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
DataRetrieval |
Specifies a retrieval job. The cmdlet will return objects whose backed-up data was retrieved by this retrieval job.
Accepts the
To get this object, run the |
True |
Named |
True (ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Examples
Getting Retrieval Objects
This example shows how to get objects whose backed-up data was retrieved by the specified retrieval job.
|
$retrievaljob = Get-VBODataRetrieval -Id 3192dfc9-353f-468f-91b6-c66e5710c63f Get-VBODataRetrievalObject -DataRetrieval $retrievaljob |
Perform the following steps:
- Run the
Get-VBODataRetrievalReturns retrieval jobs. cmdlet. Specify theIdparameter value. Save the result to the$retrievaljobvariable. - Run the
Get-VBODataRetrievalObjectcmdlet with the$retrievaljobvariable as theDataRetrievalparameter value.
Related Commands
Get-VBODataRetrievalReturns retrieval jobs.