Add an 'installed date' property to session filtering

Avatar
Mike Bannerman Team Member
  • updated
  • Completed

Partner wants a way to sort the machines based on the initial installation date.

User Story:

Adding a 'installed date' property that pulls the date the client was installed on a machine would allow the partner to group recently added machines together as a check to make sure his technicians are adding machines correctly and for auditing purposes.

session_management date groups install session
Duplicates 2
show recent client added to Access to avoid searching the whole list

When adding a new client to access, I have to scroll through the whole list to find the client just added. Is there some way you can show the most recent client(s) added so I don't have to hunt through the whole list? Or create group that somehow shows most recent time connected or something so the search is at least narrowed?

new database field for unattended client: timestamp first seen/installed

Its hard to find a client who installed the unattended version.

Most people dont know how their computer is named

Most people dont know what their username is

Most people do not remember what they typed into a form

If there would be a (searchable) field in the database with a timestamp and a way to create a group like "timestamp first connect today" I would be able to find all new clients with one click of the mouse.



Avatar
0
KevinW

So, what's the solution to this question?

I want to add this Session Group as well.

Avatar
0
DaveH
Quote from KevinW

So, what's the solution to this question?

I want to add this Session Group as well.

I know it's an old thread but I was looking for a similar answer - in my case to limit ticket generated by an internal monitor for Antivirus to agents installed more than 2 days ago (so that AV deployment actions could run) -- and eventually found a query that would do it:  Computers.DateAdded < DATE_ADD(NOW(),INTERVAL -2 DAY)   So to do what this user needs a query could be Computers.DateAdded > DATE_ADD(NOW(),INTERVAL -8 DAY)

Had to use this site to find the value:   https://automationtheory.org/schema/index.html

Avatar
0
KevinR&R

+1 to have this property added. 



Top contributors

Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar