This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VSBApplicationGroup

Short Description

Returns application groups.

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

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the array of application group names. The cmdlet will return application groups with these names.

False

Named

False

True

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Example 1

This command looks for the list of all application groups.

Get-VSBApplicationGroup

Example 2

This command looks for the application group named "MailServer Appgroup".

Get-VSBApplicationGroup -Name "MailServer Appgroup"