Click here to Skip to main content
15,915,019 members
Home / Discussions / System Admin
   

System Admin

 
AnswerRe: Suggestions for slow internet Pin
Vasudevan Deepak Kumar23-Jul-07 4:32
Vasudevan Deepak Kumar23-Jul-07 4:32 
AnswerRe: Suggestions for slow internet Pin
ThaScorpion25-Jul-07 5:51
ThaScorpion25-Jul-07 5:51 
QuestionmidiOutGetNumDev() error in Windows XP Pin
vanchan5021-Jul-07 7:14
vanchan5021-Jul-07 7:14 
QuestionDriver blocked from loading on Windows 2003 Pin
Zoltan Balazs20-Jul-07 11:24
Zoltan Balazs20-Jul-07 11:24 
AnswerRe: Driver blocked from loading on Windows 2003 Pin
Sebastian Schneider22-Jul-07 22:02
Sebastian Schneider22-Jul-07 22:02 
QuestionIP adresses Pin
Shivaprasad D Atthigode19-Jul-07 23:59
Shivaprasad D Atthigode19-Jul-07 23:59 
AnswerRe: IP adresses Pin
Sebastian Schneider20-Jul-07 2:03
Sebastian Schneider20-Jul-07 2:03 
AnswerRe: IP adresses Pin
Shouvik Das25-Jul-07 21:13
Shouvik Das25-Jul-07 21:13 
Do a broadcast ping. Who ever replies would be connected to the Domain.
In turn if you are aware of subnets what u can do is use the follwing shell Script
<br />
@Echo off<br />
date /t > IPList.txt<br />
time /t >> IPList.txt<br />
echo =========== >> IPList.txt<br />
For /L %%f in (1,1,100) Do Ping.exe -n 2 192.168.1.%%f | Find "Request timed out." && echo 192.168.1.%%f Timed Out >> IPList.txt && echo off<br />
cls<br />
Echo Finished!<br />
@Echo on<br />
Notepad.exe IPList.txt<br />


save the above file as IPTracker.bat. The output file would be IPList.txt in the directory where IPTracker.bat exists

The above code will search for subnet 192.168.1.0 to 100. This would return the network IP Adreses not in use. the rest are all connected. By changing the IP supplied to the script u can check out all the systems that are connected.

One advice is if you are using DHCP in ur network there is no surity that the network connected today would be use tommorow by the same machine or in use at all. So according to your needs you can modfiy the shell script.

Hope this fills ur requirements



There are only two kinds of people who are really fascinating-people who know absolutely everything, and people who know absolutely nothing.
Oscar Wilde (1854-1900)
Regards...
Shouvik

AnswerRe: IP adresses Pin
S Douglas31-Jul-07 1:28
professionalS Douglas31-Jul-07 1:28 
QuestionHow to restore IE [modified] Pin
NetDave18-Jul-07 17:58
NetDave18-Jul-07 17:58 
QuestionOrder for name resolve in Windows 2003 Server?? Pin
LongRange.Shooter18-Jul-07 5:03
LongRange.Shooter18-Jul-07 5:03 
AnswerRe: Order for name resolve in Windows 2003 Server?? Pin
Sebastian Schneider19-Jul-07 2:27
Sebastian Schneider19-Jul-07 2:27 
AnswerRe: Order for name resolve in Windows 2003 Server?? Pin
Craster20-Jul-07 4:17
Craster20-Jul-07 4:17 
QuestionHow to Prevent cd/dvd drive using vc++? Pin
A.Venkata ramana18-Jul-07 4:10
A.Venkata ramana18-Jul-07 4:10 
AnswerRe: How to Prevent cd/dvd drive using vc++? Pin
Sebastian Schneider18-Jul-07 4:38
Sebastian Schneider18-Jul-07 4:38 
AnswerRe: How to Prevent cd/dvd drive using vc++? Pin
originSH18-Jul-07 4:55
originSH18-Jul-07 4:55 
Questionboot order Pin
saisp17-Jul-07 21:24
saisp17-Jul-07 21:24 
AnswerRe: boot order Pin
Mohamad K. Ayyash10-Sep-07 1:30
Mohamad K. Ayyash10-Sep-07 1:30 
QuestionRemoving the Service icon from Control Panel Pin
Aisha Ikram17-Jul-07 6:21
Aisha Ikram17-Jul-07 6:21 
AnswerRe: Removing the Service icon from Control Panel Pin
Mike Dimmick17-Jul-07 11:10
Mike Dimmick17-Jul-07 11:10 
GeneralRe: Removing the Service icon from Control Panel Pin
Aisha Ikram19-Jul-07 0:31
Aisha Ikram19-Jul-07 0:31 
Questionbuilding 2 primary partitions Pin
vishal dhir17-Jul-07 1:55
vishal dhir17-Jul-07 1:55 
AnswerRe: building 2 primary partitions Pin
Dave Kreskowiak17-Jul-07 5:08
mveDave Kreskowiak17-Jul-07 5:08 
GeneralRe: building 2 primary partitions Pin
Sebastian Schneider17-Jul-07 22:31
Sebastian Schneider17-Jul-07 22:31 
GeneralRe: building 2 primary partitions Pin
Mohamad K. Ayyash13-Sep-07 5:12
Mohamad K. Ayyash13-Sep-07 5:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.