This article is for IT Contacts.
When a Safeguarding Contact using a different domain attempts to view a flagged image, Microsoft alerts the file owner by email. This is caused by your SharePoint Online settings and not by Cloud Scan.
To switch off the alerts:
- Connect to SharePoint Online’s Connect-SPOService cmdlet with your administrator credentials.
- Open the Set-SPOTenant cmdlet and set the value for NotifyOwnersWhenItemsReshared parameter to $false.
- Your PowerShell Command should look like the following:
Set-SPOTenant -NotifyOwnersWhenItemsReshared $false
For the most detailed and up-to-date information, refer to the official Microsoft documentation.
Comments
0 commentsPlease sign in to leave a comment.