This is an archive version of the document. To get the most up-to-date information, see the current version.

Sync-VBOEntity

In this article

    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

    Sync-VBOEntityExample 1. Rescanning All Backup Proxies

    This command rescans all backup proxies added to Veeam Backup for Microsoft Office 365.

    Sync-VBOEntity

    Perform the following steps:

    Sync-VBOEntityExample 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.

    $proxy1 = Get-VBOProxy -Hostname 172.17.53.53

    $proxy2 = Get-VBOProxy -Hostname 172.17.51.60

    Sync-VBOEntity -Entity $proxy1, $proxy2

    Perform the following steps:

    1. Run the Get-VBOProxy cmdlet. Specify the Hostname parameter value. Save the result to the $proxy1 variable.
    2. Run the Get-VBOProxy cmdlet. Specify the Hostname parameter value. Save the result to the $proxy2 variable.
    3. Run the Sync-VBOEntity cmdlet. Set the $proxy1 and $proxy2 variables as the Entity parameter value.:

    Related Commands

    Get-VBOProxy

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.