Skip to content

Commit 98095be

Browse files
authored
Merge pull request MicrosoftDocs#7317 from MicrosoftDocs/Journal-chrisda
Journal-chrisda to Master
2 parents fd4b48f + ebd5037 commit 98095be

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

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

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Set-TransportConfig [[-Identity] <OrganizationIdParameter>]
4848
[-InternalDsnReportingAuthority <SmtpDomain>]
4949
[-InternalDsnSendHtml <Boolean>]
5050
[-InternalSMTPServers <MultiValuedProperty>]
51+
[-JournalMessageExpirationDays <Int32>]
5152
[-JournalingReportNdrTo <SmtpAddress>]
5253
[-LegacyJournalingMigrationEnabled <Boolean>]
5354
[-MaxAllowedAgentGeneratedMessageDepth <UInt32>]
@@ -106,13 +107,15 @@ To avoid journaling issues, we recommend that you set JournalingReportNdrTo to a
106107
## PARAMETERS
107108

108109
### -Identity
110+
This parameter is available only in on-premises Exchange.
111+
109112
This parameter is reserved for internal Microsoft use.
110113

111114
```yaml
112115
Type: OrganizationIdParameter
113116
Parameter Sets: (All)
114117
Aliases:
115-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
118+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
116119

117120
Required: False
118121
Position: 1
@@ -397,8 +400,8 @@ Accept wildcard characters: False
397400
### -ExternalDsnSendHtml
398401
The ExternalDsnSendHtml parameter specifies whether external DSN messages should be HTML or plain text. Valid values are:
399402

400-
- $true: DSNs are HTML. This is the default value.
401-
- $false: DSNs are plain text.
403+
- $true: External DSNs are HTML. This is the default value.
404+
- $false: External DSNs are plain text.
402405

403406
```yaml
404407
Type: Boolean
@@ -608,8 +611,8 @@ Accept wildcard characters: False
608611
### -InternalDsnSendHtml
609612
The InternalDsnSendHtml parameter specifies whether internal DSN messages should be HTML or plain text. Valid values are:
610613

611-
- $true: DSNs are HTML. This is the default value.
612-
- $false: DSNs are plain text.
614+
- $true: Internal DSNs are HTML. This is the default value.
615+
- $false: Internal DSNs are plain text.
613616

614617
```yaml
615618
Type: Boolean
@@ -646,8 +649,26 @@ Accept pipeline input: False
646649
Accept wildcard characters: False
647650
```
648651

652+
### -JournalMessageExpirationDays
653+
This parameter is available only in the cloud-based service.
654+
655+
The JournalMessageExpirationDays parameter extends the number of days that undeliverable journal reports are queued before they expire. A valid value is an integer from 0 to 7. The default value is 0, which means undeliverable journal reports are treated like regular undeliverable messages.
656+
657+
```yaml
658+
Type: Int32
659+
Parameter Sets: (All)
660+
Aliases:
661+
Applicable: Exchange Online
662+
663+
Required: False
664+
Position: Named
665+
Default value: None
666+
Accept pipeline input: False
667+
Accept wildcard characters: False
668+
```
669+
649670
### -JournalingReportNdrTo
650-
The JournalingReportNdrTo parameter specifies the email address to which journal reports are sent if the journaling mailbox is unavailable. By default, if this parameter is left empty, Exchange continues to try to deliver the journal report to the journaling mailbox. We recommended that you use a dedicated (non-user) mailbox as the argument to JournalingReportNdrTo.
671+
The JournalingReportNdrTo parameter specifies the email address to which journal reports are sent if the journaling mailbox is unavailable. By default, if this parameter is left empty, Exchange continues to try to deliver the journal report to the journaling mailbox. We recommended that you use a dedicated (non-user) mailbox as the value for this parameter.
651672

652673
```yaml
653674
Type: SmtpAddress

0 commit comments

Comments
 (0)