Mount-VBRWindowsFileRestoreItems

Short Description

Mounts disks of VMs for which restore is launched to the Veeam Backup & Replication console.

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Mount-VBRWindowsFileRestoreItems [-Session <CRestoreSession>] [-FileRestore <FileRestore>]  [<CommonParameters>]

Detailed Description

This cmdlet mounts disks of VMs for which restore is launched to the Veeam Backup & Replication console. After the disks are mounted, you can use Microsoft Windows File Explorer to work with restored files and folders. By default, the disks are mounted to the C:\VeeamFLR\ folder.

Note

It is recommended that you use Microsoft Windows File Explorer only to view file content, not to restore files. For guest OS file restore, use the Start-VBRWindowsGuestItemRestore cmdlet.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Session

Specifies a session of Microsoft Windows guest OS file restore. The cmdlet will mount disks of the VMs for which the restore sessions was launched to the Veeam Backup & Replication console.

Note: The restore session must be started within the current PowerShell session.

This parameter is required if the FileRestore parameter is not specified.

Accepts the CRestoreSession object. To create this object, run the Get-VBRRestoreSession cmdlet.

False

Named

False

FileRestore

Specifies a session of Microsoft Windows guest OS file restore. The cmdlet will mount disks of the VMs for which the restore sessions was launched to the Veeam Backup & Replication console.

Note: The restore session must be started within the current PowerShell session.

This parameter is required if the Session parameter is not specified.

Accepts the FileRestore object. To create this object, run the Start-VBRWindowsFileRestore cmdlet.

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

None.