Chocolatey Packages

Documentation about My Chocolatey Packages.

View project on GitHub

Veeam Service Provider Console Management Agent Veeam Service Provider Console Management Agent

Usage

To install Veeam Service Provider Console Management Agent, run the following command from the command line or from PowerShell:

choco install veeam-service-provider-console-management-agent

To upgrade Veeam Service Provider Console Management Agent, run the following command from the command line or from PowerShell:

choco upgrade veeam-service-provider-console-management-agent

To uninstall Veeam Service Provider Console Management Agent, run the following command from the command line or from PowerShell:

choco uninstall veeam-service-provider-console-management-agent

Description

Exit when reboot detected

When installing / upgrading these packages, I would like to advise you to enable this feature choco feature enable -n=exitOnRebootDetected

Veeam Service Provider Console Management Agent

Veeam Service Provider Console Management Agent A Veeam Service Provider Console management agent can act as a cloud agent, client agent, master agent or infrastructure agent.

  • Cloud management agent is used to interact with Veeam Cloud Connect servers in the service provider infrastructure.
  • Client management agent is used to interact with Veeam products installed on client computers.
  • Master management agent is used to perform discovery of computers in the client infrastructure, and automate installation and update of Veeam backup agents.
  • Infrastructure management agent is used to interact with Veeam products hosted in the service provider infrastructure.

Package Parameters

To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades.

This package accepts a lot of parameters. Some of them are required the installation. For the full list of parameters, please have a look at the documentation

Required parameters

  • None by default. Specify /vacConnectionAccount and /vacConnectionAccountPassword when /vacAgentAccountType is set to 2.

  • /installDir - Installs the component to the specified location. By default, Veeam Service Provider Console uses the CommunicationAgent subfolder of the C:\Program Files\Veeam\Availability Console folder. Example: /installDir:"C:\Veeam\" NOTE: The component will be installed to the C:\Veeam\CommunicationAgent folder.
  • /vacAgentAccountType - Specifies the type of account under which management agent service will run. Specify 2 if you want to run management agent under a custom account. If you do not use this parameter, management agent service will run under local System account (default value, 1). Example: /vacAgentAccountType:2
  • /vacConnectionAccount - Specifies the name of an account under which management agent service will run. You must use this parameter if you have specified 2 for the /vacAgentAccountType parameter. Example: /vacConnectionAccount:"masteragent\backupadmin"
  • /vacConnectionAccountPassword - Specifies the password of an account under which management agent service will run. You must use this parameter if you have specified 2 for the /vacAgentAccountType parameter. Example: /vacConnectionAccountPassword:"P@ssw0rd"
  • /vacManagementAgentTagName - Specifies the custom tag for the management agent. Example: /vacManagementAgentTagName:"alfa_company"

Example: choco install veeam-service-provider-console-management-agent --params "/installdir:C:\Veeam"

Please Note: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know here that the package is no longer updating correctly.

Chocolatey Package Page

Software Site

Package Source