pushing client WINS setup

  • Thread starter Thread starter Carl Hilton
  • Start date Start date
C

Carl Hilton

I have a bunch of workstaions that I need to push the WINS IP addresses
to... The users are NOT administrators. Is this possible?

Thanks

Carl
 
If the clients are set to obtain an IP and DNS automatically from the
DHCP-server, just setup Scope options 044 and 046 in DHCP-server.
 
We are NOT running DHCP.



Marina Roos said:
If the clients are set to obtain an IP and DNS automatically from the
DHCP-server, just setup Scope options 044 and 046 in DHCP-server.

--
Regards,

Marina
Microsoft SBS-MVP
 
There is a sample script on the Technet site that you might want to try.
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/ScriptCen
ter/network/Scnet136.asp
You could also push down a login script using a netsh interface ip add wins
command

--------------------
__
Danny Slye
Microsoft Support Professional
MCSE

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit. Thanks!
 
Thanks but again, the users are not admin so those scripts would probably
not work

Carl

Danny Slye - [MSFT} said:
There is a sample script on the Technet site that you might want to try.
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/ScriptCen
ter/network/Scnet136.asp
You could also push down a login script using a netsh interface ip add wins
command

--------------------

__
Danny Slye
Microsoft Support Professional
MCSE

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit. Thanks!
 
Hi Carl,

If the client machines are DHCP clients, then you can configure scope options to give the
clients the WINS IP address. If they are not DHCP clients, then you could also push down a
login script using a netsh interface ip add wins command. If your domain policies prevent the
users from making changes to their IP settings, then you will have to go to each machine and
do it manually as an Admin.

Thanks,
Gary

--------------------
'--'From: "Carl Hilton" <[email protected]>
'--'References: <[email protected]> <amRTb.2125$ks5.3067
@typhoon.bart.nl> <[email protected]> <LDoIfvp6DHA.1348
@cpmsftngxa07.phx.gbl>
'--'Subject: Re: pushing client WINS setup
'--'Date: Wed, 4 Feb 2004 08:30:34 -0500
'--'Lines: 38
'--'X-Priority: 3
'--'X-MSMail-Priority: Normal
'--'X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
'--'X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
'--'Message-ID: <#[email protected]>
'--'Newsgroups: microsoft.public.win2000.networking
'--'NNTP-Posting-Host: sac91h.sac.usace.army.mil 155.82.52.126
'--'Path: cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!
tk2msftngp13.phx.gbl
'--'Xref: cpmsftngxa07.phx.gbl microsoft.public.win2000.networking:53636
'--'X-Tomcat-NG: microsoft.public.win2000.networking
'--'
'--'Thanks but again, the users are not admin so those scripts would probably
'--'not work
'--'
'--'Carl
'--'
'--''--'> There is a sample script on the Technet site that you might want to try.
'--'>
'--'http://www.microsoft.com/technet/treeview/default.asp?url=/technet/ScriptCen
'--'> ter/network/Scnet136.asp
'--'> You could also push down a login script using a netsh interface ip add
'--'wins
'--'> command
'--'>
'--'> --------------------
'--'> >
'--'> >>
'--'> >> "Carl Hilton" <[email protected]> schreef in bericht
'--'> >> '--'> >> > I have a bunch of workstaions that I need to push the WINS IP
'--'> addresses
'--'> >> > to... The users are NOT administrators. Is this possible?
'--'> >> >
'--'> >> > Thanks
'--'> >> >
'--'> >> > Carl
'--'>
'--'> __
'--'> Danny Slye
'--'> Microsoft Support Professional
'--'> MCSE
'--'>
'--'> This posting is provided "AS IS" with no warranties and confers no rights.
'--'> Please reply to the newsgroup so that others may benefit. Thanks!
'--'>
'--'
'--'
'--'


--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included
script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best
directed to the newsgroup/thread from which they originated.
 
Back
Top