Forum Discussion
Cole_McDonald
6 years agoProfessor
I have an error in the Get-LMRestAPIObjectListing function. I'm calculating the offset as:
$offset = ($counter * $size) + 1
it should be:
$offset = $counter * $size
Adding 1 at the outset was skipping item 0 - rookie mistake ;)
Related Content
- 7 months ago
- 12 months ago
- 10 months ago
- 5 months ago