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

Get-VBRAmazonRestoreSession

Short Description

Returns active restore sessions to Amazon EC2.

Applies to

Platform: VMware, Hyper-V

Product Edition: Community, Standard, Enterprise, Enterprise Plus

Syntax

This cmdlet provides the following parameter sets:

  • To get all active restore to Amazon EC2 sessions.

Get-VBRAmazonRestoreSession  [<CommonParameters>]

  • To get for a specific restore to Amazon EC2 sessions.

Get-VBRAmazonRestoreSession [-Session <VBRAmazonRestoreSession>]  [<CommonParameters>]

  • To get the active restore to Amazon EC2 sessions by ID.

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

Detailed Description

This cmdlet returns active restore to Amazon EC2 sessions.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Session

Specifies the restore to Amazon EC2 active session that you want to get.

True

Named

True (ByValue,
ByPropertyName)

 

Id

Specifies the ID of the restore to Amazon EC2 active session you want to get.

False

Named

True (ByPropertyName)

 

<CommonParameters>

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

Return Type

Example

This command gets the active restore session to Amazon EC2.

Get-VBRAmazonRestoreSession -Session "New session"