PowerCLI Reference

Start-HCXMobilityGroupMigration

Synopsis

This cmdlet starts the HCX Mobility Group migrations.

Syntax

Start-HCXMobilityGroupMigration [-Confirm] -Id <String> [-Server <HcxServer[]>] [-WhatIf] [<CommonParameters>]

Start-HCXMobilityGroupMigration [-Confirm] -MobilityGroup <HCXMobilityGroup> [-Server <HcxServer[]>] [-WhatIf] [<CommonParameters>]

Related Commands

Detailed Description

This cmdlet starts the HCX Mobility Group migrations.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falseFalse
IdStringSpecifies the ID of the mobility group that you can use to identify any particular group.trueFalse
MobilityGroupHCXMobilityGroupSpecifies a full mobility group definition.trueTrue (ByValue)
ServerHcxServer[]Specifies the HCX Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-HCXServer cmdlet.falseFalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falseFalse

Return Type

VMware.VimAutomation.Hcx.Types.V1.HCXMobilityGroup

Notes

Examples

-------------------------- Example 1 --------------------------

PS C:\> Start-HCXMobilityGroupMigration -Id "mobilityGroupId"

Starts migrations of all virtual machines in the mobility group with a specified ID.

-------------------------- Example 2 --------------------------

PS C:\> Start-HCXMobilityGroupMigration -MobilityGroup $mobilityGroup

Starts migrations of all virtual machines in the specified mobility group.


Copyright © VMware, Inc. All rights reserved.