Enable-VMMigration

Enable-VMMigration

Enables migration on one or more virtual machine hosts.

Syntax

Parameter Set: Default
Enable-VMMigration [[-ComputerName] <String[]> ] [-Passthru] [ <CommonParameters>]

Detailed Description

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

Parameters

-ComputerName<String[]>

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

Aliases

none

Required?

false

Position?

1

Default Value

.

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.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • None by default; Microsoft.Virtualization.Powershell.Host if –PassThru is specified.

Examples

Example 1

Enables live migration on the local Hyper-V host.

PS C:\> Enable-VMMigration