PC Review


Reply
Thread Tools Rate Thread

change PC's DNS settings to dynamic via logon scrip in Nvell environment

 
 
alfyalf@hotmail.co.uk
Guest
Posts: n/a
 
      19th Jan 2007
Hi all,

I need help on this big time, I need to change the DNS settings on
every workstation in a novell environment from static to dynamic using
a script so that it will pick up the DNS address via the DHCP
server...please can you help as this is a big network. Please dont ask
why is the DNS settings is left for manual entry.

Help ?

thanks people

 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a
 
      19th Jan 2007
netsh interface ip set dns name="Local Area Connection" source=dhcp

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

<(E-Mail Removed)> wrote:
> Hi all,
>
> I need help on this big time, I need to change the DNS settings on
> every workstation in a novell environment from static to dynamic using
> a script so that it will pick up the DNS address via the DHCP
> server...please can you help as this is a big network. Please dont ask
> why is the DNS settings is left for manual entry.
>
> Help ?
>
> thanks people
>

 
Reply With Quote
 
alfyalf@hotmail.co.uk
Guest
Posts: n/a
 
      19th Jan 2007
Hi,

Firstly thank you for your reply....

I am aware of this command and it does work if you save it as a batch
file and run it from ie desktop when you are logged on as an
administrator. my question is that i would like to run this command as
a user (with no admin rights) is logging on to the desktop i.e a
script. Is there a way of entering all administrator credntials on a
batch file or vb script to run and then point to the NETSH command to
run and make the required change.

thanks

alf

Dave Patrick wrote:
> netsh interface ip set dns name="Local Area Connection" source=dhcp
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
> <(E-Mail Removed)> wrote:
> > Hi all,
> >
> > I need help on this big time, I need to change the DNS settings on
> > every workstation in a novell environment from static to dynamic using
> > a script so that it will pick up the DNS address via the DHCP
> > server...please can you help as this is a big network. Please dont ask
> > why is the DNS settings is left for manual entry.
> >
> > Help ?
> >
> > thanks people
> >


 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      19th Jan 2007
You might give this a go.

http://www.microsoft.com/technet/sys...es/psexec.mspx

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

<(E-Mail Removed)> wrote:
> Hi,
>
> Firstly thank you for your reply....
>
> I am aware of this command and it does work if you save it as a batch
> file and run it from ie desktop when you are logged on as an
> administrator. my question is that i would like to run this command as
> a user (with no admin rights) is logging on to the desktop i.e a
> script. Is there a way of entering all administrator credntials on a
> batch file or vb script to run and then point to the NETSH command to
> run and make the required change.
>
> thanks
>
> alf

 
Reply With Quote
 
alfyalf@hotmail.co.uk
Guest
Posts: n/a
 
      20th Jan 2007
Hi,

thanks for your reply, is there not a way that i can put all
adminidtrator details of the loacl PC on a script and the poing to the
NETSH command...

thanks


Dave Patrick wrote:
> You might give this a go.
>
> http://www.microsoft.com/technet/sys...es/psexec.mspx
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
> <(E-Mail Removed)> wrote:
> > Hi,
> >
> > Firstly thank you for your reply....
> >
> > I am aware of this command and it does work if you save it as a batch
> > file and run it from ie desktop when you are logged on as an
> > administrator. my question is that i would like to run this command as
> > a user (with no admin rights) is logging on to the desktop i.e a
> > script. Is there a way of entering all administrator credntials on a
> > batch file or vb script to run and then point to the NETSH command to
> > run and make the required change.
> >
> > thanks
> >
> > alf


 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      20th Jan 2007
Here you go.

http://www.microsoft.com/resources/d....mspx?mfr=true

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

<(E-Mail Removed)> wrote:
> Hi,
>
> thanks for your reply, is there not a way that i can put all
> adminidtrator details of the loacl PC on a script and the poing to the
> NETSH command...
>
> thanks


 
Reply With Quote
 
alf
Guest
Posts: n/a
 
      29th Jan 2007
PSEXEC works if you point it to one PC. however if you point to a
text file containing the ip address of a number of PC's it fail and
returns a message somthing like "eable remote PC's ADMIN$". The whole
point is to do this from one central point rather than going to each
PC and enabling. is there a third party software for this type of
sceniro.

Please help



On 20 Jan, 14:27, "Dave Patrick" <DSPatr...@nospam.gmail.com> wrote:
> Here you go.
>
> http://www.microsoft.com/resources/d...s/xp/all/prodd...
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]http://www.microsoft.com/protect
>
>
>
> <alfy...@hotmail.co.uk> wrote:
> > Hi,

>
> > thanks for your reply, is there not a way that i can put all
> > adminidtrator details of the loacl PC on a script and the poing to the
> > NETSH command...

>
> > thanks- Hide quoted text -- Show quoted text -


 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      29th Jan 2007
You might give this a go.

http://www.microsoft.com/technet/scr.../cscne041.mspx

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"alf" wrote:
> PSEXEC works if you point it to one PC. however if you point to a
> text file containing the ip address of a number of PC's it fail and
> returns a message somthing like "eable remote PC's ADMIN$". The whole
> point is to do this from one central point rather than going to each
> PC and enabling. is there a third party software for this type of
> sceniro.
>
> Please help


 
Reply With Quote
 
alf
Guest
Posts: n/a
 
      30th Jan 2007

Thanks, but this only works if you have local admin rights..


On 29 Jan, 14:07, "Dave Patrick" <DSPatr...@nospam.gmail.com> wrote:
> You might give this a go.
>
> http://www.microsoft.com/technet/scr...ts/network/cli...
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]http://www.microsoft.com/protect
>
>
>
> "alf" wrote:
> > PSEXEC works if you point it to one PC. however if you point to a
> > text file containing the ip address of a number of PC's it fail and
> > returns a message somthing like "eable remote PC's ADMIN$". The whole
> > point is to do this from one central point rather than going to each
> > PC and enabling. is there a third party software for this type of
> > sceniro.

>
> > Please help- Hide quoted text -- Show quoted text -


 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      31st Jan 2007
Run it remotely using your admin credentials.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"alf" wrote:
>
> Thanks, but this only works if you have local admin rights..

 
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
how to create dynamic web query through vb scrip? Hemant Oswal Microsoft Excel Programming 2 26th Feb 2009 01:04 PM
want to change IE settings for different user on citrix environment bhavik161@gmail.com Microsoft Windows 2000 Group Policy 0 12th Jul 2006 02:50 PM
want to change IE settings for different user on citrix environment bhavik161@gmail.com Microsoft Windows 2000 Group Policy 0 12th Jul 2006 02:50 PM
Change logon settings john Microsoft Outlook 1 24th Feb 2004 06:28 PM
How do I change settings to get automatic logon rob Windows XP General 4 6th Oct 2003 04:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:42 AM.