title | description | ms.topic | ms.assetid | ms.author | author | manager | ms.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 |
Retrieves the proxy usage setting for the specified job.
bitsadmin /getproxyusage <job>
Parameter | Description |
---|---|
job | The job's display name or GUID. |
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.
To retrieve the proxy usage for the job named myDownloadJob:
bitsadmin /getproxyusage myDownloadJob