Get-VBRCapacityExtent
Short Description
Returns the capacity extent.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Detailed Description
This cmdlet returns the capacity extent of scale-out backup repositories. The capacity extent is an object storage repository that is added to the scale-out backup repository.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Repository | Specifies an array of scale-out backup repositories. The cmdlet will return the capacity extent added to this repository. Accepts the VBRScaleOutBackupRepository[] type. | True | Named | True (ByValue, | True |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Example
This example shows how to get the capacity extents added to the scale-out backup repository.
- Run Get-VBRBackupRepository to get scale-out repositories from your backup infrastructure. Save the result to the $repository variable.
- Run Get-VBRCapacityExtent with the $repository variable.
Related Commands