Start-HCXMobilityGroupMigration
This cmdlet starts the HCX Mobility Group migrations.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
String | named |
|
Specifies the ID of the mobility group that you can use to identify any particular group. | optional |
|
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. |
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
HCXMobilityGroup | named |
|
Specifies a full mobility group definition. | optional |
|
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.VimAutomation.Hcx.Types.V1.HCXMobilityGroup
Examples
Example 1
Start-HCXMobilityGroupMigration -Id "mobilityGroupId"
Starts migrations of all virtual machines in the mobility group with a specified ID.
Example 2
Start-HCXMobilityGroupMigration -MobilityGroup $mobilityGroup
Starts migrations of all virtual machines in the specified mobility group.
Related Commands
HCXMobilityGroup
This cmdlet retrieves a list of HCX mobility groups.
This cmdlet modifies the HCX mobility group.
This cmdlet validates an HCX mobility group object.
This cmdlet creates an HCX mobility group request.
HCXMobilityGroupConfiguration
This cmdlet updates the HCX mobility group configurations.
This cmdlet creates an HCX mobility group configuration request.
HCXMobilityGroupMigration
This cmdlet starts the HCX Mobility Group migrations.
This cmdlet stops the migration of all virtual machines in the mobility group.