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

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.

Sync-VBOProxy  [<CommonParameters>]

  • Rescan a specific backup proxy.

Sync-VBOProxy -Proxy <VBOProxy[]>  [<CommonParameters>]

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

Sync-VBOProxyExample 1. Rescanning All Backup Proxies

Sync-VBOProxyExample 2. Rescanning Specific Backup Proxies

Related Commands

Get-VBOProxy