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>] [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBOBackupApplication object that defines backup application settings. 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 |
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 | False | Named | False |
Name | Specifies a name of a 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 | False |
ApplicationCertificatePassword | Specifies the certificate password. The cmdlet will use this password to set a backup application. | SecureString | True | 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 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