--- title: "Get-VBRObjectRestorePoint" description: "This cmdlet returns restore points created by jobs." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrobjectrestorepoint.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Managing Security Settings > Malware Detection > Get-VBRObjectRestorePoint" dateModified: "2026-08-19" --- # Get-VBRObjectRestorePoint ## Short Description Returns restore points created by jobs. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AllParameterSets (Default)
Backup
Id
Name
ObjectId
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Backup |
Specifies an array of backup or replica objects. The cmdlet will return restore points of these backups or replicas. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Id |
Specifies an array of IDs, The cmdlet will return restore points of these backups or replicas. |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies an array of names for backed-up machines or replicated VMs. The cmdlet will return restore points of these machines. Note: For Cloud Director and CDP replica you must specify a vApp. |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
ObjectId |
Specifies an array of IDs of backed-up hosts and machines. The cmdlet will return restore points of these hosts and machines. |
|
True |
Named |
True (ByPropertyName, ByValue) |