Microsoft
Software
Hardware
Network
Question : Using Batch file to Obtain the Computernames, usernames, IP Address and MAC Address from each remote PCs
Hi all,
I use Remote Desktop Connection and very hard for me to remember each of those PCs at home so I would like to know if there is a way by using Batch File commands to scan and automatically obtain the Computernames, usernames, IP Address and MAC Address from each remote PCs in the range of (192.168.1.5 - 192.168.1.254).
This is for home use only.
Thanks
----------
@ECHO OFF
ECHO %USERDOMAIN%\%USERNAME%
Answer : Using Batch file to Obtain the Computernames, usernames, IP Address and MAC Address from each remote PCs
No, you cannot get all this info from command line... I would get a scanner program for you network like this:
http://lantricks.com/lansp
y/
Its free and gives you a lot of information...
Random Solutions
sql server login
Autofill Date Field in Access 2007
Visual Basic Code - Excel - Merge multiple worksheets in an excel workbook into single worksheet
Adding PowerPoint Viewer to winform desktop app.
migrating SQL databases to another server and get some weird error messages
Your database or project contains a missing or broken reference to the file 'DSDBListVw2.dll' version 1.0.
IIS7 won't parse classic ASP / VBScript
Windows 2003 Server with event id 1004 application error for wmiprvse.exe
Extract Day of the month in Date VBA
MS Access GetOleDbSchemaTable DATA_TYPES and COLUMN_FLAGS questions