Get-VSBApplicationGroup (obsolete)

Short Description

Returns application groups.

Note

This cmdlet is obsolete. Run the Get-VBRApplicationGroupReturns VMware and Hyper-V application groups. cmdlet instead.

Platform: VMware, Hyper-V

Product Edition: Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VSBApplicationGroup [-Name <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

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

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

Get-VSBApplicationGroup (obsolete)Example 1. Getting All Application Groups

This command looks for the list of all application groups.

Get-VSBApplicationGroup

Get-VSBApplicationGroup (obsolete)Example 2. Getting Specific Application Group

This command looks for the MailServer Appgroup application group.

Get-VSBApplicationGroup -Name "MailServer Appgroup"

Page updated 2026-08-19

Page content applies to build 13.1.1.18