Skip to content

Commit c40b542

Browse files
authored
Merge pull request #8469 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents 95da8c8 + 6cb86d3 commit c40b542

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

exchange/exchange-ps/exchange/Set-ImapSettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ Accept wildcard characters: False
349349
### -LogFileRollOverSettings
350350
The LogFileRollOverSettings parameter specifies how frequently IMAP4 protocol logging creates a new log file. Valid values are:
351351

352-
- 1 or Hourly.
353-
- 2 or Daily. This is the default value
352+
- 1 or Hourly. This is the default value in Exchange 2019 and Exchange 2016.
353+
- 2 or Daily. This is the default value in Exchange 2013 and Exchange 2010.
354354
- 3 or Weekly.
355355
- 4 or Monthly.
356356

exchange/exchange-ps/exchange/Set-MailboxServer.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,11 @@ Accept wildcard characters: False
251251
```
252252
253253
### -CalendarRepairIntervalEndWindow
254-
The CalendarRepairIntervalEndWindow parameter specifies the number of days into the future to repair calendar items in mailboxes on the Mailbox server. The default value is 30. This means the Calendar Repair Assistant repairs meetings in calendars up to 30 days from now. Meetings that are scheduled to occur more than 30 days in the future aren't repaired.
254+
The CalendarRepairIntervalEndWindow parameter specifies the number of days into the future to repair calendar items in mailboxes on the Mailbox server.
255+
256+
The default value in Exchange 2016 and Exchange 2019 is 7. This value means the Calendar Repair Assistant repairs meetings in calendars up to 7 days from now. Meetings that are scheduled to occur more than 7 days in the future aren't repaired.
257+
258+
The default value in Exchange 2013 and Exchange 2010 is 30. This value means the Calendar Repair Assistant repairs meetings in calendars up to 30 days from now. Meetings that are scheduled to occur more than 30 days in the future aren't repaired.
255259
256260
```yaml
257261
Type: Int32

exchange/exchange-ps/exchange/Set-PopSettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ Accept wildcard characters: False
345345
### -LogFileRollOverSettings
346346
The LogFileRollOverSettings parameter defines how frequently POP3 protocol logging creates a new log file. Valid values are:
347347

348-
- 1 or Hourly.
349-
- 2 or Daily. This is the default value.
348+
- 1 or Hourly. This is the default value in Exchange 2019 and Exchange 2016.
349+
- 2 or Daily. This is the default value in Exchange 2013 and Exchange 2010.
350350
- 3 or Weekly.
351351
- 4 or Monthly.
352352

exchange/exchange-ps/exchange/Set-TransportConfig.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ Accept wildcard characters: False
12871287
### -TransportRuleAttachmentTextScanLimit
12881288
This parameter is available only in on-premises Exchange.
12891289

1290-
The TransportRuleAttachmentTextScanLimit parameter specifies the maximum size of text to extract from attachments for scanning by attachment scanning predicates in transport rules and data loss prevention (DLP) policies. The default value is 150 kilobytes (KB).
1290+
The TransportRuleAttachmentTextScanLimit parameter specifies the maximum size of text to extract from attachments for scanning by attachment scanning predicates in transport rules and data loss prevention (DLP) policies.
12911291

12921292
When you enter a value, qualify the value with one of the following units:
12931293

@@ -1298,6 +1298,8 @@ When you enter a value, qualify the value with one of the following units:
12981298

12991299
Unqualified values are typically treated as bytes, but small values may be rounded up to the nearest kilobyte.
13001300

1301+
In Exchange Online, Exchange 2019, and Exchange 2016, the default value is 1 MB (1,048,576 bytes). In Exchange 2013, the default value is 150 KB (153,600 bytes).
1302+
13011303
If the amount of text in the attachment is larger than the value of this parameter, only the specified amount of text is scanned. For example, if a 5 megabyte attachment contains 300 kilobytes of text, and the value of TransportRuleAttachmentTextScanLimit is 150 kilobytes, only the first 150 kilobytes of text are extracted and scanned.
13021304

13031305
```yaml

0 commit comments

Comments
 (0)