This has been forked from https://github.com/christaylorcodes/ConnectWiseManageAPI/tree/master/ConnectWiseManageAPI as a temporary workaround related to Powershell 7.4+ and ConnectWise proxy redirect issues
This Module must be manually installed as it is not currently available in the Powershell Gallery.
To copy to your local PowerShell modules storage on Windows OS
Copy-Item 'C:\**\ConnectWiseManageAPI\ConnectWiseManageAPI' -Destination "$env:ProgramFiles\WindowsPowerShell\Modules" -Recurse
If you are using a different hosted service like an Azure function app you need to add this as a custom module
- https://jeffbrown.tech/azure-functions-powershell-module/
- https://techcommunity.microsoft.com/blog/appsonazureblog/steps-to-manually-add-powershell-modules-in-function-app/4163463
As of 8/14/2019 ConnectWise requires the use of a Client ID to interact with the API.
The Wiki has some great information on how to get started with the module.
