text
stringlengths
0
4.23k
account
Specifies the service account whose proxy settings you want to define. Possible values include:LOCALSYSTEM NETWORKSERVICELOCALSERVICE.
usage
Specifies the form of proxy detection to use. Possible values include:NO_PROXY. Don't use a proxy server.AUTODETECT. Automatically detect the proxy settings.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.Proxy list. A comma-delimited list of proxy servers to use.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.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.RESET. Same as NO_PROXY, except it removes the manual proxy URLs (if specified) and any URLs discovered using automatic detection.
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.
MANUAL_PROXY proxy1,proxy2 NULL
AUTOSCRIPT http://server/proxy.js
Remarks
Each successive call using this switch replaces the previously specified usage, but not the parameters of the previously defined usage. For example, if you specify NO_PROXY, AUTODETECT, and MANUAL_PROXY on separate calls, BITS uses the last supplied usage, but keeps the parameters from the previously defined usage.
Examples
To set the proxy usage for the LOCALSYSTEM account:
bitsadmin /util /setieproxy localsystem AUTODETECT
bitsadmin /util /setieproxy localsystem MANUAL_PROXY proxy1,proxy2,proxy3 NULL
bitsadmin /util /setieproxy localsystem MANUAL_PROXY proxy1:80
bitsadmin util and version
Displays the version of BITS service (for example, 2.0).
Note
This command isn't supported by BITS 1.5 and earlier.
Syntax
bitsadmin /util /version [/verbose]
Parameters
Parameter
Description
/verbose
Use this switch to display the file version for each BITS-related DLL and to verify whether the BITS service can start.
Examples
To display the version of the BITS Service.
bitsadmin /util /version
bitsadmin util
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Lists the /util switches.
Lists the util switches.
Syntax
bitsadmin /util /help
bitsadmin /util /getieproxy
bitsadmin /util /repairservice
bitsadmin /util /setieproxy
bitsadmin /util /version
Parameters
Parameter
Description
bitsadmin util and help
Displays the command-line usage for the /Util switches. You can also specify /?.
bitsadmin util and getieproxy
Retrieves the proxy usage for the given service account.
bitsadmin util and repairservice
Repairs known issues with BITS service.
bitsadmin util and setieproxy
Specifies proxy settings to use when transferring files using a service account.
bitsadmin util and version
Displays the version of the BITS service.
bitsadmin wrap
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Wraps any line of output text extending beyond the rightmost edge of the command window to the next line. You must specify this switch before any other switches.
By default, all switches except the bitsadmin monitor switch, wrap the output text.
Syntax
bitsadmin /wrap <job>
Parameters
Parameter
Description