--- title: "Start-VBRTapeRestore (obsolete)" description: "This cmdlet starts restoring VMs from backup copied to tape. You can restore VMs to a chosen backup repository or to a folder on the server you specify. Choose an appropriate syntax for each option." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/start-vbrtaperestore.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Start-VBRTapeRestore (obsolete)" dateModified: "2026-08-19" --- # Start-VBRTapeRestore ## Short Description Starts VM or database plug-in backups restore from tape. ::: note This cmdlet is obsolete. The cmdlet will still work but it is recommended to perform the tape restore operation with Veeam Backup & Replication UI for full functionality. ::: **Platform**: VMware, Hyper-V ## Syntax This cmdlet provides the following parameter sets:
Repository
Folder
DbPluginRepository
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
DbPluginRestorePoint |
Specifies the restore points of database plug-in backups stored on tape. Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Path |
Specifies the path to the folder where you want to restore the VM. |
|
True |
Named |
False |
|
Reason |
Specifies the reason for restore. |
|
False |
Named |
False |
|
Repository |
Specifies the backup repository where you want to restore the VM. Accepts the |
|
True |
Named |
False |
|
RestorePoint |
Specifies the particular restore points of the VM. You can assign multiple restore points to this object. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
Server |
Specifies the server where you want to restore the VM. |
|
True |
Named |
False |