Get-HCXReplication Command | Vmware PowerCLI Reference

Get-HCXReplication

This cmdlet retrieves a list of HCX replications.

Syntax

Get-HCXReplication
[-Id < String[] > ]
[-ProgressAction < ActionPreference > ]
[-Server < HcxServer[] > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
optional Id String[] named
Specifies the IDs of the replication 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 ProgressAction ActionPreference named
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.HCXReplication

Examples

Example 1

Get-HCXReplication

Retrieves a list of replications.

Example 2

Get-HCXReplication -Id "myReplicationId"

Retrieves a replication by the replication ID.

Related Commands

HCXReplication

This cmdlet retrieves a list of HCX replications.

This cmdlet creates an HCX replication request.

This cmdlet removes an existing HCX replication.

This cmdlet resumes an HCX replication.

This cmdlet modifies an existing HCX replication.

This cmdlet starts an HCX replication.

This cmdlet suspends an existing HCX replication.

This cmdlet validates an HCX replication request.

HCXReplicationSnapshot

This cmdlet retrieves a list of HCX replication snapshots.