Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Set-VMMigrationNetwork

Module:
Hyper-V Module

Sets the subnet, subnet mask, and/or priority of a migration network.

Syntax

ComputerName (Default)

Set-VMMigrationNetwork
 [-Subnet] <String>
 [[-NewSubnet] <String>]
 [-ComputerName <String[]>]
 [-Credential <PSCredential[]>]
 [-NewPriority <UInt32>]
 [-Passthru]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

CimSession

Set-VMMigrationNetwork
 [-Subnet] <String>
 [[-NewSubnet] <String>]
 [-CimSession <CimSession[]>]
 [-NewPriority <UInt32>]
 [-Passthru]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

Description

The Set-VMMigrationNetwork cmdlet sets the subnet, subnet mask, and/or priority of a migration network.

Examples

Example 1

PS C:\> Set-VMMigrationNetwork 192.168.10.1 192.168.10.3

This example changes an IPv4 address on a migration network.

Example 2

PS C:\> Set-VMMigrationNetwork 192.168.10.* 192.168.10.3

This example changes the IPv4 address on a migration network selected using a wildcard.

Example 3

PS C:\> Set-VMMigrationNetwork 2001:836c:6456:1c99::/64 -NewPriority 12

This example changes the priority of a migration network to 12.

Parameters

-CimSession

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local computer.

Parameter properties

Type:

CimSession[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ComputerName

Specifies one or more Hyper-V hosts on which this cmdlet operates. NetBIOS names, IP addresses, and fully qualified domain names are allowable. The default is the local computer. Use localhost or a dot (.) to specify the local computer explicitly.

Parameter properties

Type:

String[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

-Credential

Specifies one or more user accounts that have permission to perform this action. The default is the current user.

Parameter properties

Type:

PSCredential[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-NewPriority

Specifies the new priority of the virtual machine migration network. Multiple networks can have the same priority.

Parameter properties

Type:UInt32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-NewSubnet

Specifies a string representing the new subnet value to be set on the migration network.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Passthru

Specifies that a Microsoft.HyperV.PowerShell.MigrationNetwork is to be passed through to the pipeline representing the migration network to be configured.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Subnet

Specifies a string representing an IPv4 or IPv6 subnet mask which identifies the migration network whose properties are to be set. Wildcards are allowed.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

None

Default

Microsoft.HyperV.PowerShell.MigrationNetwork

If -PassThru is specified.


Feedback

Was this page helpful?