Remove-HCXSitePairing Command | Vmware PowerCLI Reference

Remove-HCXSitePairing

This cmdlet removes the specified site pairing from the HCX. This unpairs the connection between the source site and the remote cloud site.

Syntax

Remove-HCXSitePairing
-SitePairing < HCXSitePairing[] >
[-ProgressAction < ActionPreference > ]
[-Server < HcxServer[] > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
SitePairing HCXSitePairing[] named
  • pipeline
Specifies the list of the site pairing objects that you want to delete.
optional ProgressAction ActionPreference named
optional Server HcxServer[] named
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.hcx.appliance.model.HCXJob

Examples

Example 1

Remove-HCXSitePairing -SitePairing $sitePairing

Removes a site pairing.

Related Commands

HCXSite

This cmdlet retrieves a list of HCX sites.

HCXSitePairing

This cmdlet retrieves a list of site pairings from the HCX.

This cmdlet creates an HCX site pairing request.

This cmdlet removes the specified site pairing from the HCX.