Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions exchange/exchange-ps/exchange/New-SensitiveInformationScan.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned

### Example 1
```powershell
{{ Add example code here }}
New-SensitiveInformationScan "SharePoint scan" -SharePointLocation All
New-SensitiveInformationScanRule "SharePoint scan rule" -ContentExtensionMatchesWords "pdf", "docx" -Policy "SharePoint scan" -Workload SharePoint
```

{{ Add example description here }}
This example creates a scan for all SharePoint sites scoped to pdf and docx files only.

## PARAMETERS

Expand Down