Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Sets the proxy settings for the specified job.
Syntax
bitsadmin /setproxysettings <job> <usage> [list] [bypass]
Parameters
| Parameter | Description |
|---|---|
| job | The job's display name or GUID. |
| usage | Sets the proxy usage, including:
|
| list | Used when the Usage parameter is set to OVERRIDE. Must contain a comma-delimited list of proxy servers to use. |
| bypass | Used when the Usage parameter is set to OVERRIDE. Must contain a space-delimited list of host names or IP addresses, or both, for which transfers are not to be routed through a proxy. This can be <local> to refer to all servers on the same LAN. Values of NULL may be used for an empty proxy bypass list. |
Examples
To set the proxy settings using the various usage options for the job named myDownloadJob:
bitsadmin /setproxysettings myDownloadJob PRECONFIG
bitsadmin /setproxysettings myDownloadJob NO_PROXY
bitsadmin /setproxysettings myDownloadJob OVERRIDE proxy1:80
bitsadmin /setproxysettings myDownloadJob OVERRIDE proxy1,proxy2,proxy3 NULL