Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Get-ThrottlingPolicy throttling strategy

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Parameter description:

Messageratelimit: limit the maximum number of messages a user can send per minute. If the number of messages sent per minute exceeds the limit, the message will stay in the outbox, the message will be delayed to the next minute, and will eventually be sent successfully.

Recipientratelimit: limit the maximum number of messages you can send within 24 hours. If you send more than the limit, you will receive NDR bounce messages that exceed the limit.

Maximum number of OwaMaxConcurrency:OWA connections

1. Create a new policy rule. For example, the maximum number of messages sent by users is 300 per day and 10 per minute.

New-ThrottlingPolicy-Name LimitMessagesSent-RecipientRateLimit 300-MessageRateLimit 10

two。 Apply the newly created policy rule LimitMessagesSent to users who need to limit the number of messages sent.

Set-Mailbox-Identity "jerry"-ThrottlingPolicy LimitMessagesSent

3. Modify LimitMessagesSent policy rules by sending 500 and 20 messages per day / minute

Set-ThrottlingPolicy-Identity LimitMessagesSent-RecipientRateLimit 500-MessageRateLimit 20

4. View parameter values in LimitMessagesSent policy rules

Get-ThrottlingPolicy "LimitMessagesSent" | fl

5. Delete policy rule LimitMessagesSent

Remove-ThrottlingPolicy-Identity LimitMessagesSent

This article is from the "Jackysz" blog, please be sure to keep this source http://jackysz.blog.51cto.com/61/1732433

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report