Syntax
Remove-ProxyServer [-Address] <String>Related Commands
Add-ProxyServerDetailed Description
Removes a proxy server from the proxy server list. By default, the ID switch is active.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
ID | UInt32 | Index in the proxy server list. | true | false | |
Address | String | Address of the proxy server to remove. | true | false |
Return Type
Notes
Examples
-------------- Example 1 --------------
C:\PS> Remove-DeployRule -ID 1
-------------- Example 2 --------------
C:\PS> Remove-DeployRule -Address https://www.example.com:80