PowerShell Logo Small

Get-NetAdapterVPort



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

Displays the network adapter virtual port (VPort) settings for a Single-Root I/O Virtualization (SR-IOV) or virtual machine queue (VMQ) VPort.

SYNTAX


Get-NetAdapterVPort [[-Name] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-FunctionID <UInt16[]>] [-IncludeHidden] [-PhysicalFunction] [-SwitchID <UInt32[]>]
[-ThrottleLimit <Int32>] [-VPortID <UInt32[]>] [<CommonParameters>]
Get-NetAdapterVPort [-AsJob] [-CimSession <CimSession[]>] [-FunctionID <UInt16[]>] [-IncludeHidden] [-PhysicalFunction] [-SwitchID <UInt32[]>] [-ThrottleLimit <Int32>]
[-VPortID <UInt32[]>] -InterfaceDescription <String[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetAdapterVPort cmdlet displays the network adapter virtual port (VPort) settings for a Single-Root I/O Virtualization (SR-IOV) or virtual machine queue (VMQ) VPort.


Without a VPort specified, this cmdlet displays all VPorts on the network adapter with the port name, number and state.


Providing a specific VPort ID will display that specific VPort in long format.


Optionally, this cmdlet displays the SR-IOV virtual function (VF) settings, if the function ID is provided.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287412
Get-NetAdapterSriov
Get-NetAdapterVmq

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Get-NetAdapterVPort -Name "Ethernet 2"



This example displays all VPorts on network adapter named Ethernet 2.




EXAMPLE 2

PS C:\> Get-NetAdapterVPort -Name "Ethernet 2" -VPortID 3



This example displays the VPort summary for VPort 3 on the network adapter named Ethernet Connection 2.