
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2015 06:09 PM
We have a few computers that are showing the uptime to be very high. However, the last seen date is long ago. The computer is no longer online but it still has an increasing uptime. Is this a bug or do I not have something configured correctly? Thanks.
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2015 08:39 PM
Where are you seeing these uptime values? I suspect you are running a custom report that calculates uptime dynamically.
The uptime value listed in the Summary tab of a computer's webpage is not calculated dynamically, but retrieved from the computer itself when the machine is scanned. Specifically, the WMI command below is run on the client machine. If the machine is offline, there is no way for Lansweeper to retrieve the uptime information and the value retrieved during the last successful computer scan will remain listed. This value will not change until the computer is successfully rescanned.
wmic /namespace:\\root\cimv2 path Win32_PerfFormattedData_PerfOS_System get systemuptime
The uptime value listed in the Summary tab of a computer's webpage is not calculated dynamically, but retrieved from the computer itself when the machine is scanned. Specifically, the WMI command below is run on the client machine. If the machine is offline, there is no way for Lansweeper to retrieve the uptime information and the value retrieved during the last successful computer scan will remain listed. This value will not change until the computer is successfully rescanned.
wmic /namespace:\\root\cimv2 path Win32_PerfFormattedData_PerfOS_System get systemuptime
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2015 08:39 PM
Where are you seeing these uptime values? I suspect you are running a custom report that calculates uptime dynamically.
The uptime value listed in the Summary tab of a computer's webpage is not calculated dynamically, but retrieved from the computer itself when the machine is scanned. Specifically, the WMI command below is run on the client machine. If the machine is offline, there is no way for Lansweeper to retrieve the uptime information and the value retrieved during the last successful computer scan will remain listed. This value will not change until the computer is successfully rescanned.
wmic /namespace:\\root\cimv2 path Win32_PerfFormattedData_PerfOS_System get systemuptime
The uptime value listed in the Summary tab of a computer's webpage is not calculated dynamically, but retrieved from the computer itself when the machine is scanned. Specifically, the WMI command below is run on the client machine. If the machine is offline, there is no way for Lansweeper to retrieve the uptime information and the value retrieved during the last successful computer scan will remain listed. This value will not change until the computer is successfully rescanned.
wmic /namespace:\\root\cimv2 path Win32_PerfFormattedData_PerfOS_System get systemuptime
