Skip to content

Commit 117e6b8

Browse files
authored
Merge pull request MicrosoftDocs#7450 from MicrosoftDocs/chrisda
Parameter type '$true | $false' to 'Boolean'
2 parents 02fbbbe + fd48193 commit 117e6b8

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
@@ -446,7 +446,7 @@ The Disabled parameter specifies whether the DLP rule is disabled. Valid values
446446
- $false: The rule is enabled. This is the default value.
447447

448448
```yaml
449-
Type: $true | $false
449+
Type: Boolean
450450
Parameter Sets: (All)
451451
Aliases:
452452
Applicable: Security & Compliance Center
@@ -465,7 +465,7 @@ The DocumentIsPasswordProtected parameter specifies a condition for the DLP rule
465465
- $false: Don't look for password protected files.
466466

467467
```yaml
468-
Type: $true | $false
468+
Type: Boolean
469469
Parameter Sets: (All)
470470
Aliases:
471471
Applicable: Security & Compliance Center
@@ -484,7 +484,7 @@ The DocumentIsUnsupported parameter specifies a condition for the DLP rule that
484484
- $false: Don't look for unsupported files that can't be scanned.
485485

486486
```yaml
487-
Type: $true | $false
487+
Type: Boolean
488488
Parameter Sets: (All)
489489
Aliases:
490490
Applicable: Security & Compliance Center
@@ -727,7 +727,7 @@ The ExceptIfDocumentIsPasswordProtected parameter specifies an exception for the
727727
- $false: Don't look for password protected files.
728728

729729
```yaml
730-
Type: $true | $false
730+
Type: Boolean
731731
Parameter Sets: (All)
732732
Aliases:
733733
Applicable: Security & Compliance Center
@@ -746,7 +746,7 @@ The ExceptIfDocumentIsUnsupported parameter specifies an exception for the DLP r
746746
- $false: Don't look for unsupported files that can't be scanned.
747747

748748
```yaml
749-
Type: $true | $false
749+
Type: Boolean
750750
Parameter Sets: (All)
751751
Aliases:
752752
Applicable: Security & Compliance Center
@@ -1002,7 +1002,7 @@ The ExceptIfProcessingLimitExceeded parameter specifies an exception for the DLP
10021002
- $false: Don't look for files where scanning couldn't complete.
10031003

10041004
```yaml
1005-
Type: $true | $false
1005+
Type: Boolean
10061006
Parameter Sets: (All)
10071007
Aliases:
10081008
Applicable: Security & Compliance Center
@@ -1888,7 +1888,7 @@ The StopPolicyProcessing parameter specifies an action that stops processing mor
18881888
- $false: Continue processing more rules after this one.
18891889

18901890
```yaml
1891-
Type: $true | $false
1891+
Type: Boolean
18921892
Parameter Sets: (All)
18931893
Aliases:
18941894
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
@@ -430,7 +430,7 @@ The Disabled parameter specifies whether the DLP rule is disabled. Valid values
430430
- $false: The rule is enabled. This is the default value.
431431

432432
```yaml
433-
Type: $true | $false
433+
Type: Boolean
434434
Parameter Sets: (All)
435435
Aliases:
436436
Applicable: Security & Compliance Center
@@ -449,7 +449,7 @@ The DocumentIsPasswordProtected parameter specifies a condition for the DLP rule
449449
- $false: Don't look for password protected files.
450450

451451
```yaml
452-
Type: $true | $false
452+
Type: Boolean
453453
Parameter Sets: (All)
454454
Aliases:
455455
Applicable: Security & Compliance Center
@@ -468,7 +468,7 @@ The DocumentIsUnsupported parameter specifies a condition for the DLP rule that
468468
- $false: Don't look for unsupported files that can't be scanned.
469469

470470
```yaml
471-
Type: $true | $false
471+
Type: Boolean
472472
Parameter Sets: (All)
473473
Aliases:
474474
Applicable: Security & Compliance Center
@@ -986,7 +986,7 @@ The ExceptIfProcessingLimitExceeded parameter specifies an exception for the DLP
986986
- $false: Don't look for files where scanning couldn't complete.
987987

988988
```yaml
989-
Type: $true | $false
989+
Type: Boolean
990990
Parameter Sets: (All)
991991
Aliases:
992992
Applicable: Security & Compliance Center
@@ -1855,7 +1855,7 @@ The StopPolicyProcessing parameter specifies an action that stops processing mor
18551855
- $false: Continue processing more rules after this one.
18561856

18571857
```yaml
1858-
Type: $true | $false
1858+
Type: Boolean
18591859
Parameter Sets: (All)
18601860
Aliases:
18611861
Applicable: Security & Compliance Center

0 commit comments

Comments
 (0)