Skip to content

Commit b01c431

Browse files
authored
Update Set-SensitiveInformationScan.md
1 parent f2d9431 commit b01c431

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
@@ -69,7 +69,7 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
6969
Set-SensitiveInformationScan "SharePoint scan" -AddOneDriveLocation All -Workload OneDriveForBusiness
7070
```
7171

72-
Above example updates the on-demand classification scan to also include All OneDrive for business accounts.
72+
This example updates the on-demand classification scan to also include all OneDrive accounts.
7373

7474
## PARAMETERS
7575

@@ -96,10 +96,12 @@ Accept wildcard characters: False
9696
### -AddEndpointDlpLocation
9797
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Microsoft Entra ID.
9898
99-
The AddEndpointDLPLocation parameter specifies the user accounts to add to the list of included accounts for Endpoint DLP if you used the value All for the EndpointDLPLocation parameter. You identify the account by name or email address. A scan cannot have Endpoint devices and SharePoint/OneDrive for business locations together.
99+
The AddEndpointDLPLocation parameter specifies the user accounts to add to the list of included accounts for Endpoint DLP if you used the value All for the EndpointDLPLocation parameter. You identify the account by name or email address.
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
@@ -118,10 +120,12 @@ Accept wildcard characters: False
118120
### -AddEndpointDlpLocationException
119121
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Microsoft Entra ID.
120122

121-
The AddEndpointDlpLocationException parameter specifies the user accounts to add to the list of excluded accounts for Endpoint DLP if you used the value All for the EndpointDLPLocation parameter. You identify the account by name or email address. A scan cannot have Endpoint devices and SharePoint/OneDrive for business locations together.
123+
The AddEndpointDlpLocationException parameter specifies the user accounts to add to the list of excluded accounts for Endpoint DLP if you used the value All for the EndpointDLPLocation parameter. You identify the account by name or email address.
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-
Defines scan mode. Setting to Enable start the scan.
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-
Start cost estimation for on-demand classification scan
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-
Stop cost estimation and start classification for devices where estimation had completed successfully.
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)