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
/vacConnectionAccountand/vacConnectionAccountPasswordwhen/vacAgentAccountTypeis set to2. /installDir- Installs the component to the specified location. By default, Veeam Service Provider Console uses theCommunicationAgentsubfolder of theC:\Program Files\Veeam\Availability Consolefolder. Example:/installDir:"C:\Veeam\"NOTE: The component will be installed to theC:\Veeam\CommunicationAgentfolder./vacAgentAccountType- Specifies the type of account under which management agent service will run. Specify2if 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 specified2for the/vacAgentAccountTypeparameter. 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 specified2for the/vacAgentAccountTypeparameter. 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.