Get-VSBApplicationGroup (obsolete)
Short Description
Returns application groups.
|
Note |
|
This cmdlet is obsolete. Run the Get-VBRApplicationGroup cmdlet instead. |
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VSBApplicationGroup [-Name <String[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns existing application groups.
You can get the list of all application groups, or search for instances directly by name.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
Name |
Specifies the array of application group names. The cmdlet will return application groups with these names. |
String[] |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Getting All Application Groups
|
This command looks for the list of all application groups.
|
Example 2. Getting Specific Application Group
|
This command looks for the MailServer Appgroup application group.
|