Thursday 25 March 2010

UPTIME

How to check the uptime for "n" number of servers

Create a batch file with below mentioned line & create a txt file with server list.
Put the uptime.exe in system32

for /f %%x in (%1) do uptime \\%%x

No comments:

Post a Comment