I have a proxy server and I am wanting to force the client machines to have to go through it before they go through the firewall. I have a 2003 server and an NT server. The DHCP sits on the NT server. I know you can set the proxy server in Internet Explorer on each individual client. I want to set the proxy server on each client automatically (either through a script or some other means, can you force it using DHCP or something?). I found a script to modify the registry, but am unsure on how to get it to run during a log on script. I have it saved as a .reg file.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MigrateProxy"=dword:00000001
"ProxyEnable"=dword:00000001
"ProxyHttp1.1"=dword:00000000
"ProxyServer"=""ProxyOverride"="<local>"
Any help would be appreciated.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MigrateProxy"=dword:00000001
"ProxyEnable"=dword:00000001
"ProxyHttp1.1"=dword:00000000
"ProxyServer"=""ProxyOverride"="<local>"
Any help would be appreciated.