You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
This parameter is available only in the cloud-based service.
2162
2162
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.
This parameter is available only in the cloud-based service.
2202
2212
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.
0 commit comments