Skip to content

Commit 34a1079

Browse files
authored
Merge pull request #12480 from MithunRathinam/patch-6
Update Set-TransportConfig.md
2 parents 5bc7dd3 + ad1d54e commit 34a1079

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Set-TransportConfig [[-Identity] <OrganizationIdParameter>]
6262
[-MaxRetriesForRemoteSiteShadow <Int32>]
6363
[-MaxSendSize <Unlimited>]
6464
[-MessageExpiration <EnhancedTimeSpan>]
65+
[-PreventDuplicateJournalingEnabled <Boolean>]
6566
[-QueueDiagnosticsAggregationInterval <EnhancedTimeSpan>]
6667
[-RejectMessageOnShadowFailure <Boolean>]
6768
[-ReplyAllStormBlockDurationHours <Int32>]
@@ -991,6 +992,27 @@ Accept pipeline input: False
991992
Accept wildcard characters: False
992993
```
993994

995+
### -PreventDuplicateJournalingEnabled
996+
This parameter is available only in the cloud-based service.
997+
998+
The PreventDuplicateJournalingEnabled parameter prevents duplicate journaling reports that can occur when messages are processed by both on-premises and cloud journaling agents. Valid values are:
999+
1000+
- $true: Ensure that journaling messages aren't duplicated in hybrid environments.
1001+
- $false: Journaling messages might be duplicated in hybrid environments. This is the default value.
1002+
1003+
```yaml
1004+
Type: Boolean
1005+
Parameter Sets: (All)
1006+
Aliases:
1007+
Applicable: Exchange Online
1008+
1009+
Required: False
1010+
Position: Named
1011+
Default value: None
1012+
Accept pipeline input: False
1013+
Accept wildcard characters: False
1014+
```
1015+
9941016
### -QueueDiagnosticsAggregationInterval
9951017
This parameter is available only in on-premises Exchange.
9961018

0 commit comments

Comments
 (0)