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

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 VBODataRetrieval object.

To get this object, run the Get-VBODataRetrievalReturns retrieval jobs. cmdlet.

VBODataRetrieval

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:

  1. Run the Get-VBODataRetrievalReturns retrieval jobs. cmdlet. Specify the Id parameter value. Save the result to the $retrievaljob variable.
  2. Run the Get-VBODataRetrievalObject cmdlet with the $retrievaljob variable as the DataRetrieval parameter value.

Get-VBODataRetrievalReturns retrieval jobs.

Page updated 2026-08-21

Page content applies to build 8.6.0.1102