Get-VBRAzureApplianceSession
Short Description
Returns statuses of deployment sessions for helper restore appliance.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides 3 parameter sets.
- For getting the statuses of all sessions:
- For getting the status of a specific session:
- For getting the status of a specific session by the session ID:
Detailed Description
This cmdlet returns status of process initiated by the Deploy-VBRAzureLinuxRestoreAppliance cmdlet.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Id | Specifies the ID of the session. The cmdlet will return the statuses of the sessions with this ID. | False | Named | True (ByProperty | False |
Session | Specifies the session. The cmdlet will return the status of this session. | False | Named | True (ByValue, | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Return Type
Example 1
This command returns statuses of all sessions.
Example 2
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 Deploy-VBRAzureLinuxRestoreAppliance for details.