Security Basics mailing list archives
Re: tool for detect modems in a lan
From: "Jack Cullen" <jack_cullen () hotmail com>
Date: Wed, 24 Dec 2003 20:55:34 -0500
To see which Windows 2k hosts in a specific IP range have modems you can try msinfo32.exe (winmsd.exe) in a script or as below from the command prompt (however 250 simultaneous instances of msinfo32 will slow you down for a few minutes).
for /l %i in (1,1,250) do winmsd /report 10_0_0_%i.txt /categories +ComponentsModem /computer 10.0.0.%i
Next simply find: find /i "Name" *.txt >summary.txt Windows 2000 Command-Line Parameters for Msinfo32.exe: http://support.microsoft.com/default.aspx?scid=kb;en-us;255713&Product=win2000 _________________________________________________________________Get reliable dial-up Internet access now with our limited-time introductory offer. http://join.msn.com/?page=dept/dialup
--------------------------------------------------------------------------- ----------------------------------------------------------------------------
Current thread:
- tool for detect modems in a lan hassan hani (Dec 23)
- Re: tool for detect modems in a lan Jared Gull (Dec 24)
- Re: tool for detect modems in a lan pablo gietz (Dec 24)
- <Possible follow-ups>
- RE: tool for detect modems in a lan Parish Zachary Z Amn 381 IS/SCSS (Dec 23)
- Re: tool for detect modems in a lan Jack Cullen (Dec 29)
- Re: tool for detect modems in a lan H Carvey (Dec 29)
- Re: tool for detect modems in a lan H Carvey (Dec 29)
