Skip to content

Commit 69e8d1c

Browse files
authored
Update Set-SensitiveInformationScanRule.md
1 parent 0302ee5 commit 69e8d1c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

exchange/exchange-ps/exchange/Set-SensitiveInformationScanRule.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
4343

4444
### Example 1
4545
```powershell
46-
{{ Add example code here }}
46+
Set-SensitiveInformationScanRule "SharePoint scan rule1" -ContentExtensionMatchesWords "pdf", "docx,csv" -StartImpactAssessment $true
4747
```
4848

49-
{{ Add example description here }}
49+
Above example updates the on-demand classification scan to classify pdf, docx and csv file types.
5050

5151
## PARAMETERS
5252

@@ -287,5 +287,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
287287
## OUTPUTS
288288

289289
## NOTES
290+
- Modifying rule in ClassificationInProgress and ClassificationComplete states is not allowed
291+
- StartImpactAssessment $true must be passed to restart estimation. Otherwise, scan remains in ImpactAssessmentRequired state
292+
290293

291294
## RELATED LINKS

0 commit comments

Comments
 (0)