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.
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
Example 1. Getting All Backup Application Settings
This example shows how to get all backup application settings that are added to Microsoft organizations.
Perform the following steps:
|
Example 2. Getting Backup Application Settings by ID
This example shows how to get the c3adb1ab-dc54-4a1c-8d7c-63dacf5209f3 backup application settings that are added to Microsoft organizations.
Perform the following steps:
|
Related Commands