Get-VBRAmazonRestoreSession
Short Description
Returns active restore sessions to Amazon EC2.
Platform: VMware, Hyper-V
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRAmazonRestoreSession [<CommonParameters>]
-
SessionGet-VBRAmazonRestoreSession [-Session <VBRAmazonRestoreSession>] [<CommonParameters>]
-
IdGet-VBRAmazonRestoreSession [-Id <Guid>] [<CommonParameters>]
Detailed Description
This cmdlet returns active restore to Amazon EC2 sessions.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies the ID of the restore to Amazon EC2 active session you want to get. |
|
False |
Named |
True (ByPropertyName) |
|
Session |
Specifies the restore to Amazon EC2 active session that you want to get. |
|
False |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRAmazonRestoreSession
Examples
Example 1. Getting Active Restore Session to Amazon EC2
This command gets the active restore session to Amazon EC2.
|
Get-VBRAmazonRestoreSession -Session "New session" |