Skip to content

Commit 2140495

Browse files
authored
Merge pull request MicrosoftDocs#8887 from kellybos/patch-8
Update New-DlpComplianceRule.md
2 parents 9a59b98 + 22fa32a commit 2140495

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exchange/exchange-ps/exchange/New-DlpComplianceRule.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ Accept wildcard characters: False
198198
### -AccessScope
199199
The AccessScope parameter specifies a condition for the DLP rule that's based on the access scope of the content. The rule is applied to content that matches the specified access scope. Valid values are:
200200
201-
- InOrganization: The rule is applied to content that's accessible inside the organization.
202-
- NotInOrganization: The rule is applied to content that's accessible outside the organization.
201+
- InOrganization: The rule is applied to content that's accessible or delivered to a recipient inside the organization.
202+
- NotInOrganization: The rule is applied to content that's accessible or delivered to a recipient outside the organization.
203203
- None: The condition isn't used.
204204
205205
```yaml
@@ -700,8 +700,8 @@ Accept wildcard characters: False
700700
### -ExceptIfAccessScope
701701
The ExceptIfAccessScopeAccessScope parameter specifies an exception for the DLP rule that's based on the access scope of the content. The rule isn't applied to content that matches the specified access scope. Valid values are:
702702

703-
- InOrganization: The rule isn't applied to content that's accessible inside the organization.
704-
- NotInOrganization: The rule isn't applied to content that's accessible outside the organization.
703+
- InOrganization: The rule isn't applied to content that's accessible or delivered to a recipient inside the organization.
704+
- NotInOrganization: The rule isn't applied to content that's accessible or delivered to a recipient outside the organization.
705705
- None: The exception isn't used.
706706

707707
```yaml

0 commit comments

Comments
 (0)