|
Question : Proxy server via Group Policy?
|
|
I have a Windows 2k server environment with 2 servers and roughly 75 clients running Windows XP. I have a proxy server set up and am using group policy to point IE to the proxy on a few OUs containing users. (I have also tried it on OUs containing computers). It used to work just fine, but now I cannot get the setting to work at all...other settings, such as homepage and wallpaper work on these gpo's, but not the proxy settings. I know the proxy works because if I manually put the settings into an individual computer it works! Any suggestions will be appreciated...
|
|
Answer : Proxy server via Group Policy?
|
|
Under the group policy you have the following entry correct? User Settings --> Windows Settings --> Internet Explorer Maintenance --> Connection Server/Port and bypass proxy server for local addresses?
Group Policy Objects are applied to leaf objects, not groups... You use group to filter policy settings. Group Policy applies to all leaf objects (user/computer accounts) in the container by default. Configure from the security tab of the GPO so that GP Settings can be applied to only the users/computers who are member of the group.
You can Remove Authenticated users group because that is the entire network of users. You can deny Domain, Enterprise, Administrators, Administrator permission. Then add Group and set "Read" and "Apply Group Policy." This makes it so users must be applied the GPO if they are a member of the group.
Make sure you wait ample time or force a group policy update when testing... or use "gpupdate /force" at a command prompt to update immediately.
Might want to also check out the following MS KB article. http://support.microsoft.com/default.aspx?scid=kb;en-us;Q306915
|
|
|
|