Get-VBODataRetrievalObject
Short Description
Returns objects whose backed-up data was retrieved from object storage by retrieval job.
Syntax
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
Example 1. Getting Retrieval Objects
This example shows how to get objects whose backed-up data was retrieved by the specified retrieval job.
Perform the following steps:
|
Related Commands