Get-HCXReplicationSnapshot

This cmdlet retrieves a list of HCX replication snapshots.

Syntax

-Replication  <HCXReplication[]>
[-Id  <String[]>]
[-Server  <HcxServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Replication
HCXReplication[] named
  • pipeline
  • Specifies the replication for which you want to retrieve the snapshot.
    optional
    Id
    String[] named Specifies the IDs of the replication snapshot you want to retrieve. Note: When a list of values is specified for the Id parameter, the returned objects have an ID that matches exactly one of the string values in the list.
    optional
    Server
    HcxServer[] named
  • wildcards
  • Specifies the HCX Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-HCXServer cmdlet.

    Output

    VMware.VimAutomation.Hcx.Types.V1.HCXReplicationSnapshot

    Examples


    Example 1

    Get-HCXReplicationSnapshot -Replication $myReplication

    Retrieves replication snapshots.

    Related Commands

    Feedback

    Was this page helpful?