Get-VBRAzureInstantRecovery
Short Description
Returns an array of objects on the Instant Recovery to Microsoft Azure operation.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Return an array of all objects related to the Instant Recovery to Microsoft Azure operation.
Get-VBRAzureInstantRecovery [<CommonParameters>] |
- Return specific object related to the Instant Recovery to Microsoft Azure operation.
Get-VBRAzureInstantRecovery [-InstantRecovery <VBRAzureInstantRecovery>] [<CommonParameters>] |
- Return objects by the IDs of the Instant Recovery to Microsoft Azure operation.
Get-VBRAzureInstantRecovery [-Id <guid[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of objects. Each object contains information about the Instant Recovery to Microsoft Azure operation. The objects include the following properties:
- RestorePointId: The ID of the restore point used for recovery.
- Platform: The platform that hosts the recovered workload.
- State: The current state of the Instant Recovery operation.
- TargetVm: The Microsoft Azure VM created during the Instant Recovery process.
- Log: The log sessions for the Instant Recovery to Microsoft Azure operation.
- Id: The ID of the Instant Recovery to Microsoft Azure operation.
You can use this object to get additional log sessions on the Instant Recovery Microsoft Azure operation and to finalize the migration.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
InstantRecovery | Specifies the Instant Recovery to Microsoft Azure operations. The cmdlet will return an array of objects with information on these operations. | Accepts the VBRAzureInstantRecovery object. To create this object, run the Start-VBRAzureInstantRecovery cmdlet. | False | Named | True |
Id | Specifies an array of IDs of Instant Recovery to Microsoft Azure operations. The cmdlet will return information on these operations. | Guid[] | False | Named | True |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting Information on All Instant Recovery to Microsoft Azure Operations
This command returns information on all Instant Recovery to Microsoft Azure operations.
|
Example 2. Getting Information on Specific Instant Recovery to Microsoft Azure Operation
This command returns information on the Instant Recovery to Microsoft Azure operation that restores the Tech VM.
Perform the following steps:
|
Example 3. Getting Information on Instant Recovery to Microsoft Azure Operation by ID
This command returns information on an Instant Recovery to Microsoft Azure operation by its ID.
|
Example 4. Getting Information on Microsoft Azure VM
This example shows how to get information on Microsoft Azure VM created during Instant Recovery.
Perform the following steps:
The cmdlet will return an array of Instant Recovery to Microsoft Azure operations. Mind the ordinal number of the session (in our example, it is the second restore session in the array).
|
Related Commands