This reference includes examples for the syntax information for the set-web-proxy command.
| Command | Description | Usage | Examples |
|---|---|---|---|
| set-web-proxy | Enables or disables the Web proxy or shows the status of the Web proxy. | set-web-proxy [--ip IP] [--port PORT] {enable,disable,show} | set-web-proxy enable --ip-fqdn "x.y.local" --port 8080 --authtype AUTHTYPE |
Syntax
| Flag | Description |
|---|---|
| --ip | IP address to enable the Web proxy. |
| --port | Port number to enable the Web proxy. |
| enable | disable | show | Enables or disables or displays the configuration settings. |
| --authtype | This is optional parameter. Supported authentication types are NTLM or basic.
Note: HTTPS web proxy is not supported yet.
|