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
- 5 months ago
- 11 months ago
- 4 months ago
- 8 months ago
- 3 months ago