--- title: "Add-VSBApplicationGroup (obsolete)" description: "This cmdlet creates a new VMware application group. An application group is a component of SureBackup technology providing verification of virtual machines that need other virtual machines or services running, i.e." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vsbapplicationgroup.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Add-VSBApplicationGroup (obsolete)" dateModified: "2026-08-19" --- # Add-VSBApplicationGroup ## Short Description Creates a VMware application group for SureBackup job. ::: note This cmdlet is obsolete. The cmdlet still works, but it is recommended to create backup to tape copy jobs using the [`Add-VSBViApplicationGroup`](add-vsbviapplicationgroup.md) or [`Add-VSBHvApplicationGroup`](add-vsbhvapplicationgroup.md) cmdlets. ::: **Platform**: VMware ## Syntax This cmdlet provides the following parameter sets:
Vm
Oib
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies the string with the name you want to assign to the application group. |
|
True |
0 |
False |
|
RestorePoint |
Specifies the restore points of VMs that should be added to the application group. You can assign multiple restore points to this object. Accepts the |
|
True |
1 |
True (ByPropertyName, ByValue) |
|
Vm |
Specifies the VMs you want to include into the application group. You can assign multiple VMs to this object. Accepts the |
|
True |
1 |
True (ByPropertyName, ByValue) |