This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRReplica

In this article

    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
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    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:

    • Local: non-cloud replicas.
    • Cloud: [for cloud user] cloud replicas.
    • Tenant: [for cloud provider] cloud replicas created by cloud user.

    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.

    PS C:\PS> Get-VBRReplica

    Example 2

    This command looks for the replicas created with the "DC Replica" replication job.

    PS C:\PS> Get-VBRReplica -Name "DC Replica"