PowerShell Logo Small

Get-NetVirtualizationProviderAddress



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

Gets Provider Addresses.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Get-NetVirtualizationProviderAddress cmdlet gets 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 get by using address state, interface index, prefix length, IP address, or VLAN ID. You can use this cmdlet to get Provider
Addresses for other cmdlets, such as the Set-NetVirtualizationProviderAddress cmdlet or the Remove-NetVirtualizationProviderAddress cmdlet.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Get Provider Addresses for an interface

PS C:\> Get-NetVirtualizationProviderAddress -InterfaceIndex 13



This command gets the Provider Address for the interface with the specified index.




Example 2: Get a specific Provider Address

PS C:\>Get-NetVirtualizationProviderAddress -ProviderAddress "172.16.2.3"



This command gets the Provider Address that has the IP address 172.16.2.3.