Reputation: 1
I tried to secure a Sharepoint Site from being shared with Links that are company wide, so I used:
Set-SPOSite -identity https://company.sharepoint.com/sites/sitename -DisableCompanyWideSharingLinks Disabled
I then realized that I disabled the Links from the "New Forms" from each List to be company wide as well. enter image description here
They are suppose to remain available organization wide so people can use them for data entry without having access to the list itself. I noticed that the links are different... "People in your organization with this link can respond"
Instead of "People in your organization with this link can edit/view"
Is there a way to enable "Can Respond" Links and disable "edit/view" Links.
Thank you very much for all your support and understanding!
I tried to disable sharing links with the organization from the Sharepoint Site Settings, but it didn't work at all, so I tried the PowerShell code above.
But as I said.. the forms should've remained organization wide.
I cannot find any settings for the "New Forms" Permissions anywhere.
Upvotes: -1
Views: 10