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

Get-VBRInstantRecovery

In this article

    Short Description

    Returns running Instant VM Recovery session.

    Applies to

    Platform: VMware

    Product Edition: Standard, Enterprise, Enterprise Plus

    Syntax

    Get-VBRInstantRecovery [-Full] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

    Detailed Description

    This cmdlet returns Instant VM Recovery session running at the moment.

    You can get the information about the instant recovery sessions in short or detailed view.

    Return Type

    InstantRecoveryDetails

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Full

    Specifies the information on sessions and history returned in detailed view.

    False

    Named

    False

    False

    <CommonParameters>

    This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

    Example 1

    This command gets the list of the instant recovery sessions in short view.

    PS C:\PS> Get-VBRInstantRecovery

    Example 2

    This command gets the list of the instant recovery sessions in detailed view.

    PS C:\PS> Get-VBRInstantRecovery -Full