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

Get-VBRCapacityExtent

Short Description

Returns capacity extents.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

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

Detailed Description

This cmdlet returns an array of capacity extents for 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
Pipeline
Input

Accept
Wildcard
Characters

Repository

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

Accepts the VBRScaleOutBackupRepository[] type.

True

Named

True (ByValue,
ByProperty
Name)

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 capacity extents added to the scale-out backup repository.

  1. Run Get-VBRBackupRepository to get scale-out repositories from your backup infrastructure. Save the result to the $repository variable.
  2. Run Get-VBRCapacityExtent with the $repository variable.

$repository = Get-VBRBackupRepository -ScaleOut

Get-VBRCapacityExtent -Repository $repository

Related Commands

Get-VBRBackupRepository

I want to report a typo

There is a misspelling right here:

 

I want to let the Veeam Documentation Team know about that.