Results 1 to 3 of 3

Thread: ATTN: VB GURUS

  1. #1

    Thread Starter
    Hyperactive Member Gimpster's Avatar
    Join Date
    Oct 1999
    Location
    Redmond, WA 98052
    Posts
    331

    Question

    I posted this question a couple of days ago and no one has responded, so I'm going to post it again in hopes that maybe someone new will see it and have an answer for me:

    I'm trying to write some VBScript to see if there is any network activity between two computers. The computers are on the same domain and I know the names of them, but I just need to be able to check to see if there are any open connections between the two computers. Any ideas on how I can do that?
    -Ryan
    I smell varmint poontang, and the only good varmint poontang is dead varmint poontang...

    -Bill Murray, Caddyshack

  2. #2
    Guest
    There is an utillity called netstat it will/can show all the connections a computer has; ipadress ,port locale, port remote; status. You could use that to check for any connections between your pc and the target pc. Output the netstat data to a file(netstat > netstat_data.txt) and parse it.

  3. #3

    Thread Starter
    Hyperactive Member Gimpster's Avatar
    Join Date
    Oct 1999
    Location
    Redmond, WA 98052
    Posts
    331

    Wink

    Ok, yeah, I can do that, we use netstat right now to do the same thing manually, I just never thought to output it to a file. Thanks!
    -Ryan
    I smell varmint poontang, and the only good varmint poontang is dead varmint poontang...

    -Bill Murray, Caddyshack

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width