Stop-VBRNASBackupFLRSession (obsolete)
Short Description
Stops restore sessions started to recover backups created by file backup jobs.
Note |
|
This cmdlet is obsolete. Run the |
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Stop-VBRNASBackupFLRSession -Session <VBRNASBackupFLRSession> [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet stops restore sessions started to recover backups created by file backup jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
Session |
Specifies a restore session. The cmdlet will stop this restore session.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Stopping Restore Sessions
This example shows how to stop a restore session that is started to recover backups created by file backup jobs.
|
$session = Get-VBRNASBackupFLRSession Stop-VBRNASBackupFLRSession -Session $session |
Perform the following steps:
- Run the
Get-VBRNASBackupFLRSessionReturns restore sessions started to recover backups created by file backup jobs. This cmdlet is obsolete. Run the Get-VBRUnstructuredBackupFLRSession cmdlet instead. cmdlet. Save the result to the$sessionvariable. - Run the
Stop-VBRNASBackupFLRSessioncmdlet. Set the$sessionvariable as theSessionparameter value.
Related Commands
Get-VBRNASBackupFLRSessionReturns restore sessions started to recover backups created by file backup jobs. This cmdlet is obsolete. Run the Get-VBRUnstructuredBackupFLRSession cmdlet instead.