https://github.com/osquery/osquery logo
Title
r

ryan

12/13/2022, 11:22 PM
Is there a way to tell which version of orbit is installed on a users device via a query?
z

zwass

12/13/2022, 11:33 PM
Yeah, you can
select * from orbit_info
as a live query
r

ryan

12/13/2022, 11:34 PM
nice, thanks!