SharePoint Online: Get List Items from Large Lists ( >5000 Items) using PowerShell without List View Threshold Exceeded Error

Problem: When you try to get items from larger lists with more than 5000 items through PowerShell, You get the list view threshold exceeded issue in SharePoint Online! A typical PowerShell CSOM script to get list items from a list resulted in an error: “Exception calling “ExecuteQuery” with “0” argument(s): “The attempted…

Read more