Get-VBRReplica
Short Description
Returns VM replicas or cloud VM replicas.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Get-VBRReplica [-Name <string[]>] [-Type <VBRReplicaType> {Local | Cloud | Tenant}] [<CommonParameters>] |
Detailed Description
This cmdlet returns VM replicas or cloud VM replicas managed by Veeam Backup & Replication.
You can look for all VM replicas or for replicas created by a particular replication job.
With this cmdlet, you call get the replicas that are managed by your backup console. In case you have removed some replicas from the Veeam Backup console, but they remain on disk, you will not be able to get them.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Name | Specifies the name of the replica you want to get, or search conditions. You can specify multiple names separated by commas. | False | Named | False | True |
Type | Specifies the type of the replica you want to get:
The cmdlet will return the replicas of the selected type. | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example 1
This command looks for all replicas managed by Veeam Backup & Replication.
Example 2
This command looks for the replicas created with the "DC Replica" replication job.