RE: How to find all active windows hosts on a network

2002-09-10 Thread Kipp, James
O RTO [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 2:21 PM To: Kipp, James; [EMAIL PROTECTED] Subject: RE: How to find all active windows hosts on a network Kipp: How reliable is that? Because, when I executed the command you had posited, I got nothing. Thanks, Rex -- Here i

RE: How to find all active windows hosts on a network

2002-09-10 Thread RTO RTO
uot;Kipp, James" wrote:you can also just use 'nbtstat -c'. > -Original Message- > From: RTO RTO [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 6:07 PM > To: Timothy Johnson; 'Mark Richmond'; [EMAIL PROTECTED] > Subject: RE: How to find

RE: How to find all active windows hosts on a network

2002-09-10 Thread Kipp, James
you can also just use 'nbtstat -c'. > -Original Message- > From: RTO RTO [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 6:07 PM > To: Timothy Johnson; 'Mark Richmond'; [EMAIL PROTECTED] > Subject: RE: How to find all active windows ho

RE: How to find all active windows hosts on a network

2002-09-09 Thread Mark Richmond
Thanks to everyone for the help -mark - Mark Richmond <[EMAIL PROTECTED]> Airvana Inc. 25 Industrial Ave. Chelmsford, MA 01824 Voice: 978-250-2669 Fax: 978-250-3910 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to find all active windows hosts on a network

2002-09-09 Thread Timothy Johnson
sically just looks at the Browse list, which has its own advantages, for example if you want to pick up Win9x machines as well. -Original Message- From: Mark Richmond [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 2:57 PM To: Timothy Johnson; [EMAIL PROTECTED] Subject: RE: H

RE: How to find all active windows hosts on a network

2002-09-09 Thread RTO RTO
I ran this one-liner, and it did return all the Windows NT/2000/Servers/Workstations attached to my domain/workgroup. C:\>perl -e "use Win32::NetAdmin; my($serverRef) = {}; Win32::NetAdmin::GetServers('', 'MYDOMAINNAME', SV_TYPE_SERVER, $serverRef); while(my($key, $val) = each %{$serverRef}){prin

RE: How to find all active windows hosts on a network

2002-09-09 Thread Mark Richmond
7;s a lot faster than you would think, and doesn't take very > much by way of > resources. > > -Original Message- > From: Timothy Johnson [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 2:46 PM > To: 'Mark Richmond'; [EMAIL PROTECTED] > Sub

RE: How to find all active windows hosts on a network

2002-09-09 Thread Mark Richmond
to find them all and copies files to them. -mark > > -Original Message- > From: Mark Richmond [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 2:31 PM > To: Mark Richmond; [EMAIL PROTECTED] > Subject: RE: How to find all active windows hosts on a ne

RE: How to find all active windows hosts on a network

2002-09-09 Thread Timothy Johnson
$OSType = $verRoot->{'CurrentType'}; $build = $verRoot->{'CurrentBuildNumber'}; It's a lot faster than you would think, and doesn't take very much by way of resources. -Original Message----- From: Timothy Johnson [mailto:[EMAIL PROTECTED]] S

RE: How to find all active windows hosts on a network

2002-09-09 Thread Timothy Johnson
; [EMAIL PROTECTED] Subject: RE: How to find all active windows hosts on a network As a follow up: Win32::NodeName() produces the local NodeName I need a list of all the nodes. The hunt continues > -Original Message- > From: Mark Richmond > Sent: Monday, September 09, 2002 5:1

RE: How to find all active windows hosts on a network

2002-09-09 Thread Mark Richmond
As a follow up: Win32::NodeName() produces the local NodeName I need a list of all the nodes. The hunt continues > -Original Message- > From: Mark Richmond > Sent: Monday, September 09, 2002 5:10 PM > To: [EMAIL PROTECTED] > Subject: How to find all active windows hos

How to find all active windows hosts on a network

2002-09-09 Thread Mark Richmond
Hello all: I need to produce a list Windows2k hosts on our network. It would seem that I could obtain the information from the domain controllers I looked at Win32::NetResource but can't figure out how to get the node name. Any thoughts ? -thanks -mark - Mark Richmond