Windows server last reboot time

windows

How can I find a Windows server's last reboot time, apart from 'net statistics server/workstation'?

Best Answer

Start -> Run -> cmd.exe

systeminfo | find "System Up Time"

Or for more recent OS versions (see comment):

systeminfo | find "System Boot Time"