Remove-ProxyServer Command | Vmware PowerCLI Reference

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

Remove-ProxyServer
-Address < String >
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Address String named
  • pipeline
Address of the proxy server to remove.
Remove-ProxyServer
-ID < UInt32 >
[CommonParameters]

Parameters

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

Output

Examples

Example 1

C:\PS&#62 Remove-ProxyServer -ID 2

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

Example 2

C:\PS&#62 Remove-ProxyServer -Address https://www.example.com:80

Remove the proxy server with address https://www.example.com:80 from 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.