homotechsual / HaloAPI

PowerShell module for the Halo Service Solutions series of software products.
MIT License
47 stars 35 forks source link

Adds Set-HaloTicketBatch and Set-HaloActionBatch #36

Closed cscaminaci closed 6 months ago

cscaminaci commented 6 months ago

Set-HaloTicketBatch accepts a batch of up to 100 tickets in an array of arrays to update in a batch.

Set-HaloActionbatch accepts a batch of up to 100 actions in an array of arrays to update in a batch post.

Test-HaloActionBatch.ps1 is a test to prove that bulk action posting works