Skip to content

Commit f2d9431

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 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+
Above example updates the on-demand classification scan to also include All OneDrive for business accounts.
7373

7474
## PARAMETERS
7575

@@ -96,7 +96,7 @@ 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.
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.
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

@@ -118,7 +118,7 @@ Accept wildcard characters: False
118118
### -AddEndpointDlpLocationException
119119
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Microsoft Entra ID.
120120

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.
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.
122122

123123
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>"`.
124124

@@ -425,7 +425,7 @@ Accept wildcard characters: False
425425
```
426426

427427
### -Mode
428-
{{ Fill Mode Description }}
428+
Defines scan mode. Setting to Enable start the scan.
429429

430430
```yaml
431431
Type: PolicyMode
@@ -671,7 +671,7 @@ Accept wildcard characters: False
671671
```
672672

673673
### -StartImpactAssessment
674-
{{ Fill StartImpactAssessment Description }}
674+
Start cost estimation for on-demand classification scan
675675

676676
```yaml
677677
Type: Boolean
@@ -687,7 +687,7 @@ Accept wildcard characters: False
687687
```
688688

689689
### -StopImpactAssessmentAndStartClassification
690-
{{ Fill StopImpactAssessmentAndStartClassification Description }}
690+
Stop cost estimation and start classification for devices where estimation had completed successfully.
691691

692692
```yaml
693693
Type: Boolean

0 commit comments

Comments
 (0)