13–Windows Server 2016
Configuring VMMQ
217
AH0054601-00 B
Enabling VMMQ on the Virtual Machine Switch
To enable VMMQ on the virtual machine switch:
Issue the following Windows PowerShell command:
PS C:\Users\Administrators>
Set-VMSwitch -name q1
-defaultqueuevmmqenabled $true -defaultqueuevmmqqueuepairs 4
Getting the Virtual Machine Switch Capability
To get the virtual machine switch capability:
Issue the following Windows PowerShell command:
PS C:\Users\Administrator>
Get-VMSwitch -Name ql | fl
shows example output.
Figure 13-16. Windows PowerShell Command: Get-VMSwitch