Installing in Unattended Mode
You can install Veeam Backup for Microsoft Office 365, Veeam Explorer for Microsoft Exchange, Veeam Explorer for Microsoft SharePoint and Veeam Explorer for Microsoft Teams in unattended mode.
Use the following syntax to run an MSI package:
msiexec /i <path_to_msi> /qn ADDLOCAL=<feature1,feature2,feature3> ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1 |
The following table lists components and feature names for Veeam Backup for Microsoft Office 365.
Component | Feature name |
---|---|
Server | BR_OFFICE365 |
Console | CONSOLE_OFFICE365 |
PowerShell | PS_OFFICE365 |
The following table lists components and feature names for Veeam Explorer for Microsoft Exchange.
Component | Feature name |
---|---|
UI | BR_EXCHANGEEXPLORER |
PowerShell | PS_EXCHANGEEXPLORER |
REST API | REST_EXCHANGEEXPLORER |
The following table lists components and feature names for Veeam Explorer for Microsoft SharePoint.
Note |
Veeam Explorer for Microsoft SharePoint and Veeam Explorer for Microsoft OneDrive for Business are distributed in a single package. |
Component | Feature name |
---|---|
UI | BR_SHAREPOINTEXPLORER |
PowerShell | PS_SHAREPOINTEXPLORER |
REST API | REST_SHAREPOINTEXPLORER |
The following table lists components and feature names for Veeam Explorer for Microsoft Teams.
Component | Feature name |
---|---|
UI | BR_TEAMSEXPLORER |
PowerShell | PS_TEAMSEXPLORER |
REST API | REST_TEAMSEXPLORER |
Examples
To install the Veeam Backup for Microsoft Office 365 and PowerShell components.
msiexec /i Veeam.Backup365.msi /qn ADDLOCAL=BR_OFFICE365,CONSOLE_OFFICE365,PS_OFFICE365 ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1 |
To install the Veeam Explorer for Microsoft Exchange, UI, PowerShell and REST API components.
msiexec /i VeeamExplorerForExchange.msi /qn ADDLOCAL=BR_EXCHANGEEXPLORER,PS_EXCHANGEEXPLORER,REST_EXCHANGEEXPLORER ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1 |
To install the Veeam Explorer for Microsoft SharePoint, UI, PowerShell and REST API components.
msiexec /i VeeamExplorerForSharePoint.msi /qn ADDLOCAL=BR_SHAREPOINTEXPLORER,PS_SHAREPOINTEXPLORER,REST_SHAREPOINTEXPLORER ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1 |
Note |
Veeam Explorer for Microsoft SharePoint and Veeam Explorer for Microsoft OneDrive for Business are distributed in a single package. |
To install the Veeam Explorer for Microsoft Teams, UI, PowerShell and REST API components.
msiexec /i VeeamExplorerForTeams.msi /qn ADDLOCAL=BR_TEAMSEXPLORER,PS_TEAMSEXPLORER,REST_TEAMSEXPLORER ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1 |