PowerShell Logo Small

Remove-NetVirtualizationProviderAddress



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

Deletes Provider Addresses.

SYNTAX


Remove-NetVirtualizationProviderAddress [-AddressState <AddressState[]>] [-AsJob] [-CimSession <CimSession[]>] [-InterfaceIndex <UInt32[]>] [-MACAddress <String[]>]
[-ManagedByCluster <Boolean[]>] [-PassThru] [-PrefixLength <Byte[]>] [-ProviderAddress <String[]>] [-ThrottleLimit <Int32>] [-VlanID <UInt16[]>] [<CommonParameters>]
Remove-NetVirtualizationProviderAddress [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-NetVirtualizationProviderAddress cmdlet deletes Provider Addresses configured in Microsoft® Hyper-V® Server 2012 Network Virtualization. A Provider Address is an
IPv4 or IPv6 address that Network Virtualization uses for multiple virtual Customer Addresses. For more information, see Network Virtualization technical details
(http://technet.microsoft.com/library/jj134174.aspx) on TechNet.


You can specify which Provider Addresses to delete by using address state, interface index, prefix length, IP address, or VLAN ID, or you can use the
Get-NetVirtualizationProviderAddress cmdlet to get Provider Addresses to delete.


You can use this cmdlet to remove a Provider Address when no virtual machines (VMs) use that address. If you deleted or migrated all the VMs from a Hyper-V Server 2012 host,
you could then remove the Provider Address.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=289188
Get-NetVirtualizationProviderAddress
New-NetVirtualizationProviderAddress
Set-NetVirtualizationProviderAddress

REMARKS

<

Examples


Example 1: Remove a Provider Address

PS C:\> Remove-NetVirtualizationProviderAddress -ProviderAddress "2001:DB8:11:22:33:44:55:6"



This command deletes the Provider Address 2001:DB8:11:22:33:44:55:6 on the current host.




Example 2: Remove Provider Addresses for an interface

PS C:\>Remove-NetVirtualizationProviderAddress -InterfaceIndex 13



This command removes all the Provider Addresses on the interface that has an index of 13.