
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2019 08:48 AM
I have a requirement to display server up time on server forms. I noticed there is a start_date field on linux servers that is getting populated by OOB discovery methods but the start_date field on a Windows machine is left blank.
Are there plans to populate this in the future, or has anyone satisfied this requirement with some other method?
I'm on Madrid Patch 1
Solved! Go to Solution.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2019 10:50 AM
Gotcha! If you have access to the K19 labs, I did this very thing in patterns. But be sure to have started with patterns in your discovery, if you have been running with probes and sensors you will want to wait to use patterns till the NY release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2019 08:54 AM
You can add an extension section to the windows pattern to populate that OOTB field. Running the command - wmic /node:"Hostname" OS get LastBootUpTime should return the value from the host. From there set the parameter value to the field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2023 06:49 PM
For the wmic command, What parsing strategy and how is it configured?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2019 08:59 AM
Be sure to search the community, you might find your very question asked and answered!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2019 09:52 AM
Yah I found that.. it's 6 yrs old and talks about probes.