Skip to content

Commit fa589e6

Browse files
authored
Update New-SensitiveInformationScan.md
1 parent 55786be commit fa589e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exchange/exchange-ps/exchange/New-SensitiveInformationScan.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
5454
### Example 1
5555
```powershell
5656
New-SensitiveInformationScan "SharePoint scan" -SharePointLocation All
57+
5758
New-SensitiveInformationScanRule "SharePoint scan rule" -ContentExtensionMatchesWords "pdf", "docx" -Policy "SharePoint scan" -Workload SharePoint
5859
```
5960

60-
Above example creates a scan for all sharepoint sites scoped to pdf and docx files only.
61+
This example creates a scan for all SharePoint sites scoped to pdf and docx files only.
6162

6263
## PARAMETERS
6364

0 commit comments

Comments
 (0)