cheers,
gaclarke
Sent via Deja.com http://www.deja.com/
Before you buy.
Ipconfig /all >> \\YourWorkstation\YourShare\ServersIPconfig.txt
Actually you may want to: echo %COMPUTERNAME% also.
Just curious, why do you have to gather this information this way?
Clay Calvert
Replace the "W" in my e-mail address with an "L" to reply.
rcmd \\server1 ipconfig /all >> c:\logfile.txt
rcmd \\server2 ipconfig /all >> c:\logfile.txt
Better yet, put all your servers in a text file and read them with a for loop.
Bennett
Yes, it can! It only DEFAULTS to the SYSTEM account.
Open the "Scheduled Tasks" folder and click on the "Advanced" menu, then
click on the "AT Service Account" item.
Then select the "account you wish to use. This is the account that will be
used when jobs are scheduled via the AT command or WINAT reskit utility.
Rick.
Bennett
On Tue, 18 Apr 2000 00:37:40 -0700, "Rick Campbell" <rick...@speakeasy.org>
wrote:
I think of a different way to attack the problem, i haven愒 given this
solution so much thought, but it could work! (anyone who KNOWS it
doesn愒, please scream;-):
0. Create a blank textfile named iplist.txt on \\YOURSERVER\YOURSHARE\
1. Take all computers in your networking enviroment, you could make
something with FOR that checks all IP adresses on the subnets wich
you use and processes each computer it finds.
2. Change the registry on the targeted computer, so that the RunOnce
located in under HKLM\somewhere\cant\remember\where and put
the command you wich to run only once in there, it could be:
3. IPCONFIG /ALL >> \\YOURSERVER\YOURSHARE\iplist.txt
If you as an administrator executes the above explained script, all
computers
wich are currently turned on will be "loaded" with the command. The next
time someone logs in... Or was it the next time the computer starts? The
computer will sends it愀 IP config to be inserted in the list......
Yours sincerly
Kent Larsson, MCP