ConnectWiseManageAPI
ConnectWiseManageAPI copied to clipboard
Update Invoke-CWMWebRequest.ps1 to include -AllowInsecureRedirect
Adds -AllowInsecureRedirect to the Invoke-WebRequest to allow proper communication with the ConnectWise servers. I have not investigated this properly for security issues, however nothing seems to have changed on CW end but since the implementation of this in PowerShell it will no longer return ID's on New-CWM* commands, this will fix.
Fixes Issue #70