Please wait,
Processing your request...

    0%
  Business logo VanSoest.it
  ... | Selecteer de Nederlandse taal |
Sharing is caring
| Print this page. | Linkedin page of Johan van Soest

React: Postcard image. Click this to mail to Johan

WebHalla
 Content
  Management
   System

ICT-Hotlist Topic

How to easily find Windows Uptime

You probably know that Windows Taskmanager as of Windows 7 shows the uptime on the Performance tab as can be seen in the next image:
TaskManager on Windows Server 2012R2 showing the uptime in a red box.
TaskManager on Windows Server 2012R2 showing the uptime in a red box.

You can even start a graphical version of taskmanager on a Core Server by typing taskmgr on the command prompt.
You can also use the command prompt on all Windows operating systems to get the last power on or reboot time with the command:
net statistics server
It will show you the following information:
Server Statistics for \\NLAALDC2

Statistics since 11-5-2014 18:37:02

Sessions accepted                  6
Sessions timed-out                 5
Sessions errored-out               5

Kilobytes sent                     1186
Kilobytes received                 19

Mean response time (msec)          0

System errors                      0
Permission violations              0
Password violations                0

Files accessed                     2238
Communication devices accessed     0
Print jobs spooled                 0

Times buffers exhausted

  Big buffers                      0
  Request buffers                  0

The command completed successfully.

We are interested in the line that states: Statistics since 11-5-2014 18:37:02 as this denotes the last reboot or power on.
If you only want this information, you can easily filter for this using:
net statistics server | findstr /c:"Statistics since"

On a desktop or notebook you can use:
net statistics workstation
Since version 6 of Powershell there is a command to get the uptime Get-Uptime.
Get-Uptime

Days              : 9
Hours             : 0
Minutes           : 9
Seconds           : 45
Milliseconds      : 0
Ticks             : 7781850000000
TotalDays         : 9.00677083333333
TotalHours        : 216.1625
TotalMinutes      : 12969.75
TotalSeconds      : 778185
TotalMilliseconds : 778185000
You may vote your opinion about this article:


Scripts and programming examples disclaimer

Unless stated otherwise, the script sources and programming examples provided are copyrighted freeware. You may modify them, as long as a reference to the original code and hyperlink to the source page is included in the modified code and documentation. However, it is not allowed to publish (copies of) scripts and programming examples on your own site, blog, vlog, or distribute them on paper or any other medium, without prior written consent.
Many of the techniques used in these scripts, including but not limited to modifying the registry or system files and settings, impose a risk of rendering the Operating System inoperable and loss of data. Make sure you have verified full backups and the associated restore software available before running any script or programming example. Use these scripts and programming examples entirely at your own risk. All liability claims against the author in relation to material or non-material losses caused by the use, misuse or non-use of the information provided, or the use of incorrect or incomplete information, are excluded. All content is subject to change and provided without obligation.
Generated by WebHalla™ Version 0.1.e.7 : Saturday 20-4-2024 © Copyright 1995-2024 ing. Johan P.G. van Soest CIPM Certified Privacy Information Manager
Response Form    Cookie- and Privacy statement    Responsible Disclosure procedure
Weather in Waalre by OpenWeatherMap logo broken clouds
Temperature 10.51 °C broken clouds
Wind chill 9.18 °C broken clouds
Humidity 60 % broken clouds
Air pressure 1019 hPa broken clouds
Wind speed 5.66 m/s broken clouds
Wind direction North West North West broken clouds
Sun Rise 6:31 Sun Rise
Sun Set 20:42 Sun Set
Updated:2024-04-20 15:27:45 broken clouds
| Current user: Guest | Login |