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

-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> Add-ProxyServer -Address https://www.example.com:80

    Adds the proxy server with address https://www.example.com:80 to the list.

    Related Commands

    Feedback

    Was this page helpful?