Quantcast
Channel: Veeam Support Knowledge Base
Viewing all articles
Browse latest Browse all 4362

How to deploy Veeam Service Provider Console Communication Agent via PowerShell

$
0
0

Challenge

Some deployment scenarios may require that the Veeam Service Provider Console Communication Agent is deployed via Windows PowerShell in the silent mode.

Solution

Run Windows PowerShell as administrator and execute following command with correct values for 
  • Tenant's username in VAC_TENANT=<TenantName>
  • Tenant's password in VAC_TENANT_PASSWORD=<Password>
  • IP of the Veeam Cloud Gateway in CC_GATEWAY=<CloudConnectGateway>
Msiexec.exe /i VAC.CommunicationAgent.x64.msi /l*v C:\Temp\VAC_MA_install.log /qn VAC_MANAGEMENT_AGENT_TYPE=2 VAC_TENANT=<TenantName> VAC_TENANT_PASSWORD=<Password> CC_GATEWAY=<CloudConnectGateway> CC_GATEWAY_PORT=6180 VAC_THUMBPRINT=<Thumbprint>

NOTE: By default, Veeam Cloud Gateway will use port 6180 TCP/UDP, but if you have changed this when deploying the gateway, you specify the correct port in CC_GATEWAY_PORT=6180 
 

More Information

If you have any questions, contact Veeam Support.

Viewing all articles
Browse latest Browse all 4362

Trending Articles