Deploying Settings to Veeam Agent Computers
If you want to automate application of Veeam Agent settings to protected computers, you can use the Veeam Backup PowerShell module. For more information about the module, see the Veeam PowerShell Reference.
IMPORTANT |
Make sure that you have tested the cmdlets described in this section in a test lab before their execution in the production environment. Operations performed with these cmdlets can cause data loss, and you will not be able to undo changes. |
Deploying Settings
To deploy settings to managed computers, perform the following steps:
- Start a Veeam PowerShell session. For more information, see the Starting Veeam PowerShell Sessions in the Veeam PowerShell Reference.
- Create a new configuration option for Veeam Agent settings using the New-VBRDiscoveredComputerConfigurationOption cmdlet. For more information, see the New-VBRDiscoveredComputerConfigurationOption section in the Veeam PowerShell Reference.
- Add the created configuration option to a configuration policy and assign the configuration policy to a protected computer or a protection group using the Add-VBRDiscoveredComputerConfigurationPolicy cmdlet. For more information, see the Add-VBRDiscoveredComputerConfigurationPolicy section in the Veeam PowerShell Reference.
- Rescan the protected computer or the protection group to apply new settings. For more information, see Rescanning Protected Computer or Rescanning Protection Group.
Checking Current Settings
To check what settings are applied to managed computers, use the Get-VBRDiscoveredComputerConfigurationPolicy cmdlet. For more information, see the Get-VBRDiscoveredComputerConfigurationPolicy section in the Veeam PowerShell Reference.
Deleting Settings
To delete a configuration policy that contains a configuration option for Veeam Agent settings, use the the Remove-VBRDiscoveredComputerConfigurationPolicy cmdlet. For more information, see the Remove-VBRDiscoveredComputerConfigurationPolicy section in the Veeam PowerShell Reference.
IMPORTANT |
Consider the following:
|