Applies To: Windows Vista,Windows Server 2008 R2,Windows Server 2008

Retrieves the proxy usage setting for the specified job.

Syntax

 Copy Code
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.

 Copy Code
C:\>bitsadmin /GetProxyUsage myDownloadJob

Additional references