Disable Throttling on SharePoint List

    $Site  =  Get-SPWeb –Identity <URL> $List  =  $Site.Lists["List Name"] $List.EnableThrottling =  $false $List.Update()





Comments

Popular posts from this blog

Adjust the Search SharePoint Performance level

SharePoint 2013 User Profile synchronization versus import

Usage and Popularity Trends Report not showing correct numbers