Skip to content

Commit c4f0110

Browse files
committed
Update Set-Mailbox.md
DisableThrottling CU12
1 parent 8525bb8 commit c4f0110

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

exchange/exchange-ps/exchange/mailboxes/Set-Mailbox.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
7373
[-DefaultAuditSet <MultiValuedProperty>]
7474
[-DefaultPublicFolderMailbox <RecipientIdParameter>]
7575
[-DeliverToMailboxAndForward <$true | $false>]
76+
[-DisableThrottling <$true | $false>]
7677
[-DisplayName <String>]
7778
[-DomainController <Fqdn>]
7879
[-DowngradeHighPriorityMessagesEnabled <$true | $false>]
@@ -2213,6 +2214,8 @@ Accept wildcard characters: False
22132214
```
22142215
22152216
### -DisableThrottling
2217+
This parameter is available only in on-premises Exchange.
2218+
22162219
The DisableThrottling parameter enables or disables sender rate throttling for the mailbox. Valid values are:
22172220
22182221
- $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
22232226
Type: $true | $false
22242227
Parameter Sets: (All)
22252228
Aliases:
2226-
Applicable: Exchange Server 2016
2229+
Applicable: Exchange Server 2016, Exchange Server 2019
22272230
Required: False
22282231
Position: Named
22292232
Default value: False

0 commit comments

Comments
 (0)