--- title: "Start-VBRNDMPVolumeRestore" description: "This cmdlet restores data from the tape device to an NDMP server. For SMTape backup restore to the NetApp NDMP server, the target volume specified in the Path parameter must already exist on the target NetApp SVM as a Data Protection volume in..." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/start-vbrndmpvolumerestore.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Tape Devices > NDMP Volumes Restore > Start-VBRNDMPVolumeRestore" dateModified: "2026-08-19" --- # Start-VBRNDMPVolumeRestore ## Short Description Restores data from tape to an NDMP server. **Product Edition**: Enterprise ## Syntax This cmdlet provides the following parameter sets:
ToOriginal
DifferentLocation
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
EnableVolumeWriteAccess |
For NetApp NDMP volume restore to another location. Enables the option to make the target Data Protection volume available for write operations after the recovery is finished. |
|
False |
Named |
False |
|
Path |
For restore to another location. Specifies the path to the volume on the target NDMP server. Veeam Backup & Replication will restore the data to that volume. |
|
True |
Named |
False |
|
PreserveFolderHierarchy |
For restore to another location. Defines that Veeam Backup & Replication will preserve folder hierarchy. |
|
False |
Named |
False |
|
RestorePoint |
Specifies the restore point to which you want to restore the selected volume. Accepts the |
True |
Named |
False |
|
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
Server |
For restore to another location. Specifies the target NDMP server. Veeam Backup & Replication will restore the volumes to that server. Accepts the |
|
True |
Named |
False |
|
ToOriginalLocation |
Defines that the cmdlet will start the restore to the original NDMP server. Note: This option is not available for restores from NetApp SMTape backups. |
|
True |
Named |
False |