ConnectWiseManageAPI icon indicating copy to clipboard operation
ConnectWiseManageAPI copied to clipboard

PowerShell wrapper for the ConnectWise Manage REST API

Results 15 ConnectWiseManageAPI issues
Sort by recently updated
recently updated
newest added

[PowerShell 7 changed the default behavior of Invoke-WebRequest.](https://learn.microsoft.com/en-us/powershell/scripting/whats-new/differences-from-windows-powershell?view=powershell-7.4#changes-to-web-cmdlets) requiring a minor change when running in PS7 for some data to get returned when the API redirects to another URI for...

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...

I have installed the latest version of ConnectWiseManageAPI module in a Powershell 7.4 environment. I do not have any issues with most of the commands, however the New-CWMTicket command always...

Add Get-CWMSLA and related documentation.

Hello, I'm attempting to run: `Update-CWMProductCatalog -id $CWProductCreated.id -Operation replace -Path recurringFlag -Value True` When i run this, i get an error: > Invoke-CWMWebRequest : An exception has been thrown....

https://github.com/christaylorcodes/ConnectWiseManageAPI/blob/master/Docs/New-CWMTicket.md looks like the doc here is for Get-CWMTicket not New-CWMTicket

Hi, I am trying to Bundle/Un-bundle, and possibly Merge tickets automatically and I am not seeing a clear way to do this through here. It looks like the Bundle-ing may...

When attempting to use the Update-CWMCompanyConfigurationTypeQuestionValue function from the ConnectWiseManageAPI PowerShell module, I encountered a 404 Not Found error. The purpose was to update the answer for a specific question...

Trying to add a project ticket via PowerShell, when I use the -project with New-CWMTicket I get "New-CWMTicket : Cannot process argument transformation on parameter 'project'. Cannot convert the "386"...