Forum Discussion

David Shvartsman's avatar
David Shvartsman
Copper Contributor
Feb 20, 2018
Solved

Unable to modify SharingCapability property for SPO Site using Set-SPOSite

We are trying to configure SPO Sites for sharing with external users using PowerShell by executing the following command: Set-SPOSite -Identity "https://{tenant}.sharepoint.com/sites/{sitename}" -S...
  • Anonymous's avatar
    Anonymous
    Feb 20, 2018
    Have you tried setting the -SharingCapability setting first by itself then adding the others? I use that flag all the time and it works. What error are your receiving? It's possible that you must have the Sharing setting on the tenant level to a level that falls under the setting you are setting for that site. So the tenant level setting probably needs to allow external sharing before you can set it at the site level. Just a thought, but try solo, and maybe even set it to a lesser setting and see if it takes, if it does and it's not letting you set to external users it might be that tenant setting slider that needs increased to allow it on a site.

Resources