PowerShell Script to Install VSPC Management Agent on Tenant VBR Server


Userlevel 6
Badge +10

This short script updates the management setting for a service provider on a customer’s VBR server to install the VSPC management agent.

 

Simply put part of the URL of the Cloud Connect server (or VCSP domain name) into the filter on line 11. If multiple service providers that contain the string are added, such as separate hosts for backup and replication jobs, the script will automatically choose the server with the most jobs pointed to it.

 

For easier distribution to customers, the script can be compiled as an executable after modification using a program such as PS2EXE. The script only takes a few seconds to run on the customer’s VBR server, after which the management agent will install, connect to VSPC, and start syncing data behind the scenes.

 

A try-catch method is included to ensure compatibility with customers still using version 10 or 10a of VBR since it is not yet EOL at the time of posting.


3 comments

Userlevel 7
Badge +17

Very nice script 👍🏼 Useful for every service Provider.

Userlevel 7
Badge +22

Sweet!

Userlevel 7
Badge +20

Love little things like this and making an MSPs life easier helps too.  😂

Comment