Skip to content

Commit e6208ab

Browse files
committed
Merge branch 'master' into DLPv2-chrisda
2 parents 3329c4d + 117e6b8 commit e6208ab

File tree

4 files changed

+32
-14
lines changed

4 files changed

+32
-14
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
@@ -477,7 +477,7 @@ The Disabled parameter specifies whether the DLP rule is disabled. Valid values
477477
- $false: The rule is enabled. This is the default value.
478478

479479
```yaml
480-
Type: $true | $false
480+
Type: Boolean
481481
Parameter Sets: (All)
482482
Aliases:
483483
Applicable: Security & Compliance Center
@@ -496,7 +496,7 @@ The DocumentIsPasswordProtected parameter specifies a condition for the DLP rule
496496
- $false: Don't look for password protected files.
497497

498498
```yaml
499-
Type: $true | $false
499+
Type: Boolean
500500
Parameter Sets: (All)
501501
Aliases:
502502
Applicable: Security & Compliance Center
@@ -515,7 +515,7 @@ The DocumentIsUnsupported parameter specifies a condition for the DLP rule that
515515
- $false: Don't look for unsupported files that can't be scanned.
516516

517517
```yaml
518-
Type: $true | $false
518+
Type: Boolean
519519
Parameter Sets: (All)
520520
Aliases:
521521
Applicable: Security & Compliance Center
@@ -798,7 +798,7 @@ The ExceptIfDocumentIsPasswordProtected parameter specifies an exception for the
798798
- $false: Don't look for password protected files.
799799

800800
```yaml
801-
Type: $true | $false
801+
Type: Boolean
802802
Parameter Sets: (All)
803803
Aliases:
804804
Applicable: Security & Compliance Center
@@ -817,7 +817,7 @@ The ExceptIfDocumentIsUnsupported parameter specifies an exception for the DLP r
817817
- $false: Don't look for unsupported files that can't be scanned.
818818

819819
```yaml
820-
Type: $true | $false
820+
Type: Boolean
821821
Parameter Sets: (All)
822822
Aliases:
823823
Applicable: Security & Compliance Center
@@ -1121,7 +1121,7 @@ The ExceptIfProcessingLimitExceeded parameter specifies an exception for the DLP
11211121
- $false: Don't look for files where scanning couldn't complete.
11221122

11231123
```yaml
1124-
Type: $true | $false
1124+
Type: Boolean
11251125
Parameter Sets: (All)
11261126
Aliases:
11271127
Applicable: Security & Compliance Center
@@ -2256,7 +2256,7 @@ The StopPolicyProcessing parameter specifies an action that stops processing mor
22562256
- $false: Continue processing more rules after this one.
22572257

22582258
```yaml
2259-
Type: $true | $false
2259+
Type: Boolean
22602260
Parameter Sets: (All)
22612261
Aliases:
22622262
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

whiteboard/docs-conceptual/overview.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,25 @@ To install and use the Microsoft Whiteboard cmdlets:
1111

1212
1. Open the start menu and search for Windows PowerShell
1313
2. Right-click on Windows PowerShell and choose Run As Administrator
14-
3. Type or copy this command into the window and press the Enter key: Install-Module -Name WhiteboardAdmin
14+
3. Type or copy this command into the window and press the Enter key:
15+
16+
```powershell
17+
Install-Module -Name WhiteboardAdmin
18+
```
19+
20+
By default, the PowerShell Gallery (PSGallery) isn't configured as a trusted repository for **PowerShellGet**. The first time you use the PSGallery, you'll see the following message:
21+
22+
```console
23+
Untrusted repository
24+
25+
You are installing the modules from an untrusted repository. If you trust this repository, change
26+
its InstallationPolicy value by running the `Set-PSRepository` cmdlet.
27+
28+
Are you sure you want to install the modules from 'PSGallery'?
29+
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"):
30+
```
31+
32+
Answer **Yes** or **Yes to All** to continue with the installation.
1533

1634
You may need to update your execution policy, which you can do by typing or copying this command into the window and pressing the Enter key:
1735

0 commit comments

Comments
 (0)