Set-VBOOffice365ApplicationOnlyConnectionSettings
Short Description
Modifies Azure AD application settings.
Syntax
This cmdlet provides parameter sets that allow you to:
- Modify Azure AD application settings that was added with a user name of a Microsoft Exchange user.
Set-VBOOffice365ApplicationOnlyConnectionSettings -Settings <VBOApplicationOnlyConnectionSettings> [-ApplicationId <guid>] [-ApplicationCertificatePath <string>] [-ApplicationCertificatePassword <securestring>] [-ConfigureApplication [<switchparameter>]] [-SharePointSaveAllWebParts [<switchparameter>]] [<CommonParameters>]<CommonParameters>] |
- Modify Azure AD application settings that was added using Microsoft 365 organization name.
Set-VBOOffice365ApplicationOnlyConnectionSettings -Settings <VBOApplicationOnlyConnectionSettings> [-ImpersonationAccountName <string>] [-ApplicationId <guid>] [-ApplicationCertificatePath <string>][-ApplicationCertificatePassword <securestring>] [-ConfigureApplication [<switchparameter>]] [-SharePointSaveAllWebParts [<switchparameter>]] [<CommonParameters>] |
- Modify new Azure AD application settings that was added with application ID and a new application certificate path.
Set-VBOOffice365ApplicationOnlyConnectionSettings -Settings <VBOApplicationOnlyConnectionSettings> [-OfficeOrganizationName <string>] [-ApplicationId <guid>] [-ApplicationCertificatePath <string>][-ApplicationCertificatePassword <securestring>] [-ConfigureApplication [<switchparameter>]][-SharePointSaveAllWebParts [<switchparameter>]] [<CommonParameters>] |
- Modify new Azure AD application settings that was added using a new certificate path.
Set-VBOOffice365ApplicationOnlyConnectionSettings -Settings <VBOApplicationOnlyConnectionSettings> [-ApplicationCertificatePath <string>] [-ApplicationCertificatePassword <securestring>] [-NewApplicationName <string>] [-SharePointSaveAllWebParts [<switchparameter>]] [<CommonParameters>] |
Detailed Description
This cmdlet modifies Azure AD application settings. To modify settings, you need to enter the necessary parameters with new values. The parameters that you omit will remain unchanged.
|
This cmdlet is available only in Veeam Backup for Microsoft 365 version 4c or later. |
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Settings | Specifies Azure AD application settings. The cmdlet will modify these settings. | Accepts the VBOApplicationOnlyConnectionSettings object. To create this object, run the New-VBOOffice365ApplicationOnlyConnectionSettings cmdlet. | True | Named | True (ByValue) | False |
ApplicationId | Specifies an Azure AD application ID. The cmdlet will use this application ID to set up a secure connection to a Microsoft organization. | Guid | False | Named | False | False |
ApplicationCertificatePath | Specifies a path to the folder where the certificate is located. The cmdlet will import the certificate that is located in this path to set up an encrypted connection to a Microsoft organization. | String | False | Named | False | False |
ApplicationCertificatePassword | Specifies the certificate password. The cmdlet will use this password to confirm the certificate that you want to import to an Azure AD application. | SecureString | False | Named | False | False |
NewApplicationName | Specifies a name of a new Azure AD application. The cmdlet will define Azure AD application settings with this name. | String | False | Named | False | False |
OfficeOrganizationName | Specifies a name of Microsoft 365 organization. The cmdlet will use this name to authenticate against the Microsoft 365 server. | String | False | Named | False | False |
ImpersonationAccountName | Specifies a user name of a Microsoft Exchange user. The cmdlet will use this user name to authenticate against the Microsoft Exchange server. | String | False | Named | False | False |
ConfigureApplication | Defines that the cmdlet will configure settings of an existing Azure AD application. | SwitchParameter | False | Named | False | False |
SharePointSaveAllWebParts | Defines that the cmdlet will add SharePoint Web Parts to Azure AD application settings. | SwitchParameter | 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 VBOApplicationOnlyConnectionSettings object that defines Azure AD application settings.
Examples
Example 1. Modifying Microsoft Exchange User Name of Azure AD Application Settings
This example shows how to modify a user name of a Microsoft Exchange user added to Azure AD application settings. The cmdlet will replace the Office365Admin@tech-365.tech user name with the Administratortech@tech-365.tech user name.
Perform the following steps:
|
Example 2. Modifying Microsoft 365 Organization Name of Azure AD Application Settings
This example shows how to define a name of a Microsoft 365 organization of Azure AD application settings. The cmdlet will replace the @admin-365.tech organization name with the Administrator-365.tech organization name.
Perform the following steps:
|
Related Commands