Add-VSBViApplicationGroup (obsolete)
Short Description
Creates an application group for SureBackup job.
Note |
|
This cmdlet is obsolete and not supported. Run the |
Platform: VMware
For Hyper-V, run the Add-VSBHvApplicationGroupCreates a Hyper-V application group for SureBackup job. This cmdlet is obsolete and not supported. Run the Add-VBRApplicationGroup cmdlet instead. cmdlet.
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Add-VSBViApplicationGroup [-Name <String>] [-VmFromBackup <CViVmItem[]>] [-VmFromReplica <CViVmItem[]>] [-RestorePoint <COib[]>] [<CommonParameters>] |
Detailed Description
This cmdlet creates an application group containing virtual machines that the application server is dependent on.
You can add to the same application groups VMs from backups and VMs from replicas. All VMs from the application group must have at least one valid restore point created by the time the SureBackup job starts.
Note that you can set the order the VMs in the application group will be powered on when the SureBackup job starts. This may be important if any of the applications must be started prior to other. The VMs are powered in the order they were added to the VM object in this cmdlet.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies the name you want to assign to the application group. |
|
False |
Named |
False |
|
RestorePoint |
Specifies the particular restore points of the VMs you want to add to the application group. You can assign multiple restore points to this object.
Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
VmFromBackup |
Used for adding VMs from backup. Specifies the VMs that you want to add to the application group. Veeam Backup & Replication will search for backup jobs that contain the specified VMs and use the most recent restore points of them. You can assign multiple VMs to this object.
Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
VmFromReplica |
Used for adding VMs from replicas. Specifies the VMs that you want to add to the application group. Veeam Backup & Replication will search for replication jobs that contain the specified VMs and use the most recent restore points of them. You can assign multiple VMs to this object.
Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Creating New Application Group [Using Pipeline]
|
This example shows how to create the
Perform the following steps:
|
Example 2. Creating New Application Group [Using Variable]
|
This example shows how to create the
Perform the following steps:
|
Related Commands
Find-VBRViEntityLooks for VMware objects.Get-VBRRestorePointReturns restore points.