Skip to content

Commit ad1d54e

Browse files
authored
Update PreventDuplicateJournalingEnabled parameter description
1 parent ca026e3 commit ad1d54e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -991,12 +991,14 @@ Default value: None
991991
Accept pipeline input: False
992992
Accept wildcard characters: False
993993
```
994+
994995
### -PreventDuplicateJournalingEnabled
995996
This parameter is available only in the cloud-based service.
996997

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+
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:
998999

999-
Valid input for this parameter is $true or $false. The default value is $false.
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.
10001002

10011003
```yaml
10021004
Type: Boolean

0 commit comments

Comments
 (0)