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
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
Address | String | named |
|
Address of the proxy server to remove. |
optional | ProgressAction | ActionPreference | named |
|
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
ID | UInt32 | named |
|
Index in the proxy server list. |
optional | ProgressAction | ActionPreference | named |
|
Output
Examples
Example 1
Remove-ProxyServer -ID 2
Remove the proxy server with index "2" in the list.
Example 2
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.