Skip to content

Commit 6e0a8d6

Browse files
authored
Merge pull request #12895 from aamalhot/patch-22
Update Set-SensitiveInformationScan.md
2 parents b205c8e + b01c431 commit 6e0a8d6

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

exchange/exchange-ps/exchange/Set-SensitiveInformationScan.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
1616

17-
Use the Set-SensitiveInformationScan cmdlet to modify sensitive information scans.
17+
Use the Set-SensitiveInformationScan cmdlet to modify on-demand classification scans.
1818

1919
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2020

@@ -66,10 +66,10 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
6666

6767
### Example 1
6868
```powershell
69-
{{ Add example code here }}
69+
Set-SensitiveInformationScan "SharePoint scan" -AddOneDriveLocation All -Workload OneDriveForBusiness
7070
```
7171

72-
{{ Add example description here }}
72+
This example updates the on-demand classification scan to also include all OneDrive accounts.
7373

7474
## PARAMETERS
7575

@@ -100,6 +100,8 @@ The AddEndpointDLPLocation parameter specifies the user accounts to add to the l
100100
101101
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"<value1>","<value2>",..."<valueX>"`.
102102

103+
A scan can't have Endpoint devices and SharePoint/OneDrive locations together in the same command.
104+
103105
For more information about Endpoint DLP, see [Learn about Endpoint data loss prevention](https://learn.microsoft.com/purview/endpoint-dlp-learn-about).
104106

105107
```yaml
@@ -122,6 +124,8 @@ The AddEndpointDlpLocationException parameter specifies the user accounts to add
122124

123125
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"<value1>","<value2>",..."<valueX>"`.
124126

127+
A scan can't have Endpoint devices and SharePoint/OneDrive locations together in the same command.
128+
125129
For more information about Endpoint DLP, see [Learn about Endpoint data loss prevention](https://learn.microsoft.com/purview/endpoint-dlp-learn-about).
126130

127131
```yaml
@@ -425,7 +429,13 @@ Accept wildcard characters: False
425429
```
426430

427431
### -Mode
428-
{{ Fill Mode Description }}
432+
The Mode parameter specifies the scan mode. Valid values are:
433+
434+
- Enable: Use this value to start the scan.
435+
- Disable
436+
- TestWithNotifications
437+
- TestWithoutNotifications
438+
- PendingDeletion
429439

430440
```yaml
431441
Type: PolicyMode
@@ -671,7 +681,10 @@ Accept wildcard characters: False
671681
```
672682

673683
### -StartImpactAssessment
674-
{{ Fill StartImpactAssessment Description }}
684+
The StartImpactAssessment parameter specifies whether to start cost estimation for on-demand classification scans. Valid values are:
685+
686+
- $true: Start cost estimation for on-demand classification scans.
687+
- $false: Don't start cost estimation for on-demand classification scans.
675688

676689
```yaml
677690
Type: Boolean
@@ -687,7 +700,10 @@ Accept wildcard characters: False
687700
```
688701

689702
### -StopImpactAssessmentAndStartClassification
690-
{{ Fill StopImpactAssessmentAndStartClassification Description }}
703+
The StopImpactAssessmentAndStartClassification specifies whether to stop cost estimation and start classification for devices where estimation completed successfully. Valid values are:
704+
705+
- $true: Start classification for devices where estimation completed successfully.
706+
- $false: Don't start classification for devices where estimation completed successfully.
691707

692708
```yaml
693709
Type: Boolean

0 commit comments

Comments
 (0)