Get-VBRArchiveExtent
Short Description
Returns the archive extent.
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRArchiveExtent -Repository <VBRScaleOutBackupRepository[]> [<CommonParameters>] |
Detailed Description
This cmdlet returns the archive extent of scale-out backup repositories. The archive extent is an archive object storage repository that is added to the scale-out backup repository.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Repository |
Specifies an array of scale-out backup repositories. The cmdlet will return the archive extent added to this repository.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Getting Archive Extent
This example shows how to get the archive extents added to the scale-out backup repositories.
|
$repository = Get-VBRBackupRepository -ScaleOut Get-VBRArchiveExtent -Repository $repository |
Perform the following steps:
- Run the
Get-VBRBackupRepositoryReturns a list of backup repositories. cmdlet. Provide theScaleOutparameter. Save the result to the$repositoryvariable. - Run the
Get-VBRCArchiveExtentcmdlet. Set the$repositoryvariable as theRepositoryparameter value.
Related Commands
Get-VBRBackupRepositoryReturns a list of backup repositories.