diff --git a/exchange/exchange-ps/exchange/New-SensitiveInformationScan.md b/exchange/exchange-ps/exchange/New-SensitiveInformationScan.md index f019f75294..d2fbd755e1 100644 --- a/exchange/exchange-ps/exchange/New-SensitiveInformationScan.md +++ b/exchange/exchange-ps/exchange/New-SensitiveInformationScan.md @@ -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