PC Review


Reply
Thread Tools Rate Thread

How can i change proxy for certain user in domain?

 
 
Lion2004
Guest
Posts: n/a
 
      23rd Mar 2010
Hi,

I have domain pc-s and share 10.3.3.1 for example. Also PC names: nr1, nr2,
nr3 and so on.... I need to find the way to change remotely or via registry
(running script) users Internet Explorer proxy server address and port. Can
you give me some ideas how it can be done?

Thank you.

Peeter
 
Reply With Quote
 
 
 
 
Andrew E.
Guest
Posts: n/a
 
      24th Mar 2010
For scripts,go to:
http://technet.microsoft.com/en-us/s...r/default.aspx
Check out the script library,or search,a script like youre looking for may be
around...

"Lion2004" wrote:

> Hi,
>
> I have domain pc-s and share 10.3.3.1 for example. Also PC names: nr1, nr2,
> nr3 and so on.... I need to find the way to change remotely or via registry
> (running script) users Internet Explorer proxy server address and port. Can
> you give me some ideas how it can be done?
>
> Thank you.
>
> Peeter

 
Reply With Quote
 
Klaus Jorgensen
Guest
Posts: n/a
 
      24th Mar 2010

Lion2004 used his keyboard to write :
> I have domain pc-s and share 10.3.3.1 for example. Also PC names: nr1, nr2,
> nr3 and so on.... I need to find the way to change remotely or via registry
> (running script) users Internet Explorer proxy server address and port. Can
> you give me some ideas how it can be done?


http://www.stbernard.com/ip4kb/iPris...ers/IP0346.htm

--
/klaus


 
Reply With Quote
 
Lion2004
Guest
Posts: n/a
 
      24th Mar 2010
Thank you Klaus for answear.

But actually i'm searching solution to run script or .bat file where i can
choose certain pc number and provide necessary data to set desired proxy only
to this pc. But these links you gave are very helpful, will research them
more deeply.

Thank you.

P.S. Will post this question in correct queue next time!

"Klaus Jorgensen" wrote:

> Lion2004 used his keyboard to write :
> > I have domain pc-s and share 10.3.3.1 for example. Also PC names: nr1, nr2,
> > nr3 and so on.... I need to find the way to change remotely or via registry
> > (running script) users Internet Explorer proxy server address and port. Can
> > you give me some ideas how it can be done?

>
> http://www.stbernard.com/ip4kb/iPris...ers/IP0346.htm
>
> --
> /klaus
>
>
> .
>

 
Reply With Quote
 
Klaus Jorgensen
Guest
Posts: n/a
 
      24th Mar 2010
Lion2004 used his keyboard to write :
> But actually i'm searching solution to run script or .bat file where i can
> choose certain pc number and provide necessary data to set desired proxy only
> to this pc. But these links you gave are very helpful, will research them
> more deeply.


You could use a batch file like this in your logon script:
---------------------------------------
@echo off
goto code
; Proxy definitions
proxy,pc1,10.3.3.1:80
proxy,pc2,10.3.3.2:80
proxy,pc3,10.3.3.3:80
:code
set regkey=HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings
for /f "tokens=1,2,3 delims=," %%i in (%~dpnx0) do if /i !%%i==!proxy
if /i %%j==%computername% (
reg add "%regkey%" /v ProxyEnable /t REG_DWORD /d 1 /f >nul
reg add "%regkey%" /v ProxyServer /t REG_SZ /d %%k /f >nul
)
set regkey=
---------------------------------------

--
/klaus


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Domain Users can't change Proxy Settings =?Utf-8?B?TmF0aGFuIEthYQ==?= Windows XP Networking 1 1st Jun 2007 06:02 PM
User not able to change proxy settings =?Utf-8?B?U2hhd24gUA==?= Windows XP Internet Explorer 1 16th Jun 2006 04:24 PM
Allow domain user to change local permissions on domain computers,without have full right on domain controllers? none Microsoft Windows 2000 Group Policy 5 11th Aug 2005 02:30 AM
Allow a domain user to change local permissions on domain machineswithout allowing full rights on domain controllers none Microsoft Windows 2000 Active Directory 1 5th Aug 2005 05:36 AM
How to enable Internet sharing Access for Proxy server user to non Proxy server user on the same domain. Macgyver Goh Windows XP Networking 1 5th Sep 2004 12:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:15 PM.