Deploying Backup Agents For Windows Using ConnectWise Automate

ConnectWise Automate is the industry-leading IT automation software providing users with the automation feature of any IT task to improve customer IT services. This article is a tutorial that explains how you can perform an automated remote deployment and configuration of Backup Agents for Windows.

Before using ConnectWise integration, make sure that your hardware meets the following requirements:

  • Windows 7 or later
  • .NET 4.0
  • Automate Control Center 10.5 or higher
  • HTTPS connectivity to ConnectWise Automate server

This chapter covers the following topics:

Installation

Download Build

  1. Open the Management Console.
  2. Click Downloads.
  3. Select Backup for Windows, then click the download icon.

If required, update the Backup Agent version

Create New Script

  1. Run Automate Control Center.
  2. Open the View Scripts page, then click +.

Add Statements

  1. To add a new Then statement, right-click, then select Add.

  1. Add five statements to download, install, then activate Backup Agent for Windows. To learn the deployment basics, refer to the Command Line Interface section.

  1. Create C:\BackupABC folder to save the Backup Agent. You can skip this step, then select any existing folder.

  1. Download Backup Agent.
  • Function — File Download URL
  • URL — the build's link copied earlier
  • Local File — path to the download destination.

Silent Installation

  • Function — PowerShell Command as Admin
  • Command — "build_location\build_name.exe -ArgumentList “/S”"

Select Edition

  • Function — Console Shell
  • Command — "C:\Program Files (x86)\Company ABC\Backup ABC\cbb.exe" option -edition edition_name"
  • edition name — could be on of the following options:
    • desktop - Regular license
    • baremetal - Image Based Backup license
    • mssql - SQL License
    • msexchange - Exchange License
    • mssqlexchange - SQL + Exchange License
    • ultimate — Ultimate backup license

Note that the directory may vary depending on the architecture of your operating system.>

Add User

  • Function — Console Shell
  • Command — C:\Program Files (x86)\Company ABC\Backup ABC\cbb.exe" addAccount -e UserName -p PassWord

Further Options

Once Managed Backup is integrated with ConnectWise Automate, the following steps are available:

  • Include an additional “Console Shell” command. Refer to the list of available cbb.exe commands in the Windows chapter
  • Once the script is created, it can be deployed to a customers' computers in the Browse section. To do this:
    • right click, select Script > Script name, then select Schedule once and click OK)
  • Configure Managed Backup Remote Deploy Service to distribute default plans and configurations
https://git.cloudberrylab.com/egor.m/doc-help-kb.git