Syntax
Add-ProxyServer [-Address] <String>Related Commands
Remove-ProxyServerDetailed Description
Adds a proxy server to the proxy server list. The address of the proxy server shuld include a scheme, hostname and port only. Only HTTP/HTTPS are supported.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Address | String | Address of the proxy server to add. | true | false |
Return Type
Notes
Examples
-------------- Example 1 --------------
C:\PS> Add-DeployRule -Address https://www.example.com:80