Add-VSBHvApplicationGroup (obsolete)
Short Description
Creates a Hyper-V application group for SureBackup job.
Note |
This cmdlet is obsolete and not supported. Run the Add-VBRApplicationGroup cmdlet instead. |
Applies to
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Add-VSBHvApplicationGroup [-Name <String>] [-VmFromBackup <CHvVmItem[]>] [-RestorePoint <COib[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Detailed Description
This cmdlet creates a new Hyper-V application group.
This cmdlet provides two scenarios. You can add VMs to your application group either by searching for existing VMs or by adding a restore point containing the VMs you need.
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 |
---|---|---|---|---|---|
Name | Specifies the name you want to assign to the application group. | String | False | Named | False |
VmFromBackup | Specifies the array of Hyper-V VMs. The cmdlet will add these VMs to the application group. | Accepts the CHvVmItem[] object. To create this object, run the Find-VBRHvEntity cmdlet. | True | Named | True (ByValue, |
RestorePoint | Specifies the array of VM restore points. The cmdlet will find the VMs backed up in these restore points and add them to the application group. | Accepts the COib[] object. To create this object, run the Get-VBRRestorePoint cmdlet. | True | Named | True (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 Microsoft Exchange Appgroup application group.
Perform the following steps:
|
Example 2. Creating New Application Group [Using Variable]
This example shows how to create the MailServer Appgroup application group.
Perform the following steps:
|
Related Commands