Get-VBRCapacityExtent

Short Description

Returns the capacity extents.

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VBRCapacityExtent -Repository <VBRScaleOutBackupRepository[]> [<CommonParameters>]

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 and constitutes a capacity tier.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Repository

Specifies an array of scale-out backup repositories. The cmdlet will return the capacity extent added to this repository.

Accepts the VBRScaleOutBackupRepository[] object. To get the object, run the Get-VBRBackupRepositoryReturns a list of backup repositories. cmdlet.

VBRScaleOutBackupRepository[]

True

Named

True (ByPropertyName, ByValue)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRCapacityExtent[]

Examples

Getting Capacity Extents Added to Scale-Out Backup Repository

This example shows how to get the capacity extents added to the scale-out backup repository.

$repository = Get-VBRBackupRepository -ScaleOut

Get-VBRCapacityExtent -Repository $repository

Perform the following steps:

  1. Run the Get-VBRBackupRepositoryReturns a list of backup repositories. cmdlet. Provide the ScaleOut parameter. Save the result to the $repository variable.
  2. Run the Get-VBRCapacityExtent cmdlet. Set the $repository variable as the Repository parameter value.

Get-VBRBackupRepositoryReturns a list of backup repositories.

Page updated 2026-08-19

Page content applies to build 13.1.1.18