Help Center
Choose product document...
Veeam Backup & Replication 9.5 [Archived]
PowerShell Reference

Get-VBRFilesInRestorePoint

Short Description

Returns files in a selected restore point.

Applies to

Platform: VMware, VMware vCloud Director

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Get-VBRFilesInRestorePoint [-RestorePoint] <COib> [-Name <String[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

Detailed Description

This cmdlet returns files in a selected restore point.

With this cmdlet, you can get files in restore points created by the following types of jobs:

  • Backup jobs
  • Backup copy jobs
  • vCloud Director backup jobs
  • Veeam Agent backup job for Windows computers (only volume level backups)

You can get the list of all files in a selected restore point or look for instances directly by name.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

RestorePoint

Specifies the restore points for which you want to get the list of files.

True

1

True (ByValue,
ByProperty
Name)

False

Name

Specifies the array of names of files you want to get.

False

Named

False

True

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Return Type

COIBFileInfo

Example 1

This command gets the list of files in the last restore point of the backup named "Webservices Backup". The restore point is obtained with Get-VBRRestorePoint and piped down.

PS C:\PS> Get-VBRRestorePoint -Name "Webservices Backup" | Select -Last 1 | Get-VBRFilesInRestorePoint

Example 2

This command gets the list of files in the restore point represented by the $restorepoint variable. The restore point is obtained with Get-VBRRestorePoint and assigned to the variable beforehand.

PS C:\PS> Get-VBRFilesInRestorePoint -RestorePoint $restorepoint

Related Commands

Get-VBRRestorePoint

Veeam Large Logo

User Guide for VMware vSphere

User Guide for Microsoft Hyper-V

Enterprise Manager User Guide

Veeam Cloud Connect Guide

Veeam Agent Management Guide

Veeam Backup Explorers User Guide

Backup and Restore of SQL Server Databases

PowerShell Reference

RESTful API Reference

Veeam Backup FREE Edition User Guide