Update-VBOProxy
Short Description
Upgrades backup proxy servers.
Syntax
Detailed Description
This cmdlet upgrades an array of backup proxy servers.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Proxy | Specifies an array of backup proxy servers. The cmdlet will upgrade these backup proxy servers. | Accepts the VBOProxy[] object. To get this object, run the Get-VBOProxy cmdlet. | True | Named | False | False |
Credential | Specifies credentials. The cmdlet will use these credentials to access the backup proxy server. If you omit this parameter, the cmdlet will use current account credentials. | PSCredential | 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.
Examples
Example 1. Upgrading All Backup Proxy Servers
This example shows how to upgrade all backup proxy servers that are added to Veeam Backup for Microsoft 365. Perform the following steps:
|
Example 2. Upgrading Specific Backup Proxy Server
This example shows how to upgrade the proxy03.tech.local backup proxy server that is added to Veeam Backup for Microsoft 365. To connect to the backup proxy server, the cmdlet will use current account credentials. Perform the following steps:
|
Example 3. Upgrading Backup Proxy Servers with Proxy Credentials
This example shows how to upgrade the proxy03.tech.local backup proxy server that is added to Veeam Backup for Microsoft 365. To connect to the backup proxy server, the cmdlet will use the backup proxy server credentials.
Perform the following steps:
|
Related Commands