ConnectWise Automate Agent Deployment Troubleshooting

  1. Automate 2021 or later has known issues with agent signup during installation. Put in place the steps outlined in CW Automate Agent Installation/Signup Issue workaround to resolve signup failures.

  2. Review log for errors at c:\EZDeploy\logging\InstallLogs\Agent_Installer.log on the computer.

  3. Make sure the Deployment Requirements are in place for Windows Agents - reference
    Deployment Requirements

  4. During the agent installation process the EzdService is downloading fresh copy of the msi installer for the location specified from your Automate server and storing at C:\EzDeploy\EzdService\DownloadCache\agent_install.msi on the computer. So make sure the Deployment and Defaults tab is filled out correctly on the location in Automate - reference
    Setting the Deployment and Default Settings

 

Steps ezdeploy takes to deploy Automate agent

  1. Obtain an API Authorization token using the credentials supplied in Settings on the ezdeploy Portal.

  2. Once authenticated, obtain an “installation token” from the Automate REST API.

  3. Utilize the “installation token” to obtain the MSI installer for the specified location and download the MSI to C:\EzDeploy\EzdService\DownloadCache

  4. Run msiexec /i C:\EzDeploy\EzdService\DownloadCache\agent_install.msi /qn /l*v c:\ezdeploy\logging\InstallLogs\Agent_Installer.log

  5. Monitor registry and wait for the ComputerID value to get populated (indicating sign-up has occurred)

  6. If ComputerID does not appear within 5 minutes - ezdeploy will proceed only with any non-RMM script items in the configuration profile.

 

 

The content of this site is proprietary and confidential information of Stack Advisors, LLC. It is not intended to be distributed to any third party without the written consent of Stack Advisors, LLC.