PowerShell Logo Small

Get-VMMigrationNetwork



This is the built-in help made by Microsoft for the command 'Get-VMMigrationNetwork', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the networks added for migration to one or more virtual machine hosts.

SYNTAX


Get-VMMigrationNetwork [[-Subnet] <String[]>] [-ComputerName <String[]>] [-Priority <UInt32[]>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-VMMigrationNetwork cmdlet gets the networks added for migration to one or more virtual machine hosts.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkID=306859

REMARKS

<

Examples


Example 1

PS C:\>Get-VMMigrationNetwork



Gets all networks added for migration to the local virtual machine host.




Example 2

PS C:\>Get-VMMigrationNetwork –Priority 8



Gets all networks added for migration to the local virtual machine host having a priority of 8.




Example 3

PS C:\>Get-VMMigrationNetwork 192.168.*



Gets all networks added for migration having a subnet starting with 192.168.