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]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
UInt32 | named |
|
Index in the proxy server list. |
-Address
<String>
[CommonParameters]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
String | named |
|
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
ProxyServer
Get the proxy server list.
Adds a proxy server to the proxy server list.
Removes a proxy server from the proxy server list.