Stop-VBRFCDInstantRecovery
Short Description
Stops the FCD instant recovery session.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Stop-VBRFCDInstantRecovery [-Session] <VBRFCDInstantRecoverySession> [-Force] [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet stops the FCD instant recovery session.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Force |
Defines that the cmdlet will stop FCD instant recovery session without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
Session |
Specifies an FCD instant recovery session that you want to stop.
Accepts the |
|
True |
0 |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Stopping FCD Instant Recovery Session
This example shows how to stop the Id 49664A5F-9C55-4A1F-8E6A-1CD5705A684B FCD instant recovery session.
|
$fcdInstantRecovery = Get-VBRFCDInstantRecoverySession -Id "49664A5F-9C55-4A1F-8E6A-1CD5705A684B" Stop-VBRFCDInstantRecovery -Session $fcdInstantRecovery |
Perform the following steps:
- Run the
Get-VBRFCDInstantRecoverySessionReturns an array of FCD recovery sessions. cmdlet. Specify theIdparameter value. Save the result to the$fcdInstantRecoveryvariable. - Run the
Stop-VBRFCDInstantRecoverycmdlet. Set the$fcdInstantRecoveryvariable as theSessionparameter value.
Related Commands
Get-VBRFCDInstantRecoverySessionReturns an array of FCD recovery sessions.