GPO Proxy - MACHINE

Hi guys,

I am having issues with the group policy / proxy setting. I am trying to setup a proxy settings for the machine so I created the following ADM which works perfect because I see it affect the registry exactly were I want it.

CLASS MACHINE

 CATEGORY "Proxy Settings Machine Base" 

   POLICY "Proxy Enable"
    KEYNAME "SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Internet Settings"
    EXPLAIN !!ExplainProxyEnable
    VALUENAME "ProxyEnable"
    VALUEON NUMERIC 1
    VALUEOFF NUMERIC 0  
   END POLICY

   POLICY "Proxy Override"
    KEYNAME "SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Internet Settings"
    EXPLAIN !!ExplainProxyOverride
    PART !!ServerOverride EDITTEXT
     VALUENAME "ProxyOverride"
     DEFAULT "10.*"
    END PART
   END POLICY

   POLICY "Proxy Server"
    KEYNAME "SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Internet Settings"
    EXPLAIN !!ExplainProxyServer
    PART !!ProxyServer EDITTEXT
     VALUENAME "ProxyServer"
     DEFAULT "http=169.0.0.0:10;https=169.0.0.0:10;ftp=169.0.0.0:10;socks=169.0.0.0:10"
    END PART
   END POLICY

 END CATEGORY

I login with a user and sure enough everything is working to plan to problem occurs on my SCCM agent (local user) he constantly tries to connect to my bogus proxy.

I am going crazy here, I really have no idea whats going on.

July 16th, 2013 10:29pm

Hi ,

Thank you for posting your issue in the forum.

I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.

Thank you for your understanding and support.

Best Regards,

Andy Qi

TechNet Subscriber Support

If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.

Free Windows Admin Tool Kit Click here and download it now
July 18th, 2013 4:01am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics