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. To modify settings, you need to enter the necessary parameters with new values. The parameters that you omit will remain unchanged.
|
|
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
BackupApplication | Specifies a backup application whose settings you want to modify. | Accepts the VBOBackupApplication object. To get this object, run the Get-VBOBackupApplication cmdlet. | True | Named | False | 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 | True | Named | False | False |
ApplicationCertificatePassword | Specifies the certificate password. The cmdlet will modify the password in the backup application settings. | SecureString | False | Named | False | 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. Modifying Backup Application Certificate Path and Password
This example 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:
|
Related Commands