I did something wrong. I created a throttle policy (exchange 2016) but was distracted and the name is something totally wrong.
So when I now ask get-throttlingpolicy I get
So I thought I could remove it with this:
get-throttlingpolicy "-Name "sec-throttling-policy" -RCAMAXConcurrency: 100" | remove-throttlingpolicy
But that does not find the throttling policy.
What can I use to "activate" that policy to remove it?
Thanks.
Kurt