Get-VBOBackupApplication

Short Description

Returns backup application settings that are added to Microsoft organizations.

Syntax

Get-VBOBackupApplication -Organization <VBOOrganization> [-DisplayName <String>] [-ApplicationId <Guid>] [-ThumbprintCertificate <String>] [<CommonParameters>]

Detailed Description

This cmdlet returns backup application settings that are added to Microsoft organizations. The backup application represents settings of a Microsoft Entra application.

Get-VBOBackupApplication Important

This cmdlet will run only for Microsoft organizations that are added to the Veeam Backup for Microsoft 365 infrastructure using modern app-only authentication method.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Organization

Specifies a Microsoft organization. The cmdlet will return settings of backup applications that are added to the specified Microsoft organization.

Accepts the VBOOrganization object.

To get this object, run the Get-VBOOrganization cmdlet.

True

Named

True (ByValue)

DisplayName

Specifies a display name of the backup application. The cmdlet will return settings of a backup application with the specified name.

String

False

Named

False

ApplicationId

Specifies an ID of the backup application. The cmdlet will return settings of the backup application with the specified ID.

Guid

False

Named

False

ThumbprintCertificate

Specifies a thumbprint of the backup application. The cmdlet will return settings of a backup application with the specified thumbprint.

String

False

Named

False

<CommonParameters>

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

Output Object

The cmdlet returns the VBOBackupApplication object that contains backup application settings that are added to Microsoft organizations.

Examples

Get-VBOBackupApplicationExample 1. Getting All Backup Application Settings

Get-VBOBackupApplicationExample 2. Getting Backup Application Settings by ID

Related Commands

Get-VBOOrganization

Page updated 3/4/2025

Page content applies to build 8.1.1.159