Skip to content

Commit 3aa226f

Browse files
Merge pull request #8125 from MicrosoftDocs/main
Auto Publish – main to live - 2026-06-24 17:30 UTC
2 parents 96475fe + 2dd0ffd commit 3aa226f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WindowsServerDocs/administration/windows-commands/bitsadmin-util-and-setieproxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bitsadmin /util /setieproxy <account> <usage> [/conn <connectionname>]
2525
| Parameter | Description |
2626
| --------- | ---------- |
2727
| account | Specifies the service account whose proxy settings you want to define. Possible values include:<ul><li>LOCALSYSTEM</li><li> NETWORKSERVICE</li><li>LOCALSERVICE.</li></ul> |
28-
| usage | Specifies the form of proxy detection to use. Possible values include:<ul><li>**NO_PROXY.** Don't use a proxy server.</li><li>**AUTODETECT.** Automatically detect the proxy settings.</li><li>**MANUAL_PROXY.** Use a specified proxy list and bypass list. You must specify your lists immediately after the usage tag. For example, `MANUAL_PROXY proxy1,proxy2 NULL`.<ul><li>**Proxy list.** A comma-delimited list of proxy servers to use.</li><li>**Bypass list.** 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 or may be used for an empty proxy bypass list.</li></ul><li>**AUTOSCRIPT.** Same as **AUTODETECT**, except it also runs a script. You must specify the script URL immediately after the usage tag. For example, `AUTOSCRIPT http://server/proxy.js`.</li><li>**RESET.** Same as **NO_PROXY**, except it removes the manual proxy URLs (if specified) and any URLs discovered using automatic detection.</li></ul> |
28+
| usage | Specifies the form of proxy detection to use. Possible values include:<ul><li>**NO_PROXY.** Don't use a proxy server.</li><li>**AUTODETECT.** Automatically detect the proxy settings.</li><li>**MANUAL_PROXY.** Use a specified proxy list and bypass list. You must specify your lists immediately after the usage tag. For example, `MANUAL_PROXY proxy1,proxy2 NULL`.<ul><li>**Proxy list.** A comma-delimited list of proxy servers to use.</li><li>**Bypass list.** 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 or may be used for an empty proxy bypass list.</li></ul><li>**AUTOSCRIPT.** Same as **AUTODETECT**, except it also runs a script. You must specify the script URL immediately after the usage tag. For example, `AUTOSCRIPT http://server/proxy.js`.|
2929
| connectionname | Optional. Used with the **/conn** parameter to specify which modem connection to use. If you don't specify the **/conn** parameter, BITS uses the LAN connection. |
3030

3131
### Remarks

0 commit comments

Comments
 (0)