New-VBOBackupApplication
Short Description
Defines backup application settings to back up SharePoint and OneDrive for Business.
Syntax
This cmdlet provides parameter sets that allow you to:
- Defines settings of an existing backup application.
New-VBOBackupApplication -Application <VBOApplication> -ApplicationCertificatePath <String> [-ApplicationCertificatePassword <SecureString>] [<CommonParameters>] |
- Define settings for a new backup application.
New-VBOBackupApplication -Name <String> -Organization <VBOOrganization> -ApplicationCertificatePath <String> [-ApplicationCertificatePassword <SecureString>] [-Count <Int32>] [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBOBackupApplication object that defines backup application settings. 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 |
---|---|---|---|---|---|
Application | Specifies a backup application. The cmdlet will modify the settings of this application. | Accepts the VBOApplication object. To get this object, run the Get-VBOApplication cmdlet. | True | Named | False |
ApplicationCertificatePath | Specifies a path to the folder where the certificate is located. The cmdlet will use this certificate to set a backup application. | String | True | Named | False |
ApplicationCertificatePassword | Specifies the certificate password. The cmdlet will use this password to set a backup application. | SecureString | False | Named | False |
Name | Specifies a name of the backup application. The cmdlet will set this name to the application. | String | True | Named | False |
Organization | Specifies a Microsoft organization. The cmdlet will modify a backup application of this organization. | Accepts the VBOOrganization object. To get this object, run the Get-VBOOrganization cmdlet. | True | Named | True (ByValue) |
Count | Specifies the number of backup applications. The cmdlet will create the specified number of applications. | Int32 | 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 defines backup application settings.
Examples
Example 1. Defining Settings of New Backup Application
This example shows how to define settings of a new backup application.
Perform the following steps:
|
Example 2. Defining Settings of Existing Backup Application
This example shows how to define settings of an existing backup application.
Perform the following steps:
|
Related Commands