How to display workstation or server uptime
There are few options:
-
Run command prompt and type:
systeminfo |find "System Boot Time" systeminfo /s SERVERNAME |find "System Boot Time"
systeminfo |find "Up Time"
-
Run command prompt and type:
net statistics server |find "Statistics since"
or
net stats srv |find "Statistics since"
-
Download Uptime.exe tool from Microsoft website below:
http://support.microsoft.com/kb/232243
and run it under command prompt:uptime SERVERNAME uptime
Document version: 1.5
Last modified on:


Comments
22 Sep 2014, 07:05