Get-VBRRepositoryExtent
Short Description
Returns scale-out backup repository extents.
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus
Syntax
Detailed Description
This cmdlet returns extents of scale-out backup repositories.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Repository | Specifies the scale-out backup repository. The cmdlet will return the extents added to this repository. Accepts VBRScaleOutBackupRepository, GUID or string (repository name) types. | 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.
Return Type
Example 1
This command returns extents of the "Veeam Performance Scale-Out Repository". The scale-out repository is specified by name.
Example 2
This command returns extents of the "Veeam Performance Scale-Out Repository".
The scale-out repository is obtained with Get-VBRBackupRepository and piped down.
Example 3
This command returns extents of the "Veeam Performance Scale-Out Repository".
The scale-out repository is obtained with Get-VBRBackupRepository and assigned to the '$scaleoutrepository' variable.
$scaleoutrepository = Get-VBRBackupRepository -Name "Veeam Performance Scale-Out Repository" Get-VBRRepositoryExtent -Repository $scaleoutrepository |
Related Commands