File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
exchange/exchange-ps/exchange/mailboxes Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
73
73
[-DefaultAuditSet <MultiValuedProperty>]
74
74
[-DefaultPublicFolderMailbox <RecipientIdParameter>]
75
75
[-DeliverToMailboxAndForward <$true | $false>]
76
+ [-DisableThrottling <$true | $false>]
76
77
[-DisplayName <String>]
77
78
[-DomainController <Fqdn>]
78
79
[-DowngradeHighPriorityMessagesEnabled <$true | $false>]
@@ -2213,6 +2214,8 @@ Accept wildcard characters: False
2213
2214
` ` `
2214
2215
2215
2216
### -DisableThrottling
2217
+ This parameter is available only in on-premises Exchange.
2218
+
2216
2219
The DisableThrottling parameter enables or disables sender rate throttling for the mailbox. Valid values are:
2217
2220
2218
2221
- $true: Messages sent by this mailbox will not be throttled by Sender Rate Control. We only recommend this value for moderation mailboxes.
@@ -2223,7 +2226,7 @@ The DisableThrottling parameter enables or disables sender rate throttling for t
2223
2226
Type : $true | $false
2224
2227
Parameter Sets : (All)
2225
2228
Aliases :
2226
- Applicable : Exchange Server 2016
2229
+ Applicable : Exchange Server 2016, Exchange Server 2019
2227
2230
Required : False
2228
2231
Position : Named
2229
2232
Default value : False
You can’t perform that action at this time.
0 commit comments