Start-VBRCDPWindowsFileRestore
Short Description
Starts Microsoft Windows guest OS file restore session for a CDP replica.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
ToPointInTimeStart-VBRCDPWindowsFileRestore -Replica <VBRCDPReplica> [-ToPointInTime <DateTime>] [-Reason <String>]
[-Credentials <CCredentials>] [-MountHost <CHost>] [<CommonParameters>]
-
LongTermRestorePointStart-VBRCDPWindowsFileRestore -Replica <VBRCDPReplica> -LongTermRestorePoint <VBRCDPLongTermRestorePoint>
[-Reason <String>] [-Credentials <CCredentials>] [-MountHost <CHost>] [<CommonParameters>]
Detailed Description
This cmdlet starts a restore session of guest OS files for a CDP replica that has Microsoft Windows OS.
After you restore the necessary files, you must stop the restore session. After you stop the session, Veeam Backup & Replication will unmount disks from the mount server. Run the Stop-VBRWindowsFileRestoreStops Windows guest OS file restore session. cmdlet to stop the restore session.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials to authenticate with the backup share folder.
Accepts the |
|
False |
Named |
False |
|
LongTermRestorePoint |
Specifies a long-term restore point of a CDP replica. The cmdlet will start the restore session for this restore point.
Accepts the |
|
True |
Named |
False |
|
MountHost |
Specifies the mount server to which machine disks will be mounted. |
|
False |
Named |
False |
|
Reason |
Specifies the reason for starting a restore session. The information you provide will be saved in the session history so that you can reference it later. |
|
False |
Named |
False |
|
Replica |
Specifies the CDP replica for which you want to restore files.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
ToPointInTime |
Specifies date and time when a restore point was created. The cmdlet will start the restore session for the short-term restore point created at the specified date and time or will take the nearest restore point.
If you do not specify this parameter and the
Accepts the |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the FileRestore object that contains settings of a restore session of Windows guest OS files.
Examples
Example 1. Starting Restore Session from a Long-Term Restore Point for CDP Replica
|
This example shows how to start a restore session for Windows guest OS files of the
Perform the following steps:
|
Example 2. Starting Restore Session from a Short-Term Restore Point for CDP Replica
|
This example shows how to start a restore session for Windows guest OS files of the
Perform the following steps:
|
Related Commands
Get-VBRCDPReplicaReturns CDP replicas created by CDP policies including Cloud Director CDP policies, CDP policies, cloud CDP policies and so on.Get-VBRCDPShortTermRestoreIntervalReturns a list of replicated states for VM replicas.Get-VBRCDPLongTermRestorePointReturns a long-term restore point of VM replicas.Get-VBRCredentialsReturns credentials records.