Closed StefanM224 closed 8 months ago
Some get-task functions using INT are erroring because the listID or other parameter is too long for INT32. I changed mine to [long[]]$ListIDs and it worked perfectly. Assume this would be the same across other get functions.
I thought I got them all but I'll look through again. Thanks.
Some get-task functions using INT are erroring because the listID or other parameter is too long for INT32. I changed mine to [long[]]$ListIDs and it worked perfectly. Assume this would be the same across other get functions.