Add-ProxyServer Command | Vmware PowerCLI Reference

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

Add-ProxyServer
-Address < String >
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Address String named
  • pipeline
Address of the proxy server to add.

Output

Examples

Example 1

C:\PS&#62 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.