Hi All,
I would like to have a vb script which configures the Internet
settings for Remote machines.I have a script which does for local
machine.That script is using "wscript.shell".I dont know if this can
be used to alter the settings of remote machines.Pls give me a script
or tell me how to use the above mentioned method for remote
machines.Your responses will be highly appreciated.
Thanks
Gaurav

Re: Configuering Internet Settings for remote machines by Shahir

Shahir
Tue Oct 21 09:25:27 CDT 2003

I am almost sure that you can accomplish this with WMI. Now I don't have a
specific script but I have personally changed the registry on a group of
remote machines using WMI. Look at MSDN for WMI documentation.

Shahir


"Gaurav" <gaurav081@yahoo.co.in> wrote in message
news:36c62b36.0310210350.3554ec1b@posting.google.com...
> Hi All,
> I would like to have a vb script which configures the Internet
> settings for Remote machines.I have a script which does for local
> machine.That script is using "wscript.shell".I dont know if this can
> be used to alter the settings of remote machines.Pls give me a script
> or tell me how to use the above mentioned method for remote
> machines.Your responses will be highly appreciated.
> Thanks
> Gaurav