--- title: "New-VBOBackupApplication" description: "This cmdlet creates the VBOBackupApplication object that defines backup application settings. The backup application represents settings of a Microsoft Entra application." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/new-vbobackupapplication.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Organizations Management > Organization Connection Settings > New-VBOBackupApplication" dateModified: "2026-08-21" --- # New-VBOBackupApplication ## Short Description Defines backup application settings to back up SharePoint and OneDrive. ## Syntax This cmdlet provides the following parameter sets:
WithApp
NewApplication
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Application |
Specifies a backup application. The cmdlet will modify the settings of this application. Accepts the To get this object, run the |
True |
Named |
False |
|
|
ApplicationCertificatePassword |
Specifies the certificate password. The cmdlet will use this password to set a backup application. |
|
False |
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. |
|
True |
Named |
False |
|
Count |
Specifies the number of backup applications. The cmdlet will create the specified number of applications. |
|
False |
Named |
False |
|
Name |
Specifies a name of the backup application. The cmdlet will set this name to the application. |
|
True |
Named |
False |
|
Organization |
Specifies a Microsoft organization. The cmdlet will modify a backup application of this organization. Accepts the To get this object, run the |
True |
Named |
True (ByValue) |