question

BeranKarel-7013 avatar image
0 Votes"
BeranKarel-7013 asked CaseyYangMSFT-4714 commented

SharePoint Anyone link cannot be enabled

Hello.

Even though Anyone link is enabled in the SharePoint Administrative Center - Sharing and Active Sites, it still doesn't work. The Anyone link option is not active (grayed out) and still shows a message that your organization is blocking this option.

Do I need to set up above the SharePoint level? In Microsoft 365 or Azure?

Thank you for the advice.

office-sharepoint-server-administration
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

CaseyYangMSFT-4714 avatar image
0 Votes"
CaseyYangMSFT-4714 answered

Hi @BeranKarel-7013,

1.Please check you Sharing and Active Sites setting again. Make sure you have sharing settings enabled properly.

2.This issue may also occur if the site collection feature Limited-access user permission lockdown mode is activated. You could try to deactivate Limited-access user permission lockdown mode feature.
Settings > Site Information > View all site settings > Site collection features > Limited-access user permission lockdown

3.You could try to use PowerShell code to set SharingCapability.
PowerShell code:

 Set-SPOSite -Identity your site url -SharingCapability ExternalUserAndGuestSharing

For Reference:
https://docs.microsoft.com/en-us/sharepoint/troubleshoot/administration/sharing-options-grayed-out-when-sharing-from-sharepoint-online-or-onedrive


If an Answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.





5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

BeranKarel-7013 avatar image
0 Votes"
BeranKarel-7013 answered CaseyYangMSFT-4714 commented

Hi, thank you for your response.
I've already tried and checked all this (except PowerShell). After activating / deactivating the Limited-access user permission lockdown, I have achieved that Any link works for me for open channels, but still not for private channels.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.