PowerShell Logo Small

Set-NetAdapterVmq



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

Sets the virtual machine queue (VMQ) properties of the network adapter.

SYNTAX


Set-NetAdapterVmq [-Name] <String[]> [-AsJob] [-BaseProcessorGroup <UInt16>] [-BaseProcessorNumber <Byte>] [-CimSession <CimSession[]>] [-Enabled <Boolean>] [-Include
Hidden] [-MaxProcessorNumber <Byte>] [-MaxProcessors <UInt32>] [-NoRestart] [-NumaNode <UInt16>] [-PassThru] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonPar
ameters>]
Set-NetAdapterVmq [-AsJob] [-BaseProcessorGroup <UInt16>] [-BaseProcessorNumber <Byte>] [-CimSession <CimSession[]>] [-Enabled <Boolean>] [-MaxProcessorNumber <Byte>]
[-MaxProcessors <UInt32>] [-NoRestart] [-NumaNode <UInt16>] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf] [<CommonParameters
>]
Set-NetAdapterVmq [-AsJob] [-BaseProcessorGroup <UInt16>] [-BaseProcessorNumber <Byte>] [-CimSession <CimSession[]>] [-Enabled <Boolean>] [-IncludeHidden] [-MaxProces
sorNumber <Byte>] [-MaxProcessors <UInt32>] [-NoRestart] [-NumaNode <UInt16>] [-PassThru] [-ThrottleLimit <Int32>] -InterfaceDescription <String[]> [-Confirm] [-WhatI
f] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-NetAdapterVmq cmdlet sets the virtual machine queue (VMQ) properties of the network adapter. VMQ is a scaling networking technology for Hyper-V switch that im
proves network throughput by distributing processing of network traffic for multiple virtual machines (VMs) among multiple processors. A thorough familiarity with VMQ
and dynamic VMQ is highly recommended before changing any default values with this cmdlet.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287431
Disable-NetAdapterVmq
Enable-NetAdapterVmq
Get-NetAdapterVmq
Get-NetAdapterVmqQueue

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Set-NetAdapterVmq –Name MyAdapter -Enabled $True



This example enables VMQ on the network adapter named MyAdapter. Note: The Enable-NetAdapterVmq cmdlet is the preferred cmdlet to perform this operation.