--- title: "Get-VBRSOBRObjectStorageRestorePoint" description: "This cmdlet returns restore points of machines stored in archive extents and capacity extents of a scale-out backup repository. You can use the restore points you get with this cmdlet only in the removal operations." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrsobrobjectstoragerestorepoint.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup > Managing Restore Points > Get-VBRSOBRObjectStorageRestorePoint" dateModified: "2026-08-19" --- # Get-VBRSOBRObjectStorageRestorePoint ## Short Description Returns restore points stored in archive extents and capacity extents of a scale-out backup repository. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Name (Default)
Backup
Id
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ArchiveTier |
Defines that the cmdlet will return restore points of machines stored in archive extents. Note: You do not need to provide this parameter if you specify the IDs of backed-up machines. |
|
False |
Named |
False |
|
Backup |
Specifies an array of backups stored in archive extents or capacity extents. The cmdlet will return restore points of these backups. Accepts the |
True |
Named |
True (ByValue) |
|
|
CapacityTier |
Defines that the cmdlet will return restore points of machines stored on capacity extents. Note: You do not need to provide this parameter if you specify the IDs of backed-up machines. |
|
False |
Named |
False |
|
Id |
Specifies an array of IDs of backed-up machines. The cmdlet will return restore points of these machines. |
|
True |
Named |
False |
|
Name |
Specifies an array of names for machines. The cmdlet will return restore points of these machines. |
|
False |
Named |
False |