--- title: "Start-VBRNASBackupFLRSession (obsolete)" description: "This cmdlet mounts backup content and allows you to restore files and folders that are backed-up by file backup jobs. You can mount backup content to one of the following options: Mount backup to the specific restore point." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/start-vbrnasbackupflrsession.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Start-VBRNASBackupFLRSession (obsolete)" dateModified: "2026-08-19" --- # Start-VBRNASBackupFLRSession ## Short Description Starts a restore session to explore objects backed-up by file backup jobs. ::: note This cmdlet is obsolete. Run the [`Start-VBRUnstructuredBackupFLRSession`](start-vbrunstructuredbackupflrsession.md) cmdlet instead. ::: **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
RestorePoint
AllTime
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
NASBackup |
Specifies an array of backup files. The cmdlet will start a file-level restore to recover all versions of backup files that are located on the short-term and long-term repositories. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
NASServer |
Specifies an array of file shares. The cmdlet will start a file-level restore to recover all versions of backup files that are located on the specified file shares. Accepts the |
|
True |
Named |
True (ByPropertyName) |
|
RestorePoint |
Specifies a restore point. The cmdlet will start a file-level restore to recover backup files to the specified restore point. Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |