Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.06 KB

File metadata and controls

52 lines (34 loc) · 1.06 KB
titledescriptionms.topicms.assetidms.authorauthormanagerms.date
bitsadmin getproxyusage
Reference article for the bitsadmin getproxyusage command, which retrieves the proxy usage setting for the specified job.
reference
f940a70e-3b02-497e-a47f-b37b905c299e
mosagie
robinharwood
mtillman
10/16/2017

bitsadmin getproxyusage

Retrieves the proxy usage setting for the specified job.

Syntax

bitsadmin /getproxyusage <job> 

Parameters

ParameterDescription
jobThe 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 

Related links

close