Skip to content

Commit c873fd7

Browse files
committed
Merge branch 'master' into DLP-chrisda
2 parents 638c534 + 117e6b8 commit c873fd7

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

exchange/exchange-ps/exchange/Get-DlpComplianceRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080
{{ Fill IncludeExecutionRuleGuids Description }}
8181
8282
```yaml
83-
Type: $true | $false
83+
Type: Boolean
8484
Parameter Sets: (All)
8585
Aliases:
8686
Applicable: Security & Compliance Center

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ The Disabled parameter specifies whether the DLP rule is disabled. Valid values
470470
- $false: The rule is enabled. This is the default value.
471471

472472
```yaml
473-
Type: $true | $false
473+
Type: Boolean
474474
Parameter Sets: (All)
475475
Aliases:
476476
Applicable: Security & Compliance Center
@@ -489,7 +489,7 @@ The DocumentIsPasswordProtected parameter specifies a condition for the DLP rule
489489
- $false: Don't look for password protected files.
490490

491491
```yaml
492-
Type: $true | $false
492+
Type: Boolean
493493
Parameter Sets: (All)
494494
Aliases:
495495
Applicable: Security & Compliance Center
@@ -508,7 +508,7 @@ The DocumentIsUnsupported parameter specifies a condition for the DLP rule that
508508
- $false: Don't look for unsupported files that can't be scanned.
509509

510510
```yaml
511-
Type: $true | $false
511+
Type: Boolean
512512
Parameter Sets: (All)
513513
Aliases:
514514
Applicable: Security & Compliance Center
@@ -785,7 +785,7 @@ The ExceptIfDocumentIsPasswordProtected parameter specifies an exception for the
785785
- $false: Don't look for password protected files.
786786

787787
```yaml
788-
Type: $true | $false
788+
Type: Boolean
789789
Parameter Sets: (All)
790790
Aliases:
791791
Applicable: Security & Compliance Center
@@ -804,7 +804,7 @@ The ExceptIfDocumentIsUnsupported parameter specifies an exception for the DLP r
804804
- $false: Don't look for unsupported files that can't be scanned.
805805

806806
```yaml
807-
Type: $true | $false
807+
Type: Boolean
808808
Parameter Sets: (All)
809809
Aliases:
810810
Applicable: Security & Compliance Center
@@ -1076,7 +1076,7 @@ The ExceptIfProcessingLimitExceeded parameter specifies an exception for the DLP
10761076
- $false: Don't look for files where scanning couldn't complete.
10771077

10781078
```yaml
1079-
Type: $true | $false
1079+
Type: Boolean
10801080
Parameter Sets: (All)
10811081
Aliases:
10821082
Applicable: Security & Compliance Center
@@ -2010,7 +2010,7 @@ The StopPolicyProcessing parameter specifies an action that stops processing mor
20102010
- $false: Continue processing more rules after this one.
20112011

20122012
```yaml
2013-
Type: $true | $false
2013+
Type: Boolean
20142014
Parameter Sets: (All)
20152015
Aliases:
20162016
Applicable: Security & Compliance Center

exchange/exchange-ps/exchange/Set-DlpComplianceRule.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ The Disabled parameter specifies whether the DLP rule is disabled. Valid values
454454
- $false: The rule is enabled. This is the default value.
455455

456456
```yaml
457-
Type: $true | $false
457+
Type: Boolean
458458
Parameter Sets: (All)
459459
Aliases:
460460
Applicable: Security & Compliance Center
@@ -473,7 +473,7 @@ The DocumentIsPasswordProtected parameter specifies a condition for the DLP rule
473473
- $false: Don't look for password protected files.
474474

475475
```yaml
476-
Type: $true | $false
476+
Type: Boolean
477477
Parameter Sets: (All)
478478
Aliases:
479479
Applicable: Security & Compliance Center
@@ -492,7 +492,7 @@ The DocumentIsUnsupported parameter specifies a condition for the DLP rule that
492492
- $false: Don't look for unsupported files that can't be scanned.
493493

494494
```yaml
495-
Type: $true | $false
495+
Type: Boolean
496496
Parameter Sets: (All)
497497
Aliases:
498498
Applicable: Security & Compliance Center
@@ -1060,7 +1060,7 @@ The ExceptIfProcessingLimitExceeded parameter specifies an exception for the DLP
10601060
- $false: Don't look for files where scanning couldn't complete.
10611061

10621062
```yaml
1063-
Type: $true | $false
1063+
Type: Boolean
10641064
Parameter Sets: (All)
10651065
Aliases:
10661066
Applicable: Security & Compliance Center
@@ -1977,7 +1977,7 @@ The StopPolicyProcessing parameter specifies an action that stops processing mor
19771977
- $false: Continue processing more rules after this one.
19781978

19791979
```yaml
1980-
Type: $true | $false
1980+
Type: Boolean
19811981
Parameter Sets: (All)
19821982
Aliases:
19831983
Applicable: Security & Compliance Center

0 commit comments

Comments
 (0)