--- title: "New-VBRProtectionGroupDeploymentOptions" description: "Defines protection group deployment settings. Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: AllParameterSets (Default) InstallApplicationPlugins The cmdle" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/new-vbrprotectiongroupdeploymentoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Agent Management > Working with Protection Groups > Veeam Agent Management Protection Groups > New-VBRProtectionGroupDeploymentOptions" dateModified: "2026-08-19" --- # New-VBRProtectionGroupDeploymentOptions ## Short Description Defines protection group deployment settings. **Product Edition**: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AllParameterSets (Default)
InstallApplicationPlugins
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ApplicationTypes |
Specifies an array of Veeam Plug-Ins that you want to install on the protected computers:
Accepts the |
|
False |
Named |
True (ByPropertyName) |
|
DistributionRepository |
For protection groups for cloud machines. Specifies an object storage repository (either Microsoft Azure blob storage or Amazon S3 object storage repository) that will act as a distribution repository. Veeam Backup & Replication will use this repository to upload Veeam Agent setup files to cloud machines added to the protection group. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
DistributionServer |
Specifies a distribution server. The cmdlet will instruct Veeam Backup & Replication to use this server to upload Veeam Agent or Veeam Plug-In setup files and private fixes to computers added to the protection group. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
InstallAgent |
Defines that Veeam Backup & Replication will automatically install Veeam Agent on all discovered computers of the protection group. |
|
False |
Named |
True (ByPropertyName) |
|
InstallApplicationPlugins |
Defines that Veeam Backup & Replication will automatically install Veeam Plug-In on all discovered computers of the protection group. Use the |
|
False |
Named |
True (ByPropertyName) |
|
InstallCDPAgent |
Installs the Veeam CDP Agent Service and Veeam CDP Volume Filter Driver. |
|
False |
Named |
True (ByPropertyName) |
|
InstallDriver |
Used only for Veeam Agent for Microsoft Windows. Defines that Veeam Backup & Replication will automatically install the CBT driver on discovered computers. |
|
False |
Named |
True (ByPropertyName) |
|
InstallNoSnapAgent |
Defines that Veeam Backup & Replication will deploy the nosnap Veeam Agent on the discovered computers of the protection group. |
|
False |
Named |
True (ByPropertyName) |
|
RebootIfRequired |
Defines that Veeam Backup & Replication will reboot discovered computers if required. Note: Reboot is required after the CBT driver installation. |
|
False |
Named |
True (ByPropertyName) |
|
UpgradeAutomatically |
Defines that Veeam Backup & Replication will automatically upgrade Veeam Agent or Veeam Plug-In on discovered computers when the new Veeam Agent version or private fix appears on the distribution server. |
|
False |
Named |
True (ByPropertyName) |