Disable Throttling on SharePoint List using PowerShell

The throttling feature helps to avoid performance hits in SharePoint. We set throttling limits for an entire web application, and it’s not possible to set throttling limits on a specific SharePoint list or library. But we can disable/enable throttling on SharePoint lists. PowerShell to disable list throttling: Use the below script to…

Read more