PSConnectWise
PSConnectWise copied to clipboard
PowerShell Module that provide several CmdLets to interact with ConnectWise REST API service.
They will start requiring a generated GUID in the clientId header sometime in Mid-March. This will completely break this module. I have modified my copy to add the extra parameter....
I'm trying to use the Update-CWServiceTicket function, but without proper documentation I'm just randomly trying the switches to see what they do and what they require when paired with different...
Hi Brian Thank you for an excellent module. I have found some issues in regards to some of the functions that should be easy fixes. 1. When calling a function...
I updated our connectwise manage instance to 2018.4 last night, and found that some queries where I was looking for ServiceboardType by name of the type and the same for...
These past few months, I have been thinking about the future of this project. I have come to the conclusion that I need to rewrite this PowerShell module. - [...
Hi there, This is a great module and I am really enjoy using it. When creating a ConnectWise session is it possible to pass the private key as an secure...
In trying to do a Create-CWConfig function, I ran into this terrible annoyance with the way that CW needs to receive [datetime] via the API. I wrote this little function...
I used to run a query to array ticket ids based on a filter (see below). These appears to no longer be working? $aSR1 = @(Get-CWServiceTicket -Filter "status/name='Acknowledged' and board/id=20...
Create function to add expense entries. Create Add-CWExpenseEntry Advanced Function Create Get-CWExpenseEntry Advanced Function Create Remove-CWExpenseEntry Advanced Function Created Pester Tests for the Above (copy/pasted from your CWTimeEntry issue -...
Can the update-cwserviceticket update the due date on a ticket?