Enable-VMMigration

Enables migration on one or more virtual machine hosts.

Syntax

Enable-VMMigration
      [[-ComputerName] <String[]>]
      [-Passthru]

Description

The Enable-VMMigration cmdlet enables migration on one or more virtual machine hosts.

Examples

Example 1

PS C:\>Enable-VMMigration

Enables live migration on the local Hyper-V host.

Parameters

-ComputerName

Specifies one or more Hyper-V hosts on which migration is to be enabled.

Type:String[]
Position:1
Default value:.
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Passthru

Specifies that a Microsoft.Virtualization.Powershell.Host object is to be passed through to the pipeline representing each virtual machine host on which migration is to be enabled.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

None

Default

Microsoft.Virtualization.Powershell.Host

If -PassThru is specified.