PowerShell Logo Small

Get-NetAdapterSriovVf



This is the built-in help made by Microsoft for the command 'Get-NetAdapterSriovVf', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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 Single-Root I/O Virtualization (SR-IOV) virtual function (VF) settings.

SYNTAX


Get-NetAdapterSriovVf [[-Name] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-FunctionID <UInt16[]>] [-IncludeHidden] [-SwitchID <UInt32[]>] [-ThrottleLimit <Int
32>] [<CommonParameters>]
Get-NetAdapterSriovVf [-AsJob] [-CimSession <CimSession[]>] [-FunctionID <UInt16[]>] [-IncludeHidden] [-SwitchID <UInt32[]>] [-ThrottleLimit <Int32>] -InterfaceDescri
ption <String[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetAdapterSriovVf cmdlet displays the Single-Root I/O Virtualization (SR-IOV) virtual function (VF) settings. By default a table of VF settings will be displ
ayed that includes the virtual function identifier (ID), virtual function name, network adapter ID, and the current MAC address. Specifying a single VF will display t
hat VF in more detail. Additional displayed fields include the permanent MAC address, requester ID, and virtual port (VPort) information.


The network adapter to use is specified by either the name of the network adapter, interface description of the network adapter, or the switch ID of the virtual switc
h bound to the SR-IOV network adapter.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287408
Disable-NetAdapterSriov
Enable-NetAdapterSriov
Get-NetAdapterSriov
Set-NetAdapterSriov

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Get-NetAdapterSriovVf -Name "Ethernet 1"



This example returns a list of the VFs with the VM names and MAC addresses for the network adapter named Wired Ethernet Connection 1.




EXAMPLE 2

PS C:\> Get-NetAdapterSriovVf -SwitchId 2



This example returns a list of the VFs with the VM names and MAC addresses for the network adapter bound to virtual switch 2.