--- title: "Add-VBRDiscoveredComputerConfigurationPolicy" description: "Updates Veeam Agent settings on discovered computers using available configuration options. Make sure to test this cmdlet in the lab before you run it in the production environment." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbrdiscoveredcomputerconfigurationpolicy.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Agent Management > Managing Protected Computers > Veeam Agent Management Discovered Computers > Add-VBRDiscoveredComputerConfigurationPolicy" dateModified: "2026-08-19" --- # Add-VBRDiscoveredComputerConfigurationPolicy ## Short Description Updates Veeam Agent settings on discovered computers using available configuration options. ::: important Make sure to test this cmdlet in the lab before you run it in the production environment. ::: **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
ProtectionGroup
DiscoveredComputer
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
AgentType |
Specifies the type of a Veeam Agent:
|
|
True |
Named |
True (ByPropertyName) |
|
ConfigurationOption |
Specifies the configuration option that you want to assign to discovered computers. Accepts the |
True |
Named |
True (ByPropertyName) |
|
|
DiscoveredComputer |
Specifies an array of discovered computers. The cmdlet will assign the configuration option to these computers. Accepts the |
True |
Named |
True (ByPropertyName) |
|
|
ProtectionGroup |
Specifies an array of protection groups to which you want to assign the configuration option. Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |