Add-ProxyServer
Adds a proxy server to the proxy server list. The address of the proxy server should only include a scheme, hostname and port. The only suported scehemes are HTTP and HTTPS.You must have the "AutoDeploy.Profile.Create" privilege on the root folder of vCenter Server to use this cmdlet.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
Address | String | named |
|
Address of the proxy server to add. |
optional | ProgressAction | ActionPreference | named |
|
Output
Examples
Example 1
Add-ProxyServer -Address https://www.example.com:80
Adds the proxy server with address https://www.example.com:80 to the list.
Related Commands
ProxyServer
Adds a proxy server to the proxy server list.
Get the proxy server list.
Removes a proxy server from the proxy server list.