Solved! SQL Query to Count The Number of Inventory Agent Installs By Date
Hi all ...I want to track new deployments of the Inventory Agent using a SQL query. I'd be specifically looking for the count of 2022 R1 agents deployed on non-Windows devices grouped by date. This is the query I've written: select CAST (ia.Discove...