text
stringlengths
0
4.23k
Parameter
Description
job
The job's display name or GUID.
Remarks
The bypass list contains the host names or IP addresses, or both, that aren't routed through a proxy. The list can contain <local> to refer to all servers on the same LAN. The list can be semicolon (;) or space-delimited.
<local>
Examples
To retrieve the proxy bypass list for the job named myDownloadJob:
bitsadmin /getproxybypasslist myDownloadJob
bitsadmin getproxylist
Retrieves the comma-delimited list of proxy servers to use for the specified job.
Syntax
bitsadmin /getproxylist <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the proxy list for the job named myDownloadJob:
bitsadmin /getproxylist myDownloadJob
bitsadmin getproxyusage
Retrieves the proxy usage setting for the specified job.
Syntax
bitsadmin /getproxyusage <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Output
The returned proxy usage values can be:
Preconfig - Use the owner's Internet Explorer defaults.
No_Proxy - Don't use a proxy server.
Override - Use an explicit proxy list.
Autodetect - Automatically detect the proxy settings.
Examples
To retrieve the proxy usage for the job named myDownloadJob:
bitsadmin /getproxyusage myDownloadJob
bitsadmin getreplydata
Retrieves the server's upload-reply data in hexadecimal format for the job.
Note
This command isn't supported by BITS 1.2 and earlier.
Syntax
bitsadmin /getreplydata <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the upload-reply data for the job named myDownloadJob:
bitsadmin /getreplydata myDownloadJob
bitsadmin getreplyfilename
Gets the path of the file that contains the server upload-reply for the job.
Note
This command isn't supported by BITS 1.2 and earlier.
Syntax
bitsadmin /getreplyfilename <job>