BITSADMIN version 3.0 [ 7.5.7601 ]
BITS administration utility.
(C) Copyright 2000-2006 Microsoft Corp.
BITSAdmin is deprecated and is not guaranteed to be available in future versions of Windows.
Administrative tools for the BITS service are now provided by BITS PowerShell cmdlets.
The following UTIL commands are available:
/UTIL /SETIEPROXY <account> <usage> [/CONN <connection name>]
Sets the Internet proxy settings for the <account> system account.
Settings are applied to the default network connection, unless
<connection name> is specified.
account choices:
LOCALSYSTEM
NETWORKSERVICE
LOCALSERVICE
usage choices:
NO_PROXY - Specify direct connection (no proxy server).
AUTODETECT - Turn on autodetection of proxy.
MANUAL_PROXY - Use an explicit proxy list and bypass list.
Must be followed by a proxy list and a proxy bypass list.
NULL or "" may be used for an empty proxy bypass list.
AUTOSCRIPT - Specify a script to be executed during proxy auto discovery.
Must be followed by a script URL.
connection name indicates the network connection for which the new proxy
settings should be applied. If not specified, the default connection will
be used (usually the LAN connection). To get a list of possible connection
names, use /CONN /?.
Examples:
bitsadmin /util /setieproxy localsystem AUTODETECT
bitsadmin /util /setieproxy networkservice NO_PROXY
bitsadmin /util /setieproxy localsystem MANUAL_PROXY proxy1:80 "<local>"
bitsadmin /util /setieproxy localsystem MANUAL_PROXY pxy1,pxy2,pxy3 NULL
bitsadmin /util /setieproxy networkservice AUTOSCRIPT
http://server/get.asp
bitsadmin /util /setieproxy networkservice NO_PROXY /CONN "XYZ Dialup"
/UTIL /GETIEPROXY <account> [/CONN <connection name>]
Retrieves the Internet proxy settings for the <account> system
account. Settings refer to the default network connection, unless
<connection name> is specified.
account choices:
LOCALSYSTEM
NETWORKSERVICE
LOCALSERVICE
connection name indicates the network connection for which the new proxy
settings should be applied. If not specified, the default connection
will be used (usually the LAN connection). To get a list of possible
connection names, use /CONN /?.
/UTIL /VERSION [/VERBOSE]
Displays the version of BITS currently active on the system.
The switch /VERBOSE prints additional information useful for
troubleshooting purposes.
/UTIL /REPAIRSERVICE [/FORCE]
Attempts to repair a malfunctioning BITS service by inspecting some of the
service configuration settings. The switch /FORCE indicates that the BITS
service should be deleted and re-created if repairing the settings does not
clear the errors in starting the BITS service. Use this command with caution
as it is not possible to revert the changes.
/UTIL /ENABLEANALYTICCHANNEL TRUE/FALSE
Enables/Disables the BITS Client Analytic channel
Note that for /SETIEPROXY, /ENABLEANALYTICCHANNEL, and /REPAIRSERVICE commands administrator privileges
are required.