Set-VBOOrganization
Short Description
Modifies Microsoft organization settings.
Syntax
This cmdlet provides the following parameter sets:
-
ParameterSetRename (Default)Set-VBOOrganization -Organization <VBOOrganization> -Name <String> [<CommonParameters>]
-
ParameterSetV3Set-VBOOrganization -Organization <VBOOrganization> [-Name <String>]
[-Office365ExchangeConnectionsSettings <VBOOffice365ConnectionSettings>]
[-Office365SharePointConnectionsSettings <VBOOffice365ConnectionSettings>] [-Region <VBOOffice365Region>]
[-VeeamAADApplicationUsed] [-OnPremExchangeConnectionSettings <VBOExchangeOnPremConnectionSettings>]
[-OnPremSharePointConnectionSettings <VBOSharePointOnPremConnectionSettings>] [-EnableOffice365Exchange]
[-EnableOffice365SharePoint] [-EnableOffice365Teams] [-EnableTeamsChats] [-EnableOnPremExchange]
[-EnableOnPremSharePoint] [<CommonParameters>]
-
ParameterSetPoolSet-VBOOrganization -Organization <VBOOrganization> [-BackupAccounts <VBOBackupAccount[]>] [<CommonParameters>]
-
ParameterSetApplicationPoolSet-VBOOrganization -Organization <VBOOrganization> [-BackupApplications <VBOBackupApplication[]>] [<CommonParameters>]
-
ParameterSetDescriptionSet-VBOOrganization -Organization <VBOOrganization> [-Description <String>] [<CommonParameters>]
Detailed Description
This cmdlet modifies settings of an organization added to the Veeam Backup for Microsoft 365 infrastructure. To modify settings, you need to enter the necessary parameters with new values. The parameters that you omit will remain unchanged.
Important |
|
You must set the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
BackupAccounts |
Specifies an array of auxiliary backup accounts to back up SharePoint and OneDrive. The cmdlet will modify settings of the specified auxiliary backup accounts.
Accepts the
To create this object, run the |
False |
Named |
False |
|
|
BackupApplications |
Specifies an array of backup application settings. The cmdlet will modify settings of the specified backup application accounts.
Accepts the
To create this object, run the |
False |
Named |
False |
|
|
Description |
Specifies a description of the Microsoft organization. The cmdlet will replace the current description with the specified description. |
|
False |
Named |
False |
|
EnableOffice365Exchange |
Defines that the cmdlet will enable connection to the Exchange Online organization component. Default: False |
|
False |
Named |
False |
|
EnableOffice365SharePoint |
Defines that the cmdlet will enable connection to the SharePoint Online organization component. Default: False |
|
False |
Named |
False |
|
EnableOffice365Teams |
Defines that the cmdlet will enable connection to the Microsoft Teams organization component. Default: True |
|
False |
Named |
False |
|
EnableOnPremExchange |
Defines that the cmdlet will enable connection to the Microsoft on-premises Exchange organization component. Default: False |
|
False |
Named |
False |
|
EnableOnPremSharePoint |
Defines that the cmdlet will enable connection to the Microsoft on-premises SharePoint organization component. Default: False |
|
False |
Named |
False |
|
EnableTeamsChats |
For Microsoft organizations with modern app-only authentication. Defines that the cmdlet will enable backup of team posts (formerly team chats). Default: False |
|
False |
Named |
False |
|
Name |
Specifies a name of the Microsoft organization. The cmdlet will replace the current name with the specified name. |
|
True |
Named |
False |
|
Office365ExchangeConnectionsSettings |
Specifies connection settings. The cmdlet will use these settings to add Microsoft Exchange Online to Veeam Backup for Microsoft 365.
Note: If you also want to add Microsoft SharePoint Online to the same Microsoft 365 organization, you must set the
Accepts the
To create this object, run the |
False |
Named |
False |
|
|
Office365SharePointConnectionsSettings |
Specifies connection settings. The cmdlet will use these settings to add Microsoft SharePoint Online and Microsoft OneDrive to Veeam Backup for Microsoft 365.
Note: If you also want to run the cmdlet with the
Accepts the
To create this object, run the |
False |
Named |
False |
|
|
OnPremExchangeConnectionSettings |
Specifies connection settings. The cmdlet will use these settings to add Microsoft on-premises Exchange organization to Veeam Backup for Microsoft 365.
Accepts the
To create this object, run the |
False |
Named |
False |
|
|
OnPremSharePointConnectionSettings |
Specifies connection settings. The cmdlet will use these settings to add Microsoft on-premises SharePoint organization to Veeam Backup for Microsoft 365.
Accepts the
To create this object, run the |
False |
Named |
False |
|
|
Organization |
Specifies a Microsoft organization. The cmdlet will modify settings of this Microsoft organization.
Accepts the
To get this object, run the |
True |
Named |
True (ByValue) |
|
|
Region |
Specifies Microsoft Entra region where Microsoft 365 organization datacenter is located:
Default: Worldwide |
|
False |
Named |
False |
|
VeeamAADApplicationUsed |
Defines that the cmdlet will use the Veeam application to connect to Microsoft Graph. Note: You must set this parameter to true for the following Microsoft Entra regions:
Default: False |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Examples
Example 1: Modifying Services to Back Up SharePoint Online and OneDrive
|
This example shows how to include SharePoint Online and OneDrive service to a backup of the Microsoft organization.
Perform the following steps:
|
Example 2: Modifying Auxiliary Backup Accounts
|
This example shows how to modify the auxiliary backup accounts that are used to back up SharePoint and OneDrive.
Perform the following steps:
|
Example 3: Adding Array of Backup Applications to Veeam Backup for Microsoft 365
|
This example shows how to add an array of backup applications to the Veeam Backup for Microsoft 365 infrastructure.
Perform the following steps:
|
Example 4: Modifying Backup Application Settings
|
This example shows how to modify the existing backup application. The cmdlet will replace it with the new
Perform the following steps:
|
Related Commands
Get-VBOOrganizationReturns Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure.New-VBOOffice365ConnectionSettingsDefines connection settings to access Microsoft 365 organizations.Get-VBOOrganizationGroupReturns organization groups.Get-VBOOrganizationGroupMemberReturns members of organization groups.New-VBOBackupAccountCreates auxiliary backup accounts to back up SharePoint and OneDrive.Get-VBOApplicationReturns Microsoft Entra applications added to Microsoft 365 organizations.New-VBOBackupApplicationDefines backup application settings to back up SharePoint and OneDrive.ConvertTo-SecureStringRead-Host