Forum Discussion
Share with anyone with the link setting is grey out, why?
- Aug 19, 2019
Works fine here. Don't forget that the sharing settings can be configured on the individual SC level, so even if the org-wide settings allow anonymous sharing overall, some SC/ODFB libraries might not have the option available.
In my case, I can share just fine from my personal ODFB or from a generic SPO site. I get the same behavior as you when I try to share from a Comm site or Group/Team one. When I look at the settings of the corresponding SC though, I see this:
SharingCapability : ExistingExternalUserSharingOnly
So it seems working as expected.
I am likewise trying to remedy the problem of being greyed out. My business absolutely needs to share out of company, and 365 support has directed me to the Powershell remedy, but they can't seem to get the command right. What is the proper "Set-SPOSite -Identity" command? They feel I need to identify a server site, but can't figure out what that site should be. How did you make it work?
Hi guys,
Glad that this thread can make futher efforts to you. I am trying to get what I did.
First, you need to install the sharepoint online management shell.
Open it and connect to your tenant with below command for example.
Connect-SPOService -Url https://domain-admin.sharepoint.com -credential admin@domain.onmicrosoft.com
After this, you can get the properties of some site you want.
Below is the reference for you guys, please find the -SharingCapability related contents.
- rexpauApr 13, 2020Copper Contributor
Justin Liu hi.. what if I'm using MAC OS? do i have sharepoint management shell?
- Apr 13, 2020No, you can do this via SharePoint admin center now on the site details pane/ Policies tab under sharing.