Matthew Groat
Results
2
comments of
Matthew Groat
There's no built-in way to do it, but here's a workaround that I've used: ``` function getSharePointAll($sp, $listName) { $pageSize = 1000; $currentMax = -1; $totalResult = []; while(true) {...
I can't say this is the right way to do it, but it's what worked for me. You will need to get a login cookie for your SharePoint account (I...