Jump to content

Recommended Posts

Posted

Hey Guys

 

So I have set up my GP for staff and students and have one major problem that's getting really annoying. The GP is applying my proxy setting although give it a day and it doesn't you come back to find the proxy settings box is unticked and no one can use the internet! Really confused why it is doing this any help would be most appreciated! :)

 

Alex

Posted
We have had an issue with this too and I think the solution was a script to change the registry ..sorry I can't be any more help, I didnt do it. I can't even google it because SWGfL have blocked anything with "proxy" in it, bless them :(
Posted
I must have said this a huge number of times on here now, but I strongly recommend that you move away from using IEM. It's not supported beyond Windows 7 on IE9 - newer OS or IE and it disappears. GPP can provide the same functionality, and may be able to force this to work where IEM is failing.
Posted
I must have said this a huge number of times on here now, but I strongly recommend that you move away from using IEM. It's not supported beyond Windows 7 on IE9 - newer OS or IE and it disappears. GPP can provide the same functionality, and may be able to force this to work where IEM is failing.

Thanks for the info mate, though you have lost me a bit here I get IEM means internet explorer maintenance and that we are running IE 10 so this would make sense though when you say GPP you have lost me a lil???

Posted
We have had an issue with this too and I think the solution was a script to change the registry ..sorry I can't be any more help, I didnt do it. I can't even google it because SWGfL have blocked anything with "proxy" in it, bless them :(

Can this registry change be pushed out through group policy I seem to be able to google proxy any chance you remembered what you typed in? I have typed this question into google and can't seem to find much on it???

Posted
Group Policy Preferences. It's available in the GP settings, under Preferences at the bottom. It can save you a huge amount of faffing with scripts etc, for many tasks.
Posted
Can this registry change be pushed out through group policy I seem to be able to google proxy any chance you remembered what you typed in? I have typed this question into google and can't seem to find much on it???

Yes, it can. Definitely. Can't remember though. Will try and chase

Posted
Group Policy Preferences. It's available in the GP settings, under Preferences at the bottom. It can save you a huge amount of faffing with scripts etc, for many tasks.

Under Group Policy - User Configuration - Preferences I can't see anyway of setting Proxy setting for IE. Am I being stupid I feel like I'm missing something. Sorry first proper job as Network Manager haha!!! :)

Posted
go to user config / preferences / control panel / internet settings right click on the right side of teh screen and new ie 10 then fill in as you would if you were doing it manually on a pc (so connections lan settings) but remember to press f6 to make any settings go green and ive found its much less reliable deploying these swttings than the ie9< way it just sometimes dosent do them but i tend to find any gpp setting hit and miss
Posted
go to user config / preferences / control panel / internet settings right click on the right side of teh screen and new ie 10 then fill in as you would if you were doing it manually on a pc (so connections lan settings) but remember to press f6 to make any settings go green and ive found its much less reliable deploying these swttings than the ie9< way it just sometimes dosent do them but i tend to find any gpp setting hit and miss

Thankyou for your detailed info though I only saw IE6, 7 and 8 under new no 9 or 10 which worries me slightly this is just becoming a nuisance now having to go to every user on every machine to tick the proxy box! It puts the proxy in it just won't tick the damn box :( !!!! This is my first time and I'm really proud of the network I have put in made a huge difference but when staff can't access internet you can imagine they don't appreciate all the other stuff you have done just because it won't tick that silly box :( Help

Posted
You won't see IE10 on a Server 2008 R2 server, only IE8. The IE8 one works for IE9, and if you modify the xml of the policy (do a search of the forum) it can also operate IE10.
Posted

Or this?

Const HKEY_CURRENT_USER = &H80000001

 

strComputer = "."

 

Set ScriptMe=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & _

strComputer & "\root\default:StdRegProv")

 

strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Internet Settings"

 

strValueName = "ProxyEnable"

dwValue = 1

ScriptMe.SetDWORDValue HKEY_CURRENT_USER,strKeyPath,strValueName,dwValue

 

strValueName = "ProxyServer"

stValue = "http=192.168.1.1:8080;https=192.168.1.1:8080"

ScriptMe.SetStringValue HKEY_CURRENT_USER,strKeyPath,strValueName,stValue

The above will enable ProxyServer and set server value to 192.168.1.1 on 8080 for HTTP and HTTPS

 

(Just copy code and save as VBS, can be incorporated in a login script).

  • Thanks 2
Posted
Or this?

Const HKEY_CURRENT_USER = &H80000001

 

strComputer = "."

 

Set ScriptMe=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & _

strComputer & "\root\default:StdRegProv")

 

strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Internet Settings"

 

strValueName = "ProxyEnable"

dwValue = 1

ScriptMe.SetDWORDValue HKEY_CURRENT_USER,strKeyPath,strValueName,dwValue

 

strValueName = "ProxyServer"

stValue = "http=192.168.1.1:8080;https=192.168.1.1:8080"

ScriptMe.SetStringValue HKEY_CURRENT_USER,strKeyPath,strValueName,stValue

The above will enable ProxyServer and set server value to 192.168.1.1 on 8080 for HTTP and HTTPS

 

(Just copy code and save as VBS, can be incorporated in a login script).

 

Thankyou for all your help Witch. So I don't quite understand in GP do I create new Registry file or do I save as script and put that in GP? Which one do you guys use as am I right in thinking the link you provided is for individual client machines?

Posted

We have it running as a logon script. The examples are just that - I cant find the info on what we actually did but if you google it there are lots of arcticles that should make sense.

Not really my field of expertise - I suggest you message someone like @Michael or @plexer (other experts are available) to ask them exactly what to do) :)

Posted

There are issues when deploying proxy settings via GPO for both IE8 and IE9 (on Win 7), especially when using wireless clients which I have never got to the bottom of!

 

All is not lost however. Follow my guide here and this'll work for IE8, IE9 and IE10 on Windows 7. Hope this helps!

  • Thanks 1
Posted

You could also try setting this value as you're using IEM.

 

Computer Configuration - Administrative Templates -System/Group Policy - Internet Explorer Maintenance policy processing

 

Process even if the Group Policy objects have not changed - Enabled

 

Ben

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...