--- title: "Get-VBRNASBackupRestorePoint (obsolete)" description: "This cmdlet returns restore points created by file backup jobs." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrnasbackuprestorepoint.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Get-VBRNASBackupRestorePoint (obsolete)" dateModified: "2026-08-19" --- # Get-VBRNASBackupRestorePoint ## Short Description Returns restore points of backups created by file backup jobs. ::: note This cmdlet is obsolete. Run the [`Get-VBRUnstructuredBackupRestorePoint`](get-vbrunstructuredbackuprestorepoint.md) cmdlet instead. ::: **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AllParameterSets (Default)
Id
NasBackup
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs of backed-up file shares. The cmdlet will return restore points of these file shares. |
|
True |
Named |
False |
|
NASBackup |
Specifies an array of backup files created by the file backup job. The cmdlet will return restore points that are available for these backup files. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
NASServer |
Specifies an array of file shares. The cmdlet will return backup files that are located on these file shares. Accepts the |
|
False |
Named |
True (ByPropertyName) |