Skip to content

Commit d6318ae

Browse files
authored
Merge branch 'master' into patch-41
2 parents 66c955b + ff0c9c6 commit d6318ae

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
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>]
@@ -2212,6 +2213,27 @@ Accept pipeline input: False
22122213
Accept wildcard characters: False
22132214
```
22142215
2216+
### -DisableThrottling
2217+
This parameter is available only in on-premises Exchange.
2218+
2219+
The DisableThrottling parameter enables or disables sender rate throttling for the mailbox. Valid values are:
2220+
2221+
- $true: Messages sent by this mailbox will not be throttled by Sender Rate Control. We only recommend this value for moderation mailboxes.
2222+
2223+
- $false: Messages will be throttled after the threshold is exceeded. This is the default value.
2224+
2225+
```yaml
2226+
Type: $true | $false
2227+
Parameter Sets: (All)
2228+
Aliases:
2229+
Applicable: Exchange Server 2016, Exchange Server 2019
2230+
Required: False
2231+
Position: Named
2232+
Default value: False
2233+
Accept pipeline input: False
2234+
Accept wildcard characters: False
2235+
```
2236+
22152237
### -DisplayName
22162238
The DisplayName parameter specifies the display name of the mailbox. The display name is visible in the Exchange admin center, in address lists, and in Outlook. The maximum length is 256 characters. If the value contains spaces, enclose the value in quotation marks (").
22172239

0 commit comments

Comments
 (0)