[ITA-391] Accurate uptime reporting
under review
m
myr
I agree the the last reboot time is erroneous. Its not accurate most of the time and is usuallly 24-48 hrs late.
R
Robin
update from Mark Neale
Can we add the "uptime" from WMIC as an additional field and keep the event based information as well.
WMIC command used in example
wmic path Win32_OperatingSystem get LastBootUpTime
Powershell example
powershell - command "(get-date) - (gcim Win32_OperatingSystem). LastBootUpTime"
R
Robin
under review
This has been given the development reference of ITA-391