See also more Hyper-V pages
See also How to Change Current Network Location Profile
See also Hyper-V Live Migration
10GbE NICs and Converged Networking: http://blogs.technet.com/b/kevinholman/archive/2013/07/01/hyper-v-live-migration-and-the-upgrade-to-10-gigabit-ethernet.aspx
Network Recommendations for a Hyper-V Cluster in Windows Server 2012: http://technet.microsoft.com/en-us/library/dn550728.aspx
Enable vRSS in Windows Server 2012 R2: http://technet.microsoft.com/en-us/library/dn383582.aspx
http://blogs.technet.com/b/gavinmcshera/archive/2011/03/27/3416313.aspx
http://www.altaro.com/hyper-v/how-to-adjust-mtu-jumbo-frames-on-hyper-v-and-windows-server-2012/
http://www.hyper-v.nu/archives/marcve/2013/01/lbfo-hyper-v-switch-qos-and-actual-performance-part-1/
http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/VIR303
http://technet.microsoft.com/en-us/library/jj134230
http://www.thomasmaurer.ch/2012/05/configure-hyper-v-host-network-adapters-like-a-boss/
Rename a NIC:
netsh interface set interface "Local Area Connection 2" newname="Management"
Tested on Windows Hyper-V Server 2012 with an Intel X540 10GbE NIC
Start PowerShell:
powershell
Display the current settings:
Get-NetAdapterAdvancedProperty -Name "Ethernet 4" -DisplayName "Jumbo Packet" | Format-list
Enable Jumbo Frames:
Set-NetAdapterAdvancedProperty -Name "Ethernet 4" -RegistryKeyword "*JumboPacket" -RegistryValue "9014"
Converged networks is a new functionality in Windows Server 2012 which allows the creation of virtual network adapter (normally used for virtual machines) in the parent partition (management OS).