Get-VBRRepositoryExtent
Short Description
Returns scale-out performance extents.
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRRepositoryExtent -Repository <VBRScaleOutBackupRepository> [<CommonParameters>]  | 
Detailed Description
This cmdlet returns performance extents of scale-out backup repositories.
Parameters
Parameter  | Description  | Type  | Required  | Position  | Accept  | 
|---|---|---|---|---|---|
Repository  | Specifies the scale-out backup repository. The cmdlet will return performance extents added to this repository.  | Accepts the GUID, or the String (repository name), or the VBRScaleOutBackupRepository object. To get this object, run the Get-VBRBackupRepository cmdlet.  | True  | Named  | True (ByValue,  | 
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting Performance Extents of Scale-Out Backup Repository
This command returns performance extents of the Veeam Performance Scale-Out Repository. The scale-out repository is specified by name. 
  | 
Example 2. Getting Performance Extents of Scale-Out Backup Repository [Using Pipeline]
This example shows how to return performance extents of the Veeam Performance Scale-Out Repository. 
 Perform the following steps: 
  | 
Example 3. Getting Performance Extents of Scale-Out Backup Repository [Using Variable]
This example shows how to return performance extents of the Veeam Performance Scale-Out Repository. 
 Perform the following steps: 
  | 
Related Commands