PowerShell Logo Small

Remove-VMMigrationNetwork



This is the built-in help made by Microsoft for the command 'Remove-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

Removes a network from use with migration.

SYNTAX


Remove-VMMigrationNetwork [-Subnet] <String> [-ComputerName <String[]>] [-Passthru] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-VMMigrationNetwork cmdlet removes a network from use with migration.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

PS C:\>Remove-VMMigrationNetwork 2001:836c:6456:1c99::/64



Remove an IPv6 network for use with migration.




Example 2

PS C:\>Remove-VMMigrationNetwork 192.168.*



Remove all networks starting with 192.168 for use with migration.