All Collections
Übercool tricks and answers
General questions
How do I get the P9 Agent to download patches using our proxy?
How do I get the P9 Agent to download patches using our proxy?

How to configure the P9 Agent to use a proxy service

IT-Man avatar
Written by IT-Man
Updated over a week ago

The P9 Agent runs under the "Local System Account" and requires that you configure the proxy service to be enabled and allowed.

Microsoft Windows

Open the command line prompt as Administrator.

If you've defined PAC file with proxy settings then run:

bitsadmin /util /setIEproxy networkservice AUTOSCRIPT http:\\PROXYURL
bitsadmin /util /setIEproxy localsystem AUTOSCRIPT http:\\PROXYURL
bitsadmin /util /setIEproxy localservice AUTOSCRIPT http:\\PROXYURL

example:

bitsadmin /util /setIEproxy localservice AUTOSCRIPT http:\\10.1.1.20\proxy.pac

Manual define proxy settings

bitsadmin /util /setieproxy localsystem MANUAL_PROXY PROXYURL:PORT
bitsadmin /util /setIEproxy localservice MANUAL_PROXY PROXYURL:PORT
bitsadmin /util /setIEproxy networkservice MANUAL_PROXY PROXYURL:PORT

example:

bitsadmin /util /setIEproxy localservice MANUAL_PROXY http:\\10.1.1.20:8080

To remove proxy settings from the system account run

bitsadmin /util /setIEproxy localservice NO_PROXY

To check if proxy settings is defined for an account

bitsadmin /util /getIEproxy localservice
Did this answer your question?