Stop-VBRWindowsFileRestore
Short Description
Stops Windows guest OS file restore session.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Stop Windows guest OS file restore session.
|
Stop-VBRWindowsFileRestore [-FileRestore <FileRestore>] [<CommonParameters>] |
- Unmount guest OS disks.
|
Stop-VBRWindowsFileRestore [-MountPoint <String>] [<CommonParameters>] |
Detailed Description
This cmdlet stops Windows guest OS file restore session initiated with the Start-VBRWindowsFileRestore cmdlet.
|
Note |
|
Note that you cannot restore files after the disks are unmounted. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
FileRestore |
Specifies the running Windows guest OS file restore session you want to stop. |
Accepts the FileRestore object. To create this object, run the Start-VBRWindowsFileRestore cmdlet. |
False |
1 |
False |
|
MountPoint |
Specifies the path to the mounted disk. |
String |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
None.
Examples
Example 1. Stopping Restore Session of Windows Guest OS Files
|
This example shows how to stop a restore session of Windows guest OS files of the WinSrv25 machine.
Perform the following steps:
|
Example 2. Unmounting Windows Guest OS Disks
|
This command unmounts Windows Guest OS Disks from the C:\Disks mount point.
|
Related Commands