AutomateAPI
AutomateAPI copied to clipboard
Powershell Module for the ConnectWise Automate API
I looked through a lot of the documentation but find no reference to anything about needing to have a ScreenConnect extension installed to make the connection. I looked through the...
Did you get this resolved? I have been using the module across many upgrades (well into 2023 versions) without issue. I am using the APIKey authentication method though, not username/password....
It looks like the 22.2.x.x Control server series may have broken connectivity. Now when I go through the authentication process, the result reads: ``` Exception: C:\Users\[xyz]\Documents\PowerShell\Modules\AutomateAPI\1.1.4\Public\Connect-ControlAPI.ps1:193 Line | 193 |...
I have created a Get-AutomateGroup function to the public folder of this module. I've created a doc in docs following the same format as the other functions.
Please add 'sh' support to Invoke-AutomateCommand for Mac/Linux machines in Automate. BTW, I love this wrapper! Thank you for all your efforts in creating this. -Sam
Was hoping I could use this to not only get a list of machines that fit certain requirements, but then be able to loop through each machine and set one...
Connect-AutomateAPI -ClientID $ID ` -Credential $Credential ` -Server $server ` -SkipCheck ` -TwoFactorToken $TwoFactorPasscode Output: Please enter your Automate Server address, IE: rancor.hostedrmm.com: Expected: Successfully tested and connected to the...
Because Automate came with Control some time ago, Automate agets where removed when a computer was ready for trash. But Control sessions remained in control. So it would be a...
When I run the repair option of AutomateAPI on Mac computers it duplicates the computer in LT, but when I run the repair option using this code, they are quickly...