| KB ID: | 4174 |
| Product: | Veeam Backup for Microsoft 365 | 8 | 8.1 | 8.2 | 8.3 | 8.4 | 8.5 |
| Published: | 2021-05-26 |
| Last Modified: | 2026-07-21 |
Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
This procedure restarts services on the controller and backup proxies. Ensure that no backup or restore tasks are active before beginning.
The Internet Proxy Bypass configuration uses a regular expression (regex) to define which domains Veeam Backup for Microsoft 365 accesses directly, bypassing the Internet Proxy settings.
For example, to exclude all addresses within the .local and veeam.com domains, the value .+\.local;veeam\.com is used.
Starting with Veeam Backup for Microsoft 365 v8, the bypass value is configured using the Set-VBOConfigurationParameter cmdlet. Manual editing of the Config.xml and Proxy.xml files is no longer required. The following steps are performed from the Veeam Backup for Microsoft 365 server using the Veeam Backup for Microsoft 365 PowerShell toolkit.
Note: Each backup proxy has its own internet proxy configuration and can either inherit the settings from the management server or use its own dedicated internet proxy, as described in Configuring Internet Proxy Server. These steps assume that a Global Internet Proxy has been configured, and that the backup proxies are set to Use internet proxy settings from the management server or Use the following internet proxy settings. If a backup proxy is configured with Do not use internet proxy, its configuration does not need to be modified.
Perform the following on the Veeam Backup for Microsoft 365 server (controller):
# Set the following variable
$bypassHosts = ".+\.local;veeam\.com"
# No changes needed below
Set-VBOConfigurationParameter -XPath "/Veeam/InternetProxy" -Key "BypassHosts" -Value $bypassHosts -Controller
Note: Remember that the Veeam Backup for Microsoft 365 server (controller) itself is also a proxy.
Get-VBOProxy | ft hostname,type,poolid
Get-VBOProxyPool | ft name,proxies,id
# Set the following variables
$bypassHosts = ".+\.local;veeam\.com"
$proxyHostname = "<hostname or IP>"
# No changes needed below
$vboproxy = Get-VBOProxy -Hostname $proxyHostname
$winserverCredentials = Get-Credential
Set-VBOConfigurationParameter -XPath "/Veeam/InternetProxy" -Key "BypassHosts" -Value $bypassHosts -Proxy $vboproxy -WindowsCredential $winserverCredentials -Restart
Note: Running the proxy or proxy pool configuration commands may return a deprecation warning for the -WindowsCredential parameter. This warning can be safely ignored; the configuration change still applies.
# Set the following variables
$bypassHosts = ".+\.local;veeam\.com"
$poolName = "<poolname>"
# No changes needed below
$proxyPool = Get-VBOProxyPool -Name $poolName
$winserverCredentials = Get-Credential
Set-VBOConfigurationParameter -XPath "/Veeam/InternetProxy" -Key "BypassHosts" -Value $bypassHosts -ProxyPool $proxyPool -WindowsCredential $winserverCredentials -Restart
If this KB article did not resolve your issue or you need further assistance with Veeam software, please create a Veeam Support Case.
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.
Your feedback has been received and will be reviewed.
Please, try again later.
Please try select less.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.
Please, try again later.