How to Deploy Windows Management Agents with GPO
This topic describes how you can deploy the Veeam Service Provider Console management agent setup file to client computers using GPO.
You must create an MST file with custom configuration parameters and use this MST file to deploy the Veeam Service Provider Console management agents on client computers. The management agents will use parameters specified in the MST file to connect to a cloud gateway on the service provider side.
Required Details
Obtain the following data from the service provider:
- Port on the cloud gateway used to transfer backup data to and from cloud repositories
- Thumbprint of a certificate that is installed on the Veeam Service Provider Console and Veeam Cloud Connect servers
Step 1. Unpack Management Agent Setup Files
Unpack the content of the management agent setup file:
- Obtain the necessary version of the Veeam Service Provider Console management agent setup file from your service provider.
- Copy the unpacked files to a network share.
The network share must be accessible from all client computers on which you want to deploy the management agent.
Make sure you set at least Read permissions on the files.
Step 2. Create MST Configuration File
Create an MST configuration file with installation parameters that point to the necessary cloud gateway:
- In the directory with the setup file, open the management agent setup file for edit with Orca.
For details on Orca, see Windows Dev Center.
- In the menu, choose Transform > New Transform.
- In the Tables pane, click Property.
- Add the following properties to the table:
- ACCEPT_THIRDPARTY_LICENSES — specifies if you want to accept the terms of the license agreement for the 3rd party components.
Specify 1 if you want to accept the terms and proceed with installation.
- ACCEPT_EULA — specifies if you want to accept the terms of the Veeam license agreement.
Specify 1 if you want to accept the terms and proceed with installation.
- ACCEPT_LICENSING_POLICY — specifies if you want to accept the terms of the Veeam licensing policy.
Specify 1 if you want to accept the terms and proceed with installation.
- ACCEPT_REQUIRED_SOFTWARE — specifies if you want to accept the terms of the required software license agreement.
Specify 1 if you want to accept the terms and proceed with installation.
- VAC_CERT_THUMBPRINT — thumbprint of a certificate that is installed on the Veeam Service Provider Console server, and used to secure traffic between the service provider and clients.
The thumbprint is used to verify the authenticity of the certificate. Although this property is optional, it is recommended that you specify it.
- If your service provider has changed the default port number when deploying the cloud gateway, locate the CC_GATEWAY_PORT property and change the port value.
- In the menu, choose Transform > Generate Transform.
- Save the MST file with configuration details.
- Close Orca.
- Copy the MST to a network share.
The network share must be accessible from all client computers on which you want to deploy the management agent.
Make sure you set at least Read permissions on the file.
Step 3. Create Group Policies
Create a Group Policy that will install and configure the management agent on client computers:
- Log on to a domain controller.
- Open the Group Policy Management Console.
- Right-click the OU which includes computers on which management agents must be deployed, and choose to create a new Group Policy Object.
- Right-click the Group Policy Object and choose Edit.
- In the left pane of the Group Policy Management Editor, expand Computer Configuration > Policies > Software Settings.
- Right-click Software Installation and select New > Package.
- In the Open window, point to the management agent setup file located on the network share.
- In the Deploy Software window, choose the Advanced deployment method.
- Open the Modifications tab, click Add and choose the MST file located on the network share.
- Click OK.
- In the left pane of the Group Policy Management Editor, expand Computer Configuration > Policies > Administrative Templates > System > Logon.
- Right-click the Always wait for the network at computer startup and logon policy setting and choose Edit.
- In the policy setting window, select Enabled and click OK.
- Close the Group Policy Management Editor.
Step 4. Apply Group Policies to Client Computers
Apply the created Group Policy to client computers.