This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRFCDInstantRecoverySession

Short Description

Returns an array of FCD recovery sessions.

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VBRFCDInstantRecoverySession [-Id <guid[]>]  [<CommonParameters>]

Detailed Description

This cmdlets returns an array of sessions that are running to perform FCD recovery.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies an array of IDs  that are running to perform FCD recovery. The cmdlet will return recovery sessions with these IDs.

Guid[]

False

Named

True (ByPropertyName)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBRFCDInstantRecoverySession [ ] object that contains an array of sessions that are running to perform FCD recovery.

Examples

Get-VBRFCDInstantRecoverySessionExample 1. Getting all Sessions Running to Perform FCD Recovery

Get-VBRFCDInstantRecoverySessionExample 2. Getting Specific Sessions Running to Perform FCD Recovery