PowerShell Logo Small

Enable-NetAdapterVmq



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

Enables virtual machine queue (VMQ) on the network adapter.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Enable-NetAdapterVmq cmdlet enables virtual machine queue (VMQ) on the network adapter. VMQ is a scaling networking technology for the Hyper-V switch.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Enable-NetAdapterVmq –Name GuestTrafficAdapter



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