My company has a very large and complex web proxy auto configuration (PAC) file. Is there any way to determine from command line, or maybe Java/Powershell, which proxy will be used by IE i.e. I want to determine the output from FindProxyForURL(url, host) for any supplied url.
I've searched all over and found lots of other stuff, and even tried a couple of Java programs - no joy! Any suggestions welcome.