I have encountered a slow network several times when we have pfsense installed on hyper-v. These two settings helped me restore full network bandwidth on two separate occasions.
- Change this in network cards properties.
2. Change virtual switch properties.
Get-VMSwitch | Set-VMSwitch -EnableSoftwareRsc:$FALSE
Get-VMSwitch -NameĀ NAMEĀ | Select-Object *RSC*