Start-HCXReplication

This cmdlet starts an HCX replication.

Syntax

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

Parameters

Required Parameter Name Type Position Features Description
required
Replication
HCXReplication[] named
  • pipeline
  • Specifies the list of replication requests. If you want to retrieve a replication request, use the New-HCXReplication cmdlet.
    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

    Start-HCXReplication -Replication $myReplication

    Starts the replication task.

    Related Commands

    Feedback

    Was this page helpful?