New-VBRDiscoveredComputerConfigurationOption

Short Description

Creates new configuration options for Veeam Agent settings.

Important

Make sure to test this cmdlet in the lab before you run it in the production environment.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

New-VBRDiscoveredComputerConfigurationOption -Name <string> -Value <Object>  [<CommonParameters>]

Detailed Description

This cmdlet creates the VBRDiscoveredComputerConfigurationOption object. This object contains new configuration options for Veeam Agent settings that you can distribute to discovered computers.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies the name that you want to assign to a new configuration option.

String

True

Named

True
(ByPropertyName, ByValue)

Value

Specifies a value that the configuration option must store.

Object

True

Named

True
(ByPropertyName)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRDiscoveredComputerConfigurationOption

Examples

New-VBRDiscoveredComputerConfigurationOptionExample 1. Allowing File-Level Restore Without Administrator Privileges on Windows Computers

This command creates a new entry of the REG_DWORD type for the EnableUserFLR registry value on Microsoft Windows computers.

New-VBRDiscoveredComputerConfigurationOption -Name EnableUserFLR -Value 1

New-VBRDiscoveredComputerConfigurationOptionExample 2. Restricting VPN Connections Usage on Windows Computers

This command creates a new entry of the REG_MULTI_SZ type for the RestrictVpnNetworkAdapters registry value on Microsoft Windows computers.

New-VBRDiscoveredComputerConfigurationOption -Name RestrictVpnNetworkAdapters -Value @(“Cisco AnyConnect Secure Mobility Client Virtual Miniport Adapter for Windows”, “Fortinet Virtual Ethernet Adapter”,“TAP-Windows Adapter”)

New-VBRDiscoveredComputerConfigurationOptionExample 3. Defining Job Queue Maximum Capacity on Linux and Mac Computers

This command creates a new entry for the JobQueueCapacity value in the configuration file on Mac and Linux computers.

New-VBRDiscoveredComputerConfigurationOption -Name “general.JobQueueCapacity” -Value 4

Related Commands

Page updated 1/3/2024

Page content applies to build 12.1.1.56