Set-VBOProxy
Short Description
Modifies settings of a backup proxy server.
Syntax
This cmdlet provides the following parameter sets:
-
SetProperties (Default)Set-VBOProxy -Proxy <VBOProxy> [-Credential <PSCredential>] [-WindowsCredential <PSCredential>]
[-Description <String>] [-Port <Int32>] [-ThreadsNumber <Int32>] [-EnableNetworkThrottling]
[-ThrottlingValue <UInt32>] [-ThrottlingUnit <VBOThrottlingUnit>] [-InternetProxyMode <VBOInternetProxyMode>]
[-CustomInternetProxyHostName <String>] [-CustomInternetProxyPort <UInt16>]
[-UseCustomInternetProxyAuthentication] [-CustomInternetProxyCredential <PSCredential>]
[-LinuxCredential <VBOLinuxCredential>] [<CommonParameters>]
-
LinuxParameterSetSet-VBOProxy -Proxy <VBOProxy> [-Credential <PSCredential>] [-WindowsCredential <PSCredential>]
[-Description <String>] [-Port <Int32>] [-ThreadsNumber <Int32>] [-EnableNetworkThrottling]
[-ThrottlingValue <UInt32>] [-ThrottlingUnit <VBOThrottlingUnit>] [-InternetProxyMode <VBOInternetProxyMode>]
[-CustomInternetProxyHostName <String>] [-CustomInternetProxyPort <UInt16>]
[-UseCustomInternetProxyAuthentication] [-CustomInternetProxyCredential <PSCredential>]
[-LinuxCredential <VBOLinuxCredential>] [<CommonParameters>]
Detailed Description
This cmdlet modifies settings of a backup proxy that is added to the Veeam Backup for Microsoft 365 infrastructure. To modify settings, you need to enter the necessary parameters with new values. The parameters that you omit will remain unchanged.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credential |
Specifies Windows credentials. The cmdlet will use these credentials to connect to the Windows-based backup proxy server. If you omit this parameter, the cmdlet will use the Windows credentials under which you are currently logged in.
Note: This parameter will be deprecated in future versions of Veeam Backup for Microsoft 365. Use the |
|
False |
Named |
False |
|
CustomInternetProxyCredential |
For the Specifies credentials that you want to use for authentication to the internet proxy server. |
|
False |
Named |
False |
|
CustomInternetProxyHostName |
For the Specifies a DNS name or an IP address of the internet proxy server that you want to add. |
|
False |
Named |
False |
|
CustomInternetProxyPort |
For the Specifies a port number. The backup proxy will use this port to connect to the internet proxy server. Default: 3128 |
|
False |
Named |
False |
|
Description |
Specifies a description of the backup proxy server. The cmdlet will replace the current description with the specified description. |
|
False |
Named |
False |
|
EnableNetworkThrottling |
Defines that Veeam Backup for Microsoft 365 will limit the inbound traffic to the backup proxy server for performance optimization. Default: False |
|
False |
Named |
False |
|
InternetProxyMode |
Specifies settings of an internet proxy server. Veeam Backup for Microsoft 365 will assign this internet proxy server to a backup proxy that does not have direct access to the internet.
|
|
False |
Named |
False |
|
LinuxCredential |
Specifies Linux credentials. The cmdlet will use these credentials to connect to the Linux-based backup proxy server.
Accepts the
To get this object, run the |
False |
Named |
False |
|
|
Port |
Specifies a port number. The cmdlet will use this port number to connect to the backup proxy server. Default: 9193 |
|
False |
Named |
False |
|
Proxy |
Specifies a backup proxy server. The cmdlet will modify settings of this backup proxy server.
Accepts the
To get this object, run the |
True |
Named |
True (ByValue) |
|
|
ThreadsNumber |
Note: This parameter will be deprecated in future versions of Veeam Backup for Microsoft 365. Specifies a number of threads that the backup proxy server will simultaneously run to process backup data. Default: 64 |
|
False |
Named |
False |
|
ThrottlingUnit |
For the Specifies a measuring unit for the inbound traffic threshold: Mbps, MBs or KBs. Default: Mbps |
|
False |
Named |
False |
|
ThrottlingValue |
For the Specifies a threshold for the inbound traffic to the backup proxy server. Default: 0 |
|
False |
Named |
False |
|
UseCustomInternetProxyAuthentication |
For the Defines that the backup proxy will use authentication for connecting to the internet proxy server. Default: False |
|
False |
Named |
False |
|
WindowsCredential |
Specifies Windows credentials. The cmdlet will use these credentials to connect to the Windows-based backup proxy server. If you omit this parameter, the cmdlet will use the Windows credentials under which you are currently logged in. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
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
Example 1: Modifying Inbound Traffic Limitations for Backup Proxy Server
|
This example shows how to modify a backup proxy server with the ID The threshold for the inbound traffic to the backup proxy will be set to 10 Mbps.
Perform the following steps:
|
Example 2: Modifying Windows Credentials for Backup Proxy Server
|
This example shows how to change Windows credentials that Veeam Backup for Microsoft 365 uses to connect to the
Perform the following steps:
|
Example 3: Modifying Internet Proxy Server Settings for Backup Proxy Server
|
This example shows how modify settings that the support.east.local proxy server uses to connect to the
Perform the following steps:
|
Example 4: Modifying Linux Credentials for Backup Proxy Server
|
This example shows how to change Linux credentials that Veeam Backup for Microsoft 365 uses to connect to the
Perform the following steps:
|
Related Commands
Get-VBOProxyReturns backup proxy servers added to the Veeam Backup for Microsoft 365 infrastructure.Get-CredentialConvertTo-SecureStringNew-VBOLinuxCredentialCreates the Linux credentials record to connect to a Linux-based backup proxy server.