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

Set-VBRCDPProxy

Short Description

Modifies settings of VMware CDP proxies added to the backup infrastructure.

Applies to

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

Syntax

Set-VBRCDPProxy -Proxy <VBRCDPProxy> [-Description <string>] [-CacheSize <uint32>] [-CachePath <string>] [-SourceProxyTrafficPort <int>] [-TargetProxyTrafficPort <int>] [-Force]  [<CommonParameters>]

Detailed Description

This cmdlet modifies settings of VMware CDP proxies added to the backup infrastructure. To modify settings, you need to specify new values for the necessary parameters. The parameters that you omit will remain unchanged.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Proxy

Specifies a VMware CDP proxy. The cmdlet will modify the settings of this proxy.

Accepts the VBRCDPProxy object. To create this object, run the Get-VBRCDPProxy cmdlet.

True

Named

True (ByValue, ByPropertyName)

Description

Specifies a description for a VMware CDP proxy.

String

False

Named

False

CacheSize

Specifies a size of a cache for a VMware CDP proxy.
Note: When you specify the cache size, keep in mind the following recommendations:

  • You need to allocate 1 GB for each protected VM.
  • You need to leave 10 percent of the proxy storage free.

Default: GB.

Uint32

False

Named

False

CachePath

Specifies a path to the folder where you want to keep a global cache.

Default: C:\VeeamCDP

String

False

Named

False

SourceProxyTrafficPort

Specifies the port number of the source proxy.

Int

False

Named

False

TargetProxyTrafficPort

Specifies the port number of the target proxy.

Int

False

Named

False

Force

Defines that the cmdlet will modify a VMware CDP proxy without showing warnings in the PowerShell console.

SwichParameter

False

Named

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 VBRCDPProxy object that contains VMware CDP proxies to the backup infrastructure settings.

Examples

Set-VBRCDPProxyExample 1. Modifying VMware CDP Proxy Cache Size

Set-VBRCDPProxyExample 2. Modifying VMware CDP Proxy Cache Location

Related Commands

Get-VBRCDPProxy