[Moderator (Sealeopard): Moved topic from 'Scripts' to 'General' forum due to lack of script in body]
I have the registry search down, but does anyone have any tips/suggestions on how to append those results to a text/.csv? Does that need to be run in a logon script or is there a way to scan the network at any given time? Any help would be greatly appreciated.
[ 22. September 2003, 21:13: Message edited by: sealeopard ]
sure, you can scan net at any given time. with many clients the search can take quite a long time. with about 1000 it takes about 7-10mins and there is no quarantee the machines are on at that time.
writing to file is nothing but open(),writeline() and close() calls.
Great. Thank you for the info. I found a sample from Robbie that I'm using as an example, but I am still learning. How do you scan the network at any given time? I don't know how to do that at all.
No AD. W2k domain though. This is waht I have, if you don't mind reviewing. Again, I'm using Robbie's example, don't want to take any undo credit. Please be easy, I'm a rookie.
not sure what you mean. if you talk about $rc, it is not command but variable. it gets feeded with the return codes of the functions thus they won't be thrown onto console window or such.
I copied the script you supplied and am trying to use it. However, it errors on that RC line and reports "error in parameters." I hate to keep bugging, but it is extremely important (in my world at least) to get this running.
you might want to look at kixtart manual. $ - variable @ - macro
looking for @crlf macro in the manual explains what it means. I give you a change to check it up, so you will learn to use it. you could also use the keyword ref: http://kixtart.org/manual_index.html