Subscribe:

Labels

Thursday, September 27, 2018

Anonymous access to get items through CSOM


Add-PSSnapin Microsoft.SharePoint.PowerShell
cls
$webapp = Get-SPWebApplication "http://abc.com/sites/SC/"
$webapp.ClientCallableSettings.AnonymousRestrictedTypes.Remove([microsoft.sharepoint.splist], "GetItems")
$webapp.Update()

No comments:

Post a Comment