Get-VBRComputerFileProxyServer

Short Description

Returns general-purpose backup proxies added to the Veeam Backup & Replication infrastructure.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get all general-purpose backup proxies added to the Veeam Backup & Replication infrastructure.

Get-VBRComputerFileProxyServer  [<CommonParameters>]

  • Get general-purpose backup proxies by the proxy name.

Get-VBRComputerFileProxyServer -Name <string[]>  [<CommonParameters>]

  • Get general-purpose backup proxies by the proxy ID.

Get-VBRComputerFileProxyServer -Id <guid[]>  [<CommonParameters>]

Detailed Description

This cmdlet returns an array of general-purpose backup proxies added to your Veeam Backup & Replication infrastructure.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of names of general-purpose backup proxy. The cmdlet will return an array of backup proxies with the specified name.

String

False

Named

False

Id

Specifies an array of IDs of general-purpose backup proxy. The cmdlet will return an array of backup proxies with the specified ID.

Guid

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

The cmdlet returns the VBRComputerFileProxyServer object that contains settings of the general-purpose backup proxy added to the Veeam Backup & Replication infrastructure.

Examples

Example 1. Getting All General-purpose Backup Proxies

Example 2. Getting General-purpose Backup Proxy by Name

Example 3. Getting General-purpose Backup Proxies by ID

Page updated 5/22/2025

Page content applies to build 12.3.2.3617