christaylorcodes / ConnectWiseManageAPI

PowerShell wrapper for the ConnectWise Manage REST API
MIT License
108 stars 61 forks source link

Document Download and BoardItems #57

Closed dawsobr2 closed 2 months ago

dawsobr2 commented 7 months ago

I've updated the cmdlet Get-CWMDocument to include a download parameter in order to download the document. The document will be downloaded in a byte-array.

I've also added cmdlets for managing Items on service boards.

dawsobr2 commented 7 months ago

I've updated the cmdlet Get-CWMDocument to include a download parameter in order to download the document. The document will be downloaded in a byte-array.

I've also added cmdlets for managing Items on service boards.

christaylorcodes commented 2 months ago

Thanks for the contribution