Set-VBOBackupApplication
Short Description
Modifies backup application settings that are added to Microsoft organizations.
Syntax
Set-VBOBackupApplication -BackupApplication <VBOBackupApplication> -ApplicationCertificatePath <string> [-ApplicationCertificatePassword <securestring>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies 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 |
---|---|---|---|---|---|
BackupApplication | Specifies backup application settings. The cmdlet will modify these settings. | Accepts the VBOBackupApp lication object. To get this object, run the Get-VBOBackupApplication cmdlet. | True | Named | False |
ApplicationCertificatePath | Specifies a path to the folder where the certificate is located. The cmdlet will modify the path to the certificate in the backup application settings. | String | False | Named | False |
ApplicationCertificatePassword | Specifies the certificate password. The cmdlet will modify the password in the backup application settings. | SecureStrig | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBOBackupApplication object that contains backup application settings that are added to Microsoft organizations.
Examples
Example 1. Modifying Path to Backup Application Certificate
This examples shows how to modify the path to the folder where the certificate is located. The cmdlet will change it to the C:\NewCertificate\cert.pfx value.
Perform the following steps:
|
Example 2. Modifying Certificate Password of Backup Application
This examples shows how to modify the certificate password of the backup application.
Perform the following steps:
|
Related Commands