/
How To: Use OSQuery to Validate Installed Software
How To: Use OSQuery to Validate Installed Software
Overview
This document will cover how to use the osquery.exe application found in the CyberCNS agent folder.
Prerequisites
Administrator access to Windows PowerShell
Instructions
Open PowerShell as Administrator
Run the following commands
cd "C:\Program Files (x86)\CyberCNSAgent"
.\osqueryi.exe
select * from programs where name like '%XXXXX%';
NOTE: You must replace the XXXXX in code step 3 above with the application name you are searching for. As an example, we will search for Edge so that it would look like this:
select * from programs where name like '%edge%' ;
Need Support?
Do you need help? You can access our support portal to create, view, and update tickets anytime.
https://cybercns.freshdesk.com
Click below to be directed to our secure support portal or email support@cybercns.com to open a ticket.
, multiple selections available,
Related content
How To: Use PowerShell to Validate Installed Microsoft Apps
How To: Use PowerShell to Validate Installed Microsoft Apps
More like this
How To: Search Registry for Uninstall Strings
How To: Search Registry for Uninstall Strings
More like this
Internal Support FAQ
Internal Support FAQ
Read with this
Application Baseline
Application Baseline
More like this
How To: Check Agent Offline Status
How To: Check Agent Offline Status
Read with this
How To: Self-Scan Asset by Command Line
How To: Self-Scan Asset by Command Line
More like this