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