Skip to content

Commit ca026e3

Browse files
Update Set-TransportConfig.md
Updated public doc on -PreventDuplicateJournalingEnabled
1 parent 5bc7dd3 commit ca026e3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 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>]
@@ -984,6 +985,25 @@ Parameter Sets: (All)
984985
Aliases:
985986
Applicable: Exchange Online
986987
988+
Required: False
989+
Position: Named
990+
Default value: None
991+
Accept pipeline input: False
992+
Accept wildcard characters: False
993+
```
994+
### -PreventDuplicateJournalingEnabled
995+
This parameter is available only in the cloud-based service.
996+
997+
The PreventDuplicateJournalingEnabled parameter is designed to prevent duplicate journaling reports that can occur when messages are processed by both on-premises and cloud journaling agents. By enabling this setting, you can ensure that journaling messages are not duplicated.
998+
999+
Valid input for this parameter is $true or $false. The default value is $false.
1000+
1001+
```yaml
1002+
Type: Boolean
1003+
Parameter Sets: (All)
1004+
Aliases:
1005+
Applicable: Exchange Online
1006+
9871007
Required: False
9881008
Position: Named
9891009
Default value: None

0 commit comments

Comments
 (0)