I got it:
get-throttlingpolicy | where {$_.id -like "rca"} | ft id, name
to be sure and then
get-throttlingpolicy | where {$_.id -like "rca"} | remove-throttlingpolicy
to remove.
case closed.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
I got it:
get-throttlingpolicy | where {$_.id -like "rca"} | ft id, name
to be sure and then
get-throttlingpolicy | where {$_.id -like "rca"} | remove-throttlingpolicy
to remove.
case closed.