Get-VBRAzureApplianceSession
Short Description
Returns statuses of deployment sessions for helper restore appliance.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRAzureApplianceSession [<CommonParameters>]
-
SessionGet-VBRAzureApplianceSession [-Session <VBRAzureApplianceSession>] [<CommonParameters>]
-
IdGet-VBRAzureApplianceSession [-Id <Guid>] [<CommonParameters>]
Detailed Description
This cmdlet returns status of process initiated by the Deploy-VBRAzureLinuxRestoreApplianceDeploys or removes helper appliances for restoring Linux VMs to Microsoft Azure. cmdlet.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies the ID of the session. The cmdlet will return the statuses of the sessions with this ID. |
|
False |
Named |
True (ByPropertyName) |
|
Session |
Specifies the session. The cmdlet will return the status of this session.
Accepts the |
False |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting Statuses of All Sessions
|
This command returns statuses of all sessions.
|
Example 2. Getting Status of Specific Session
|
This command returns status of a specific session. In this example, we assume that the user saved the session to a variable when they deployed the appliance. See examples for the
|