Jump to content

Recommended Posts

Posted

When you tried setting new proxy settings by gpo, did you try setting it to disabled? Setting to not configured wont have any effect. If so is this coming through on rsop? Are you able to supply a screenshot of available gpo proxy settings available and what you have tried? Im doing this from memory as i am no longer a sys admin and dont have a server to hand to reference to.

 

It can be done by script, i think i have something that can be used. When you go to a machine with the old proxy set and search for the proxy value in the registry, is it set under hklm or hkcu?

  • Thanks 1
Posted
Thanks XiJ, I will have a look. I wonder if the Ransomeware infection some time ago wiped out some of the GPOs! Mapped drives don't even map since the Ransomeware infection. The Managed IT provider said that they had resolved any issues on the DC where the Ransomeware infection took place. Hmmm. So many old and broken GPOs, AD is a complete disaster! Where is the exit...
Posted
Thanks again rrrrr, I haven't setting new proxy settings as I don't require any proxy setting to be set now. There are several proxy GPOs in the very very long list of GPOs, but when I tried disabling them and running a gpupdate, nothing changed. I am new to Group Policy and as a technician have never been given any exposure to GP by ex NM. I have really just triedeverthing that you have suggested such as running RSoP, GPRESULT /R, unchecking current proxy in IE on domain machine and then running a GPUPDATE. Looking for the GPO in Group Policy Manager. Disabling proxy GPOs. I can grab a screenshot at some point. Will have to change all the proxy settings locally if I cant find a fix soon. What a task that will be.
Posted
Thanks mrtechsystems, how do I check if the proxy has been set through the registry? Do you mean that a Group Policy might have been created to push the registry settings? the browsers are IE11 and Chrome.
Posted
Thanks LeMarchand, I will try creating a new "No Proxy" policy and enforce it. I did try adding a setting to the default domain policy, which I set no proxy at all, which I would have thought would have the same effect as creating a new policy with no proxy settings. Is that correct?
Posted

What i would do tomorrow.

1, go to a gpo that is applying to workstations. Add the proxy settings to disabled. From google images it should look like below, but set the disabled option

ImageUploadedByEduGeek1475788857.362691.jpg

 

Do gpupdate, rsop etc and check result.

 

2 if that dont work, go to a pc with old proxy settings.

Goto regedit

Search for old proxy server.

Review the registry keys that affect the proxy settings.

Add these to gp preferences to for central roll out.

 

ImageUploadedByEduGeek1475789205.830020.jpg

 

Again, gpupdate, rsop, review changes.

  • Thanks 1
Posted
Really don't know enough about Group Policy to resolve this.

 

All gpo's are, are a central way of changing registry values.

Every gpo setting has an equivalent registry value it changes.

The registry is split into machine settings (hklm) and user settings (hkcu - current user)

Same as the gpos, computer and user settings.

 

Setting as not configured will either leave as default value or not change any current settings

 

Enabled and disabled are both active and will make a change.

  • Thanks 1
Posted (edited)
Have you tried deleting local profiles? I've seen these cache proxy settings in the past. Could even be in the default profile if using a mandatory one from the server? Edited by jonnykewell1
  • Thanks 1
Posted

I had this problem when moving internet providers. I removed all of the policies that applied the proxy settings, but they were still on the workstations. I solved it by pushing out a registry value with group policy that disables the proxy.

 

User Config > Preferences > Registry

 

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings

 

Then set the value of ProxyEnable with a REGDWORD to 00000000

  • Thanks 2
Posted
Thanks Kineas, the school have changed Internet providers recently, which is why the I need to remove the old proxy settings. The new filtering is transparent, so doesn't require any proxy settings. I will try creating a policy that pushes out the registry value.
Posted
Just make sure you push it out to the entire domain and ensure that all policies that set the proxy to enabled are definitely removed.
  • Thanks 1
Posted
Hi Kineas, I am currently attempting to create a policy to push out the registry value that you suggested, but the REGDWORD for ProxyEnable is set to 0 already. Is that correct? Under the data heading for the ProxyEnable value is 0x00000000. Do I just apply the policy with that value? I thought that I would have to change it to a 0?? Thanks
Posted

Yes, I am using Group Policy to push the reg key as follows:-

 

User Config > Preferences > Registry

 

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings

 

Then set the value of ProxyEnable with a REGDWORD to 00000000

Posted

When we changed supplier we removed the proxy from GP but it stayed set on some machines so we ran the following command on the machines to clear it.

 

netsh winhttp reset proxy

 

You can also run netsh winhttp show proxy to see what it is currently set at.

  • Thanks 1
Posted

Thanks for that tj2419, I have added the following reg key to the default domain policy. I then logged onto some domain machines and the change seemed to have worked. But sadly the policy change isn't having any affect on some of the workstsations, even after a couple of gpupdates and restarts?? I even took one of the machines that the amended policy has had no affect and removed and re-joined the domain, but that made no difference. I will try the command that you kindly sent and will let you know how I get on:-

 

reg key User Config > Preferences > Registry

 

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings

 

Then set the value of ProxyEnable with a REGDWORD to 00000000

Posted
Thanks to everyone for all your help and advice! After pushing the reg key using the default domain policy, most machines are able to access the web ok.Some machines are being stubborn and are retaining the old proxy settings, even after a gpupdate and a couple of restarts. I can always run netsh winhttp reset proxy on the stubborn machines. Group policy doesn't seem that consistent ;)

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