Set-VBRInternetProxyUpdateOptions
Short Description
Modifies internet proxy update settings.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Set-VBRInternetProxyUpdateOptions [-Enabled] [-ProxyServerName <String>] [-Port <Int32>] [-RequireAuthentication] [-Credentials <CCredentials>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies internet proxy update settings.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials used to log in to the proxy server.
Accepts the |
|
False |
Named |
False |
|
Enabled |
Enables the use of a proxy server. |
|
False |
Named |
False |
|
Port |
Specifies the port used to connect to the proxy server. |
|
False |
Named |
False |
|
ProxyServerName |
Specifies the DNS or IP address of the proxy server. |
|
False |
Named |
False |
|
RequireAuthentication |
Defines if the proxy server requires authentication. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRInternetProxyUpdateOptions
Examples
Example 1. Setting Proxy Server Without Authentication
|
This command sets
|
Example 2. Setting Proxy Server With Authentication
|
This command sets
Perform the following steps:
|
Related Commands
Get-VBRInternetProxyUpdateOptionsReturns internet proxy update settings.