Sync-VBOEntity
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 Office 365 configuration
Sync-VBOEntity [<CommonParameters>] |
- Rescan a specific backup proxy
Sync-VBOEntity -Entity <Object[]> [<CommonParameters>] |
Updated Cmdlet Sets
In Veeam Backup for Microsoft Office 365 3.0, the following cmdlet set have been updated. If you had already used this cmdlet set in previous versions, mind the syntax. Use the Sync-VBOEntity cmdlet without any parameters to rescan all backup proxies.
Sync-VBOEntity [-AllProxies] [<CommonParameters>] |
Detailed Description
This cmdlet rescans backup proxies added to Veeam Backup for Microsoft Office 365. You can either rescan all backup proxies or select a specific backup proxy.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
Entity | Specifies an array of backup proxies added to Veeam Backup for Microsoft Office 365. The cmdlet will rescan the selected backup proxies. | Accepts the Object[] object. To get this object, run the Get-VBOProxycmdlet. | True | Named | True (ByValue) |
AllProxies | Obsolete: Defines that the cmdlet will rescan all backup proxies added to Veeam Backup for Microsoft Office 365. | SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Rescanning All Backup Proxies
This command rescans all backup proxies added to Veeam Backup for Microsoft Office 365.
Perform the following steps: |
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