Skip to content

Commit fe29f58

Browse files
authored
Merge pull request #11683 from aamalhot/patch-15
Update New-DlpCompliancePolicy.md
2 parents 7cc3ce9 + fa18e6c commit fe29f58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ The Mode parameter specifies the action and notification level of the DLP policy
395395

396396
- Enable: The policy is enabled for actions and notifications. This is the default value.
397397
- Disable: The policy is disabled.
398-
- TestWithNotifications: No actions are taken, but notifications are sent.
399-
- TestWithoutNotifications: An audit mode where no actions are taken, and no notifications are sent.
398+
- TestWithNotifications: Simulation mode where no actions are taken, but notifications **are** sent.
399+
- TestWithoutNotifications: Simulation mode where no actions are taken, and no notifications are sent.
400400

401401
```yaml
402402
Type: PolicyMode

exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,8 @@ The Mode parameter specifies the action and notification level of the DLP policy
711711

712712
- Enable: The policy is enabled for actions and notifications. This is the default value.
713713
- Disable: The policy is disabled.
714-
- TestWithNotifications: No actions are taken, but notifications are sent.
715-
- TestWithoutNotifications: An audit mode where no actions are taken, and no notifications are sent.
714+
- TestWithNotifications: Simulation mode where no actions are taken, but notifications **are** sent.
715+
- TestWithoutNotifications: Simulation mode where no actions are taken, and no notifications are sent.
716716

717717
```yaml
718718
Type: PolicyMode

0 commit comments

Comments
 (0)