Sync-VBOProxy
Short Description
Rescans backup proxies.
Syntax
This cmdlet provides parameter sets that allow you to:
- Rescan all backup proxies added to Veeam Backup for Microsoft 365 configuration.
- Rescan a specific backup proxy.
Detailed Description
This cmdlet rescans backup proxies added to Veeam Backup for Microsoft 365. You can either rescan all backup proxies or rescan a specific backup proxy.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Proxy | Specifies an array of backup proxies added to Veeam Backup for Microsoft 365. The cmdlet will rescan the specified backup proxies. | Accepts the VBOProxy[] object. To get this object, run the Get-VBOProxy cmdlet. | False | Named | True (ByValue) | False |
<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 Proxies
Example 2. Rescanning Specific Backup Proxies
This example shows how to rescan backup proxies with the 172.17.53.53 and 172.17.51.60 IP addresses.
Perform the following steps:
|
Related Commands