Sync-VBOProxy
Short Description
Rescans backup proxy servers.
Syntax
This cmdlet provides parameter sets that allow you to:
- Rescan all backup proxy servers added to Veeam Backup for Microsoft 365 configuration.
| Sync-VBOProxy [<CommonParameters>] | 
- Rescan a specific backup proxy server.
| Sync-VBOProxy [-Proxy <VBOProxy[]>] [<CommonParameters>] | 
Detailed Description
This cmdlet rescans backup proxy servers added to Veeam Backup for Microsoft 365. You can either rescan all backup proxy servers or rescan a specific backup proxy server.
Parameters
| Parameter | Description | Type | Required | Position | Accept Pipeline Input | 
|---|---|---|---|---|---|
| Proxy | Specifies an array of backup proxy servers added to Veeam Backup for Microsoft 365. The cmdlet will rescan the specified backup proxy servers. | Accepts the VBOProxy[] object. To get this object, run the Get-VBOProxy cmdlet. | False | Named | True (ByValue) | 
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Examples
Example 1. Rescanning All Backup Proxy Servers
| This command rescans all backup proxy servers added to Veeam Backup for Microsoft 365. 
 | 
Example 2. Rescanning Specific Backup Proxy Servers
| This example shows how to rescan backup proxy servers with the 172.17.53.53 and 172.17.51.60 IP addresses. 
 Perform the following steps: 
 | 
Related Commands