Determining Server’s Uptime
Here’s how you can determine your server’s uptime, and if there’s an occurrence of improper shutdown you can always use either “Uptime” or “Systeminfo” from your command prompt.
To use Uptime, the most common option you can use is by issuing “uptime /s” to display the system events. Here it’ll list down when you boot up the server or any shutdown and even abnormal shutdown will be listed. It will also tell you how long have your system being online since the last shutdown.
Systeminfo on the other hand will not tell you if there’s any abnormal shutdown but still will tell your server’s uptime. This tool will not only provide uptime info but will also list an abundance of system information which you may not get from MSINFO32. It’s hard to read all info from command prompt, so what you can do is just pipe it to say a text file (e.g. Saving the file on D: drive with file name SysInfo.txt) with below command:
“Systeminfo > D:\SysInfo