PowerShell Logo Small

Disable-NetAdapterVmq



This is the built-in help made by Microsoft for the command 'Disable-NetAdapterVmq', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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

Disables the virtual machine queue (VMQ) feature on the network adapter.

SYNTAX


Disable-NetAdapterVmq [-Name] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-NoRestart] [-PassThru] [-ThrottleLimit
<Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]
Disable-NetAdapterVmq [-AsJob] [-CimSession <CimSession[]>] [-NoRestart] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]>
[-Confirm] [-WhatIf] [<CommonParameters>]
Disable-NetAdapterVmq [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-NoRestart] [-PassThru] [-ThrottleLimit <Int32>]
-InterfaceDescription <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Disable-NetAdapterVmq cmdlet disables the virtual machine queue (VMQ) feature on the network adapter. VMQ is a scaling networking
technology for the Hyper-V switch. Without VMQ the networking performance of the Hyper-V switch bound to this network adapter may be reduced.



<

RELATED LINKS

Enable-NetAdapterVmq
Get-NetAdapterVmq
Get-NetAdapterVmqQueue
Set-NetAdapterVmq

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Disable-NetAdapterVmq –Name GuestTrafficAdapter



This example disables VMQ on the network adapter named GuestTrafficAdapter and restarts the network adapter.