Alert! Theres a lot of SharePoint online tenants (Office365) where external users can reshare, because the default setting is that they are allowed to do so. A simple PowerShell commandlet run by the SPO admin revert this setting:

PS>Connect-SPOService -url https://"mytenant"-admin.sharepoint.com
set-spotenant -PreventExternalUsersFromResharing $true

image

by Thorbjørn Værp on Mar 27, 2017 at 5:05 PM

tagged:

Leave a Reply