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

Get-VBOProxy

Short Description

Returns a list of backup proxy servers added to the Veeam Backup for Microsoft 365 infrastructure.

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get a backup proxy server by the server DNS name or IP address.

Get-VBOProxy -Hostname <string> [-ExtendedView <switchparameter>] [<CommonParameters>]

  • Get a backup proxy server by the server ID.

Get-VBOProxy -Id <guid> [-ExtendedView <switchparameter>] [<CommonParameters>]

  • Get a list of backup proxy servers by the specified organization.

Get-VBOProxy [-Organization <VBOOrganization>] [-ExtendedView <switchparameter>] [<CommonParameters>]

Detailed Description

This cmdlet returns a list of backup proxy servers added to the Veeam Backup for Microsoft 365 backup infrastructure.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Hostname

Specifies a DNS name or an IP address of the backup proxy server that you want to get.

String

True

Named

False

False

Id

Specifies an ID of a backup proxy server. The cmdlet will return the backup proxy server with the specified ID.

Guid

True

Named

False

False

Organization

Specifies a Microsoft organization. The cmdlet will return the backup proxy that is assigned to the specified organization.

Accepts the VBOOrganization object.

To get this object, run the Get-VBOOrganization cmdlet.

False

Named

True (ByValue)

False

ExtendedView

Defines whether the cmdlet will return all parameters of the backup proxy server (if the proxy server is online) or exclude from a list the following parameters:

  • ThreadsNumber
  • ThrottlingValue

Default: True

SwitchParameter

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBOProxy object that contains a list of backup proxy servers added to the Veeam Backup for Microsoft 365 backup infrastructure.

Examples

Get-VBOProxyExample 1. Getting All Backup Proxy Servers

Get-VBOProxyExample 2. Getting Backup Proxy Servers by ID

Get-VBOProxyExample 3. Getting Backup Proxy Server by IP

Get-VBOProxyExample 4. Getting Backup Proxy Server by Organization

Related Commands

Get-VBOOrganization