In Linux it’s easy to determine the uptime. Just type ‘uptime‘ in a terminal session and voila, there it is:
09:32:41 up 59 days, 18:33, 1 user, load average: 0.00, 0.01, 0.05
In Windows you have to ask for the statistics of the server.
Open a Command Prompt and type ‘net statistics server‘ and there it is. You can see the start timestamp of the server.
Server Statistics for \\SERVERNAME
Statistics since 10-10-2016 20:27:01
……..
The command completed successfully.
Views: 178