--- title: "Add-VBRJobObject (obsolete)" description: "This cmdlet allows you to add VMs or VM containers to existing backup, replication or copy job." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbrjobobject.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Add-VBRJobObject (obsolete)" dateModified: "2026-08-19" --- # Add-VBRJobObject ## Short Description Adds VMs to existing job. ::: note This cmdlet is obsolete. The cmdlet still works, but it is recommended to create a new backup job using the [`Add-VBRViJobObject`](add-vbrvijobobject.md) or the [`Add-VBRHvJobObject`](add-vbrhvjobobject.md) cmdlets. ::: **Platform**: VMware ## Syntax This cmdlet provides the following parameter sets:
Object
Entity
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Entities |
Specifies the VMs or VM containers you want to add to the job. You can assign multiple VMs to this object. Accepts the |
|
True |
2 |
True (ByPropertyName, ByValue) |
|
Job |
Specifies the job you want to add VMs to. Accepts the |
|
True |
0 |
False |
|
Objects |
Specifies the string with the names of VMs you want to add to the job. You can assign multiple VMs to this object. |
|
True |
2 |
True (ByPropertyName, ByValue) |
|
Server |
Specifies the host where the VMs or VM containers you want to add reside. |
|
True |
1 |
False |