This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBODataRetrievalObject

Short Description

Returns objects whose backed-up data was retrieved from object storage 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 object storage by the specified retrieval job.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

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

True

Named

True (ByValue)

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Examples

Get-VBODataRetrievalObjectExample 1. Getting Retrieval Objects

Related Commands

Get-VBODataRetrieval