Limit Hyper-V Replica bandwidth/Traffic
Nach Thomas Maurer: https://www.thomasmaurer.ch/2013/12/throttling-hyper-v-replica-traffic/
New-NetQosPolicy „Replication Traffic to 10.13.0.0, Mask16“ -DestinationAddress 10.13.0.0/16 -MinBandwidthWeightAction 40 -ThrottleRateActionBitsPerSecond 15000000

Zur Korrektur, die Policy einfach löschen und dann neu anlegen:
Remove-NetQosPolicy „Replication Traffic to 10.13.0.0, Mask16“
Schreibe einen Kommentar