Jump to content

Recommended Posts

Posted

Hi All

 

I understand and have seen on a previous thread with regards to ie10 not setting proxy settings via group policy etc.

 

Can anyone try and talk me through how to get this up and running? We're using windows server 2008r2

 

will this affect computers that are still running ie9?

 

Haven't done much before with regards to group policy and registry editing etc, so want to make sure i get it right.

 

Thanks for any help :getmecoat:

Posted (edited)

I have had serious problems getting proxy settings to apply through group policy, It seems very flaky and random. In the end I had to apply the proxy setting through a .reg file that is scripted to run at login.

 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MigrateProxy"=dword:00000001
"ProxyEnable"=dword:00000001
"ProxyHttp1.1"=dword:00000000
"ProxyServer"="yourproxy:yourport"
"ProxyOverride"=""

 

You could save that as a .reg file and import that through a batch file. (make sure to add your own proxy info)

Edited by Trojan
Posted
I have had serious problems getting proxy settings to apply through group policy, It seems very flaky and random. In the end I had to apply the proxy setting through a .reg file that is scripted to run at login.

 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MigrateProxy"=dword:00000001
"ProxyEnable"=dword:00000001
"ProxyHttp1.1"=dword:00000000
"ProxyServer"="yourproxy:yourport"
"ProxyOverride"=""

 

You could save that as a .reg file and import that through a batch file. (make sure to add your own proxy info)

 

 

Or you can use GPP Registry Entries to replace these keys each time a user logs in - that's how I got it to work into end.

Posted

I make a new policy at domain level, or OU if applicable.

Make the policy "enforced" if you want to.

 

go to preferences / registry, and paste this in:

 






 

You will probably want to edit the "proxy:8080" and "intranet" parts to suit your network.

 

I then delete any IEAK folders from the policies folder in sysvol so there are no conflicts. This removes the .ins file that used to do the job.

 

Do check your policies first before you go deleting stuff!

 

BoX

Posted

Easiest way I found? Move to a proxy pac/WPAD.dat file, hosted on a web server and pointed to via DHCP option 252.

 

That way, you don't need to change anything in IE, it will automatically use those settings.

Posted (edited)
Or you can use GPP Registry Entries to replace these keys each time a user logs in - that's how I got it to work into end.

 

That's exactly what we do. Server2008 but upgraded to IE10 so it lost GPP settings for IE9.

Reg. keys applied on login via GPP to everyone but the IT Tech group.

 

edit: We also have a proxy.pac file set up, just to be safe.

Edited by Garacesh
Posted

I set up an Internet Maintenance GPP for IE8.

Then go to C:/Windows/Sysvol/domain/policies and search for "InternetSettings.xml". (Still on the DC)

Edit that and look for something along the lines of "Max version" which should say "8.0.0.0".

Change that to something like "11.9.9.9" so you don't need to worry about it for some time.

 

Jack

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...