Jump to content

Recommended Posts

Posted (edited)

Welp, didn't need this at all Microsoft...

 

We've got the proxy option to bypass local addresses set in group policy. We set this up aeons ago and that's been that. However, now we need to modify some of these settings for one OU. What I want to do is change the list of sites that are in the proxy exceptions list. I've noticed that Internet Explorer Maintenance is just not there in User Configuration any more. Thanks Microsoft.

 

I thought I'd just knock the registry keys into HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings modifying ProxyOverride options but I can't seem to get anything to work! current script reads:

 


Const HKEY_CURRENT_USER = &H80000001

strComputer = "."

Set objRegistry = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv")

strKeyPath = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyOverride"
strValueName = ""
strValue = "www.fakesite.nothing.com"

objRegistry.SetStringValue HKEY_CURRENT_USER, strKeyPath, strValueName, strValue

 

Anyone know what to do, what I'm doing wrong and how to un-wrong it? :(

 

Thanks in advance for any help!

Edited by JRA
Posted

Take a look in User>Prefs>Control Panel>IE, create a new instance of whatever the highest version you can is and double click - you should get the standard IE options window where you can go to connections>LAN settings then tick/set proxy and go to Advanced to set exceptions.

 

IIRC it's worth setting up a W7 machine + RSAT to remove any old IEM policies you have.

 

Awful planning by MS.

  • Thanks 1
Posted
Take a look in User>Prefs>Control Panel>IE, create a new instance of whatever the highest version you can is and double click - you should get the standard IE options window where you can go to connections>LAN settings then tick/set proxy and go to Advanced to set exceptions.

 

IIRC it's worth setting up a W7 machine + RSAT to remove any old IEM policies you have.

 

Awful planning by MS.

 

Cheers much! Yes I did try that but didn't get anywhere with it, just didn't seem to 'take'. I'll keep fiddling though, cheers again.

Posted
Wow, not seen this pop up for a long time! Have you only just rolled out IE11? Basically, GPP replaced this, and you can do everything you need there. You may still need to wipe the old IEM settings out of the policy, which can be a bit of a hack, or just roll back to IE9 and do it.
  • Thanks 1
Posted
Wow, not seen this pop up for a long time! Have you only just rolled out IE11? Basically, GPP replaced this, and you can do everything you need there. You may still need to wipe the old IEM settings out of the policy, which can be a bit of a hack, or just roll back to IE9 and do it.

Hehe no no, but only just gone in to fiddle with anything; all set up and forgotten about yonks ago - this is the first time I've needed to make a change.

Posted
Cheers much! Yes I did try that but didn't get anywhere with it, just didn't seem to 'take'. I'll keep fiddling though, cheers again.

 

you have to press an F key to make things green for them to apply, i cant remember which one though, maybee f6?

  • Thanks 1
Posted
Wow, not seen this pop up for a long time!

 

For a minute after I answered I actually thought I had just gone all necro and resurrected a years old thread... :p

 

But yes, at the time iirc I also fell foul of not being able to remove the previous settings from the old IEM GPO. :mad:

  • Thanks 1
Posted

Bleh, gave up. None of the above seemed to work, though I'm very grateful for all the assistance! I even had a go at the gpmc tools for an old XP VM I had sat around. Not a sausage.

 

In the end knocked up a policy further down that just puts in a nonsense proxy, so they get no internet at all. For some reason that one works alright.

 

Again folks thanks loads for the suggestions.

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