Set-VBRViApplicationGroup (obsolete)
Short Description
Modifies settings of application groups.
Note |
This cmdlet is obsolete. For new application groups, run the Set-VBRApplicationGroup cmdlet instead. |
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Set-VBRViApplicationGroup -ApplicationGroup <VBRApplicationGroup> [-VM <VBRSureBackupVM[]>] [-Name <string>] [-Description <string>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies settings of application groups.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
ApplicationGroup | Specifies an application group. The cmdlet will modify this application group. | Accepts the VBRApplicationGroup object. To get this object, run the Get-VBRApplicationGroup cmdlet. | True | Named | True (ByValue, |
VM | Specifies an array of VMs. The cmdlet will add these VMs to the application group. | Accepts the VBRSureBackupVM[] object. To get this object, run the New-VBRSureBackupVM cmdlet. | False | Named | False |
Name | Specifies a name of an application group. The cmdlet will create the application group with this name. | String | False | Named | False |
Description | Specifies a description of an application group. The cmdlet will create the application group with this description. | String | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRApplicationGroup object that contains settings of application groups for SureBackup jobs.
Examples
Example 1. Modifying VMs Added to Application Group
This example shows how to add new VMs to the existing application group.
Perform the following steps:
|
Example 2. Modifying Name of Application Group
This example shows how to modify a name of the application group added to the Veeam Backup & Replication infrastructure.
Perform the following steps:
|
Example 3. Modifying Description of Application Group
This example shows how to modify a description of the application group added to the Veeam Backup & Replication infrastructure.
Perform the following steps:
|
Related Commands