We have a cluster of 2012 Server Core where each one holds about 40 VMs. We are concerned that the limited VMQs on each node are full of low priority VMs instead of those that could really benefit. Indeed, this article says VMQs should be treated as a scarce resource: http://technet.microsoft.com/en-us/library/gg162704(v=ws.10).aspx
However, it is not clear how to choose which VMs get to use the VMQ. There is a check box in VM Settings > Network Adapter > Hardware Acceleration called "Enable virtual machine queue", and it appears to be checked on all VMs by default. I can uncheck it manually, but I cannot find a PowerShell way to affect that checkbox. We also have SCVMM 2012 SP1, and I cannot find any way to choose VMs to use VMQ there either.
So if it is true that I need to choose the VMs using VMQ, how can I do it with PowerShell, since there are so many VMs?