PC Review


Reply
Thread Tools Rate Thread

Automatic WINS

 
 
Chris Coryell
Guest
Posts: n/a
 
      5th Oct 2004
Can anyone tell me how to push out a secondary WINS server
to all my windows 2000 clients. We need to connect to
another organizations WINS server and it'd be a lot easier
if we could push this out rather than have to sit down and
fat finger it in on each workstation.

Thanks.

Chris
 
Reply With Quote
 
 
 
 
kr
Guest
Posts: n/a
 
      5th Oct 2004
On Tue, 05 Oct 2004 09:33:36 -0700, Chris Coryell wrote:

> Can anyone tell me how to push out a secondary WINS server
> to all my windows 2000 clients. We need to connect to
> another organizations WINS server and it'd be a lot easier
> if we could push this out rather than have to sit down and
> fat finger it in on each workstation.
>
> Thanks.
>
> Chris

Chris--
try this if running a logon script is okay:
{dump into text and save as .vbs}

On Error Resume Next
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set colNetCards = objWMIService.ExecQuery _
("Select * From Win32_NetworkAdapterConfiguration Where IPEnabled = True")
For Each objNetCard in colNetCards
strPrimaryServer = "your server here"
strSecondaryServer = "your server here"
objNetCard.SetWINSServer strPrimaryServer, strSecondaryServer
Next

regards,
KR
 
Reply With Quote
 
Vaya
Guest
Posts: n/a
 
      6th Oct 2004
"Chris Coryell" <(E-Mail Removed)> wrote in message
news:387b01c4aaf9$0ff1cce0$(E-Mail Removed)...
> Can anyone tell me how to push out a secondary WINS server
> to all my windows 2000 clients. We need to connect to
> another organizations WINS server and it'd be a lot easier
> if we could push this out rather than have to sit down and
> fat finger it in on each workstation.
>
> Thanks.
>
> Chris


Use DHCP

V.


 
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
Wins not performing on Domain Controller without other WINS server =?Utf-8?B?Y2FybA==?= Microsoft Windows 2000 Networking 2 1st Jan 2005 07:19 AM
how to list static WINS mappings from a WINS server? djc Microsoft Windows 2000 Networking 4 19th Oct 2004 08:26 PM
WINS replication issue between 2003 WINS and NT 4.0 WINS Sam Munzani Microsoft Windows 2000 Active Directory 1 8th Jul 2004 01:00 AM
WINS interoperability: NT4 WINS and 2000 WINS msnews.microsoft.com Microsoft Windows 2000 Networking 0 2nd Jul 2004 07:24 PM
WINS could not start due to a missing or corrupt database.Restore the database using WINS Manager (or winscl.exe found in the Windows 2000 Resource Kit) and restart WINS. If WINS still does not start, begin with a fresh copy of the database. =?Utf-8?B?V2hvcHJvZmVzc29y?= Microsoft Windows 2000 0 9th Dec 2003 09:41 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:24 PM.