Skip to content

Commit 77c29a6

Browse files
SankalpJwschrisda
andauthored
Update Set-OrganizationConfig (#13647)
* Update Set-OrganizationConfig * Clarify DLP parameters in Set-OrganizationConfig.md Updated descriptions for DLP parameters to clarify functionality and valid values. --------- Co-authored-by: Chris Davis <chris.davis@microsoft.com>
1 parent a776195 commit 77c29a6

1 file changed

Lines changed: 24 additions & 6 deletions

File tree

exchange/exchange-ps/ExchangePowerShell/Set-OrganizationConfig.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,7 +2160,10 @@ Accept wildcard characters: False
21602160

21612161
This parameter is available only in the cloud-based service.
21622162

2163-
{{ Fill DLPViaDcsEnabled Description }}
2163+
The DLPViaDcsEnabled parameter specifies whether to migrate Outlook on the web from Exchange-based Data Loss prevention (DLP) evaluation to data classification service (DCS)-based DLP evaluation. Valid values are:
2164+
2165+
- $true: Migrate to DCS-based DLP evaluation. Organizations get the features of DLP in Outlook for Windows in Outlook on the web. For example, the Oversharing experince and Wait to Send. Some older Exchange-based DLP conditions/exceptions are no longer supported. For more information, see [Data loss prevention policy tip reference for Outlook for Microsoft 365 | Microsoft Learn](https://learn.microsoft.com/purview/dlp-ol365-win32-policy-tips#sensitive-information-types-that-support-policy-tips-for-outlook-perpetual-users).
2166+
- $false: Don't Migrate to DCS-based DLP evaluation. This value is the default.
21642167

21652168
```yaml
21662169
Type: Boolean
@@ -2180,11 +2183,18 @@ Accept wildcard characters: False
21802183

21812184
This parameter is available only in the cloud-based service.
21822185

2183-
{{ Fill DLPWaitOnSendEnabled Description }}
2186+
The DLPWaitOnSendEnabled specifies whether mail sent from Outlook for Windows is evaluated by data loss prevention (DLP). Valid values are:
2187+
2188+
- $true: Mail sent from Outlook for Windows to Exchange is evaluated by DLP.
2189+
- $false: Mail sent from Outlook for Windows to Exchange isn't evaluated by DLP. This value is the default.
2190+
2191+
To set the timeout value, use the DLPWaitOnSendTimeout parameter.
2192+
2193+
This parameter also applies to Outlook on the web if the value of the DLPViaDcsEnabled parameter is $true.
21842194

21852195
```yaml
21862196
Type: Boolean
2187-
Parameter Sets: ShortenEventScopeParameter, DelayedDelicensingParameterSet
2197+
Parameter Sets: (All)
21882198
Aliases:
21892199
21902200
Required: False
@@ -2200,16 +2210,24 @@ Accept wildcard characters: False
22002210

22012211
This parameter is available only in the cloud-based service.
22022212

2203-
{{ Fill DLPWaitOnSendTimeout Description }}
2213+
The DLPWaitOnSendTimeout parameter specifies how long in seconds Outlook for Windows waits for data loss prevention (DLP) evaluation to complete on a new message before offering an override. A valid value is an integer from 0 to 9999. The default value is 9999.
2214+
2215+
- The value 0 means the user immeidately sees "Send Anyway" in the infobar of messages they're creating.
2216+
- A value from 1 to 9998 means Outlook waits for the specified number of seconds before it allows the user to override and send the message without completing DLP evaluation. The DLP evaluation doesn't stop after the specified time; it just means users are allowed to override the evaluation.
2217+
- The value 9999 means the user can't send the message unless the DLP evaluation is complete.
2218+
2219+
The value of this parameter is meaningful only when the value of the DLPWaitOnSendEnabled parameter is $true.
2220+
2221+
This parameter also applies to Outlook on the web if the value of the DLPViaDcsEnabled parameter is $true.
22042222

22052223
```yaml
22062224
Type: Int16
2207-
Parameter Sets: ShortenEventScopeParameter, DelayedDelicensingParameterSet
2225+
Parameter Sets: (All)
22082226
Aliases:
22092227
22102228
Required: False
22112229
Position: Named
2212-
Default value: None
2230+
Default value: 9999
22132231
Accept pipeline input: False
22142232
Accept wildcard characters: False
22152233
```

0 commit comments

Comments
 (0)