New-NetQosPolicy IPDstPrefixMatchCondition ignored in ActiveStore
Hello
When I create a QoS policy with New‑NetQosPolicy in ActiveStore, the IPDstPrefixMatchCondition is ignored.
The rule applies globally instead of matching the destination IP.
Example:
`powershell New-NetQosPolicy -Name "Test" -IPDstPrefixMatchCondition "10.10.10.0/24" -ThrottleRateActionBitsPerSecond 5000000 -PolicyStore ActiveStore `
Same rule works fine in Localhost, but not in ActiveStore.
Has anyone seen this behavior or knows if it’s a limitation?
u/Number1996 — 5 days ago