[windows2000] Re: remotely get network settings on Win2k machines

  • To: <windows2000@xxxxxxxxxxxxx>
  • Date: Thu, 2 Oct 2003 15:55:39 -0400

I'm not much of a scripter or a programmer (if you know C++, HELP!) but my 
thought was to have them all pipe to the same file, then you only have one file 
in the end rather than a file per computer.

Of course with your way, it would only happen once per computer which would 
probably be easier in the end.

Then you could just make anther script to run against the directory to make one 
big file

Greg

-----Original Message-----
From: windows2000-bounce@xxxxxxxxxxxxx
[mailto:windows2000-bounce@xxxxxxxxxxxxx]
Sent: Thursday, October 02, 2003 3:22 PM
To: windows2000@xxxxxxxxxxxxx
Subject: [windows2000] Re: remotely get network settings on Win2k
machines


Sure, it definitely could.  I had to do what I had to do, because I was
actually changing everyone's DNS and WINS server entries, which couldn't
be done in a login script.  I'd say for your situation, take Greg's
suggestion at executing ipconfig in a login script.  You could do:

if not exist \\server\share\%computername%.ip (
        ipconfig /all>\\server\share\%computername%.ip )

Ray at work

> -----Original Message-----
> From: windows2000-bounce@xxxxxxxxxxxxx 
> [mailto:windows2000-bounce@xxxxxxxxxxxxx] 
> Sent: Thursday, October 02, 2003 2:24 PM
> To: windows2000@xxxxxxxxxxxxx
> Subject: [windows2000] Re: remotely get network settings on 
> Win2k machines
> 
> 
> that rcmd.exe exectutable... do you think I might be able to 
> use that to run ipconfig?
> 
> I'll look into playing with that vbscript in the meantime
> 
> thanks!
> 
> 


**********************************************************************************************************
The information contained in this e-mail message is intended only for the 
personal and confidential use
of the recipient(s) named above.  Distribution, publication, or retransmission 
of this message is strictly 
prohibited.  This message may be a bank to client communication and as such is 
priviliged and confidential.  
If the reader of this message is not the intended recipient or an agent 
responsible for delivering it to the 
intended recipient, you are hereby notified that you have received this 
document in error and that any 
review, dissemination, distribution, or copying of this message is strictly 
prohibited.  If you have received 
this communication in error, please notify us immediately by e-mail, and delete 
the original message.

The sender of this e-mail specifically "opts-out" of the Electronic Signatures 
and Global and National 
Commerce Act (E-Sign) and any and all similar state and federal acts.  
Accordingly, but without limitation, 
any and all documents, contracts, and ageements must contain a handwritten 
signature of the sender to
be legal, valid, and enforceable.
**********************************************************************************************************

********************************************************
This Week's Sponsor - RTO Software / TScale
What's keeping you from getting more from your terminal servers? Did you know, 
in most cases, CPU Utilization IS NOT the single biggest constraint to scaling 
up?! Get this free white paper to understand the real constraints & how to 
overcome them. SAVE MONEY by scaling-up rather than buying more servers.
http://www.rtosoft.com/Enter.asp?ID=147
**********************************************************
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm
********************************************************
This Week's Sponsor - RTO Software / TScale
What's keeping you from getting more from your terminal servers? Did you know, 
in most cases, CPU Utilization IS NOT the single biggest constraint to scaling 
up?! Get this free white paper to understand the real constraints & how to 
overcome them. SAVE MONEY by scaling-up rather than buying more servers.
http://www.rtosoft.com/Enter.asp?ID=147
**********************************************************
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm

Other related posts: