Skip to content

Commit 99900d1

Browse files
authored
Merge branch 'master' into patch-115
2 parents 3b8e0ba + e182db3 commit 99900d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

exchange/exchange-ps/exchange/policy-and-compliance-dlp/New-DlpComplianceRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ New-DlpComplianceRule [-Name] <String> -Policy <PolicyIdParameter>
2525
[-AccessScope <AccessScope>]
2626
[-ActivationDate <DateTime>]
2727
[-BlockAccess <Boolean>]
28-
[-BlockAccessScope <Boolean>]
28+
[-BlockAccessScope <BlockAccessScope>]
2929
[-Comment <String>]
3030
[-Confirm]
3131
[-ContentContainsSensitiveInformation <PswsHashtable[]>]
@@ -176,7 +176,7 @@ The BlockAccessScope parameter specifies the scope of the block access action. V
176176
- PerUser: Block access to external users.
177177
178178
```yaml
179-
Type: Boolean
179+
Type: BlockAccessScope
180180
Parameter Sets: (All)
181181
Aliases:
182182
Applicable: Office 365 Security & Compliance Center

exchange/exchange-ps/exchange/policy-and-compliance-dlp/Set-DlpComplianceRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Set-DlpComplianceRule [-Identity] <ComplianceRuleIdParameter>
2525
[-AccessScope <AccessScope>]
2626
[-ActivationDate <DateTime>]
2727
[-BlockAccess <Boolean>]
28-
[-BlockAccessScope <Boolean>]
28+
[-BlockAccessScope <BlockAccessScope>]
2929
[-Comment <String>]
3030
[-Confirm]
3131
[-ContentContainsSensitiveInformation <PswsHashtable[]>]
@@ -158,7 +158,7 @@ The BlockAccessScope parameter specifies the scope of the block access action. V
158158
- PerUser: Block access to external users.
159159
160160
```yaml
161-
Type: Boolean
161+
Type: BlockAccessScope
162162
Parameter Sets: (All)
163163
Aliases:
164164
Applicable: Office 365 Security & Compliance Center

0 commit comments

Comments
 (0)