Skip to content

Commit 2273a63

Browse files
committed
Updates per Issue #6733
1 parent c3458a2 commit 2273a63

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3719,8 +3719,6 @@ Accept wildcard characters: False
37193719
```
37203720

37213721
### -MaxReceiveSize
3722-
This parameter is available only in on-premises Exchange.
3723-
37243722
The MaxReceiveSize parameter specifies the maximum size of a message that can be sent to the mailbox. Messages larger than the maximum size are rejected.
37253723

37263724
When you enter a value, qualify the value with one of the following units:
@@ -3749,7 +3747,7 @@ For any message size limit, you need to set a value that's larger than the actua
37493747
Type: Unlimited
37503748
Parameter Sets: (All)
37513749
Aliases:
3752-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
3750+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
37533751
37543752
Required: False
37553753
Position: Named

exchange/exchange-ps/exchange/Set-MailboxPlan.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ Unqualified values are typically treated as bytes, but small values may be round
187187
188188
A valid value is a number up to 150 MB. The default value is 36 MB.
189189
190-
The maximum value is determined by the mailbox plan. You can lower the value, and you may be able to raise the value, but you can't exceed the maximum value that's specified by the subscription or license that corresponds to the mailbox plan.
190+
The maximum value is determined by the mailbox plan (subscriptions and licenses). You can lower the value, and you may be able to raise the value, but you can't exceed the maximum value that's specified by the subscription or license that corresponds to the mailbox plan.
191+
192+
Use this parameter to change the MaxReceiveSize value for new mailboxes that you create. Use the MaxReceiveSize parameter on the Set-Mailbox cmdlet to configure the value on existing mailboxes.
191193
192194
For any message size limit, you need to set a value that's larger than the actual size you want enforced. This accounts for the Base64 encoding of attachments and other binary data. Base64 encoding increases the size of the message by approximately 33%, so the value you specify should be approximately 33% larger than the actual message size you want enforced. For example, if you specify a maximum message size value of 64 MB, you can expect a realistic maximum message size of approximately 48 MB.
193195
@@ -219,7 +221,9 @@ Unqualified values are typically treated as bytes, but small values may be round
219221
220222
A valid value is a number up to 150 MB. The default value is 35 MB.
221223
222-
The maximum value is determined by the mailbox plan. You can lower the value, and you may be able to raise the value, but you can't exceed the maximum value that's specified by the subscription or license that corresponds to the mailbox plan.
224+
The maximum value is determined by the mailbox plan (subscriptions and licenses). You can lower the value, and you may be able to raise the value, but you can't exceed the maximum value that's specified by the subscription or license that corresponds to the mailbox plan.
225+
226+
Use this parameter to change the MaxSendSize value for new mailboxes that you create. Use the MaxSendSize parameter on the Set-Mailbox cmdlet to configure the value on existing mailboxes.
223227
224228
For any message size limit, you need to set a value that's larger than the actual size you want enforced. This accounts for the Base64 encoding of attachments and other binary data. Base64 encoding increases the size of the message by approximately 33%, so the value you specify should be approximately 33% larger than the actual message size you want enforced. For example, if you specify a maximum message size value of 64 MB, you can expect a realistic maximum message size of approximately 48 MB.
225229

exchange/exchange-ps/exchange/Set-UnifiedGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ For any message size limit, you need to set a value that's larger than the actua
982982
Type: Unlimited
983983
Parameter Sets: (All)
984984
Aliases:
985-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
985+
Applicable: Exchange Online
986986
987987
Required: False
988988
Position: Named
@@ -1014,7 +1014,7 @@ For any message size limit, you need to set a value that's larger than the actua
10141014
Type: Unlimited
10151015
Parameter Sets: (All)
10161016
Aliases:
1017-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
1017+
Applicable: Exchange Online
10181018
10191019
Required: False
10201020
Position: Named

0 commit comments

Comments
 (0)