Remove-ProxyServer

Removes a proxy server from the proxy server list. By default, the ID switch is active.You must have the "AutoDeploy.Profile.Delete" privilege on the root folder of vCenter Server to use this cmdlet.

Syntax

-ID  <UInt32>
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
ID
UInt32 named Index in the proxy server list.

-Address  <String>
[CommonParameters]

Parameters

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

    Output

    Examples


    Example 1

    C:\PS> Remove-ProxyServer -ID 2

    Remove the proxy server with index "2" in the list.

    Example 2

    C:\PS> Remove-ProxyServer -Address https://www.example.com:80

    Remove the proxy server with address https://www.example.com:80 from the list.

    Related Commands

    Feedback

    Was this page helpful?