Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to Find the Uptime or Boot Time of a Windows Server  (Read 3357 times)

0 Members and 1 Guest are viewing this topic.

sajugovind

  • Guest
How to Find the Uptime or Boot Time of a Windows Server
« on: October 23, 2014, 07:12:04 pm »
Windows Server 2003:

In a command prompt, execute the following command:


systeminfo | find "Up Time"

Windows Server 2008 and 2012:

In a command prompt, execute the following command:


systeminfo | find "Boot"

Also, the command “net statistics server” will pull provide the server uptime, as well as many other related statistics.

This has also been included as a displayed statistic in the Task Manager of Server 2008.

Thank you,