I need to enforce a specific proxy configuration on serveral servers. How
do I setup a GPO to apply the specific proxy settings for ALL USERS of a
specific set of servers?? Each server is within a single GPO.
Thanks!
Troy
You can configure a new GPO (Proxy settings server) an link it to all OUs.
Enable the policy to apply proxy settings per computer instead of per user.
Computer configuration/administrative templates/Windows Components/Internet
Explorer/
Then you can configure the proxy manually or use a custom adm template.
CLASS MACHINE
POLICY "Proxy-Configuration"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
PART "Activate proxy" CHECKBOX
VALUENAME "ProxyEnable"
END PART
PART "Proxy-IP und Port, z.B. 192.168.99.5:3128" EDITTEXT
VALUENAME "ProxyServer"
END PART
PART "Bypass Proxy Server for Local Addresses, leave <local>" EDITTEXT
DEFAULT "<local>"
VALUENAME "ProxyOverride"
END PART
END POLICY
HTH
Norbert
--
Dilbert's words of wisdom #14: Don't be irreplaceable - if you can't be
replaced, you can't be promoted.
Troy
"Norbert Fehlauer [MVP]" <n.feh...@gmx.net> wrote in message
news:u5jdktX6...@TK2MSFTNGP14.phx.gbl...
Any help?
"Norbert Fehlauer [MVP]" <n.feh...@gmx.net> wrote in message
news:u5jdktX6...@TK2MSFTNGP14.phx.gbl...
CLASS MACHINE
CATEGORY "Internet Explorer"
POLICY "Proxy-Configuration"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
PART "Activate proxy" CHECKBOX
VALUENAME "ProxyEnable"
END PART
PART "Proxy-IP und Port, z.B. 192.168.99.5:3128" EDITTEXT
VALUENAME "ProxyServer"
END PART
PART "Bypass Proxy Server for Local Addresses, leave <local>"
EDITTEXT DEFAULT "<local>"
VALUENAME "ProxyOverride"
END PART
END POLICY
END CATEGORY
Bye
Norbert
--
Dilbert's words of wisdom #04: There are very few personal problems
that cannot be solved by a suitable application of high explosives.
Now, how do I prevent a "user proxy GPO" from overriding this new one on my
specific servers?
Troy
"Norbert Fehlauer [MVP]" <n.feh...@gmx.net> wrote in message
news:eASOl3X6...@tk2msftngp13.phx.gbl...
> Now, how do I prevent a "user proxy GPO" from overriding this new one
> on my specific servers?
Enable Loopbackmodus in this GPO and Disable the proxy tab in user
configuration.
HTH
Norbert
--
Dilbert's words of wisdom #18: Never argue with an idiot. They drag you
down to their level then beat you with experience.
"Norbert Fehlauer [MVP]" <n.feh...@gmx.net> wrote in message
news:%23vyFhab...@TK2MSFTNGP10.phx.gbl...
Thanks!
"Troy Bruder" <so...@canthaveit.com> wrote in message
news:Om4Fi586...@TK2MSFTNGP15.phx.gbl...
Thanks - again!
"jb" <j...@nooakknoll.org> wrote in message
news:%23861424...@TK2MSFTNGP12.phx.gbl...