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 an Azure AD application. You may want to use these settings to reduce throttling when you back up SharePoint and OneDrive for Business data.
|
|
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Organization | Specifies a Microsoft organization. The cmdlet will get backup application settings 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 backup application settings. The cmdlet will return backup application settings with the specified name. | String | False | Named | False |
ApplicationId | Specifies an ID of backup application settings. The cmdlet will return backup application settings with the specified name. | Guid | False | Named | False |
ThumbprintCertificate | Specifies a thumbprint of backup application settings. The cmdlet will return backup application settings 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 Setting 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