Retrieves the proxy usage setting for the specified job.

Syntax

bitsadmin /GetProxyUsage <Job>

Parameters

Parameter Description

Job

The job's display name or GUID

Remarks

The possible values are:

  • PRECONFIG—use the owner's Internet Explorer defaults.

  • NO_PROXY—do not use a proxy server.

  • OVERRIDE—Use an explicit proxy list.

  • AUTODETECT—Automatically detect the proxy settings.

Examples

The following example retrieves the proxy usage for the job named myDownloadJob.

C:\>bitsadmin /GetProxyUsage myDownloadJob

Additional references